renovate[bot]
526989e16b
Update dependency @microsoft/api-extractor-model to v7.23.3 ( #54283 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-26 11:51:16 +01:00
renovate[bot]
ed50af904f
Update dependency @microsoft/api-extractor to v7.29.5 ( #54281 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-26 11:01:00 +01:00
renovate[bot]
2f4c8e1b3d
Update dependency eslint-plugin-react to v7.31.0 ( #49214 )
...
* Update dependency eslint-plugin-react to v7.31.0
* fix displayName for OldNavOnly
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-08-26 10:31:16 +01:00
Dimitris Sotirakis
9be8b0564a
Update whatsNewUrl ( #54154 )
2022-08-24 09:57:03 -05:00
renovate[bot]
b51167e89a
Update dependency @betterer/regexp to v5.4.0 ( #54051 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-24 11:04:51 +01:00
renovate[bot]
caf3077ebb
Update dependency @betterer/eslint to v5.4.0 ( #54046 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-24 09:29:17 +01:00
Ryan McKinley
dfda3e2b03
Dependencies: Update monaco-editor ( #54068 )
...
Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com>
2022-08-23 06:58:58 -07:00
Esteban Beltran
6fe7a1f034
Icons: Move unicons icons to the repository and generate the iconsBundle.js with nodejs ( #53766 )
2022-08-23 15:47:14 +02:00
renovate[bot]
828497447a
Update dependency @betterer/cli to v5.4.0 ( #54041 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-22 16:59:45 +01:00
renovate[bot]
38017fd3f5
Update dependency @betterer/betterer to v5.4.0 ( #54031 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-22 15:50:51 +01:00
renovate[bot]
013dda7bb8
Remove dependency jest-mock-console ( #52872 )
...
* Update dependency jest-mock-console to v2
* let's remove jest-mock-console
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-08-22 15:47:45 +01:00
renovate[bot]
4c8ea0bb89
Update dependency @lezer/common to v1 ( #50866 )
...
* Update dependency @lezer/common to v1
* Bump lezer/lr as well
* Fix broken code
* Add new lezer-promql and update lezer-logql
* Change to prometheus lezer-promql, fix lezer-logql code
* Update tests for Loki
* fix typeErrors
* fix tests by adding new error node to expected objects
* refactor usages of node references to differentiate usage from node object
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
Co-authored-by: Ivana Huckova <ivana.huckova@gmail.com>
Co-authored-by: gtk-grafana <galen.kistler@grafana.com>
2022-08-22 08:45:29 -05:00
Ivan Ortega Alba
38c690ecb0
Revert "Analytics: Use Fullstory to get behavioral data ( #53732 )" ( #53762 )
...
This reverts commit 961479b111
.
2022-08-16 12:45:14 +02:00
Ivan Ortega Alba
961479b111
Analytics: Use Fullstory to get behavioral data ( #53732 )
2022-08-16 10:32:00 +02:00
renovate[bot]
a7dd095231
Update dependency eslint to v8.22.0 ( #52723 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-16 08:44:24 +01:00
Ashley Harrison
f1295e4bd0
Chore: Update version of @grafana/eslint-config
( #53403 )
...
* use let/const over var
* use new version of @grafana/eslint-config
2022-08-08 15:19:15 +01:00
Esteban Beltran
112f69177b
Build: Replace the file-loader loader with asset module in webpack config ( #53088 )
2022-08-04 10:29:42 +02:00
Jack Westbrook
d87bf30e9e
Build: Introduce ESM and Treeshaking to NPM package builds ( #51517 )
...
* Revert "Chore: Bump terser to fix security vulnerability (#53052 )"
This reverts commit 7ae74d2a18
.
* feat: use tsc and rollup directly with esbuild and publishConfig, files props
* refactor(grafana-data): fix isolatedModules re-export type error
* refactor(grafana-data): import paths from src not package name
* refactor(rollup): fix dts output.file
* chore(grafana-schema): delete dashboard_experimental.gen.ts - cannot work with isolatedModules
* refactor(grafana-e2e-selectors): fix export types isolatedModules error
* refactor(grafana-runtime): fix isolatedModules re-export type error
* refactor(grafana-ui): fix isolatedModules re-export type error
* feat(grafana-ui): use named imports for treeshaking
* refactor(grafana-ui): use named imports for treeshaking
* feat: react and react-dom as peerDeps for packages
* feat(grafana-ui): emotion packages as peerDeps
* feat(grafana-e2e): use tsc, rollup, esbuild for bundling
* chore(packages): clean up redundant dependencies
* chore(toolkit): deprecate unused package:build task
* chore(schema): put back dashboard_experimental and exclude to prevent isolatedModules error
* docs(packages): update readme
* chore(storybook): disable isolatedModules for builds
* chore: relax peerDeps for emotion and react
* revert(grafana-ui): put @emotion dependencies back
* refactor: replace relative package imports with package name
* build(packages): set emitDeclaration false for typecheck scripts to work
* test(publicdashboarddatasource): move test next to implementation. try to appease the betterer gods
* chore(storybook): override ts-node config for storybook compilation
* refactor(grafana-data): use ternary so babel doesnt complain about expecting flow types
* chore(toolkit): prefer files and publishConfig package.json props over copying
* build(npm): remove --contents dist arg from publishing commands
* chore(packages): introduce sideEffects prop to package.json to hint package can be treeshaken
* chore(packages): remove redundant index.js files
* feat(packages): set publishConfig.access to public
* feat(packages): use yarn berry and npm for packaging and publishing
* refactor(packages): simplify rollup configs
* chore(schema): add comment explaining need to exclude dashboard_experimental
* revert(toolkit): put back clean to prevent cli failures
* ci(packages): run packages:pack before a canary publish
* chore(gitignore): add npm-artifacts directory to ignore list
* test(publicdashboarddatasource): fix module mocking
* chore(packages): delete package.tgz when running clean
* chore(grafana-data): move dependencies from devDeps to prevent build resolution errors
2022-08-03 15:47:09 +02:00
Ieva
67d817ff48
update versions ( #53167 )
2022-08-02 11:55:46 -04:00
Scott Lepper
fe7add0bc6
ref experimental query editor ( #53061 )
...
* ref experimental query editor
2022-08-02 11:44:06 -04:00
renovate[bot]
a4355bd6e4
Update Monthly patch updates ( #52885 )
...
* Update Monthly patch updates
* ignore updates to lezer-logql and @types/slate
* update lockfile
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-07-27 16:02:48 +01:00
renovate[bot]
8005357858
Update dependency lint-staged to v13 ( #52873 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-27 14:16:08 +01:00
renovate[bot]
6e5bd934fd
Update dependency html-loader to v4 ( #52858 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-27 10:56:48 +01:00
renovate[bot]
23af7d7bb4
Update dependency jest-junit to v14 ( #52859 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-27 10:41:59 +01:00
renovate[bot]
77a4443aa7
Update dependency @opentelemetry/semantic-conventions to v1.5.0 ( #52856 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-27 09:58:03 +01:00
renovate[bot]
33f67ed6e2
Update typescript-eslint monorepo to v5.31.0 ( #52819 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-27 09:27:55 +01:00
renovate[bot]
290b2e1ed0
Update grafana monorepo to v0.4.0 ( #52805 )
...
* Update grafana monorepo to v0.4.0
* update mock
* actually mock...
* typescript is hard...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-07-27 09:21:13 +01:00
renovate[bot]
21ba1469b5
Update linguijs monorepo to v3.14.0 ( #52811 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-26 15:21:26 +01:00
renovate[bot]
58d8d7c44d
Update dependency webpack to v5.74.0 ( #52799 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-26 14:36:20 +01:00
renovate[bot]
22374cfab8
Update dependency ts-node to v10.9.1 ( #52798 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-26 13:55:55 +01:00
renovate[bot]
21dab47293
Update dependency selecto to v1.17.0 ( #52794 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-26 12:36:59 +01:00
renovate[bot]
8c3eb2a965
Update dependency sass to v1.54.0 ( #52791 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-26 12:19:02 +01:00
renovate[bot]
c70641c593
Update dependency lru-cache to v7.13.1 ( #52733 )
...
* Update dependency lru-cache to v7.13.1
* update snapshot
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-07-26 11:21:57 +01:00
renovate[bot]
1d7edb1c3a
Update dependency react-select to v5.4.0 ( #52763 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-26 10:19:23 +01:00
renovate[bot]
9df9b1b5c3
Update dependency ol to v6.15.1 ( #52751 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-25 13:54:33 -07:00
renovate[bot]
da5bc5bde7
Update dependency lerna to v5.2.0 ( #52732 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-25 15:44:11 +01:00
renovate[bot]
2c78977e97
Update dependency date-fns to v2.29.1 ( #52722 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-25 15:31:39 +01:00
kay delaney
c35c3abaa3
Chore: Bump typescript version to 4.7.4 ( #52325 )
...
* Chore: Bump typescript version to 4.7.4
* Bump related packages
* Revert eslint-plugin-react upgrade
2022-07-25 13:47:59 +01:00
renovate[bot]
4cd9fa3ff5
Update dependency core-js to v3.24.0 ( #52708 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-25 13:45:02 +01:00
renovate[bot]
84a92bc5c8
Update dependency @visx/shape to v2.11.1 ( #52707 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-25 13:41:43 +01:00
renovate[bot]
4176b652a8
Update dependency @opentelemetry/semantic-conventions to v1.4.0 ( #52663 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-25 10:15:11 +01:00
renovate[bot]
fab0f9c6be
Update dependency @types/ol-ext to v2.1.2 ( #52691 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-25 10:13:37 +01:00
renovate[bot]
044d8315de
Update dependency @testing-library/user-event to v14.3.0 ( #52690 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-25 10:11:42 +01:00
renovate[bot]
3c1a9293c3
Update dependency @microsoft/api-extractor-model to v7.22.1 ( #52641 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-22 15:59:48 +01:00
Josh Hunt
9f81b3dcc6
I18n: Change locale format to IETF language tag ( #52596 )
...
* I18n: Change locale format to our agreed format
* fix test
* Build lingui messages files before ci tests
2022-07-22 10:50:00 -04:00
renovate[bot]
b4c6efa07b
Update dependency moment to v2.29.4 [SECURITY] ( #51886 )
...
* Update dependency moment to v2.29.4 [SECURITY]
* chore(moment): make sure nested moment deps resolve to moment@2.29.4
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
2022-07-22 12:00:54 +02:00
Scott Lepper
de956fc3d8
Core code editor/builder components ( #52421 )
...
* migrate experimental to core grafana - update refs
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
2022-07-20 12:50:08 -04:00
Sarah Zinger
355489d9b4
Upgrade grafana-aws-sdk from core, and remove it from @grafana/ui ( #52420 )
2022-07-20 12:33:57 -04:00
Ivana Huckova
2090534635
Loki: Support json parser with expressions in query builder ( #51965 )
...
* Loki: Support json parser with expressions in query builder
* Add explain docs for json parser
2022-07-12 15:42:01 +02:00
Adela Almasan
c73d78eaac
Canvas: Tree View Navigation ( #51855 )
...
* tree navigation using rc-tree library
2022-07-12 08:31:02 -05:00