renovate[bot]
8d06bddeda
Update dependency @types/node to v14 ( #40405 )
...
* Update dependency @types/node to v14
* Remove global var
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
2021-10-21 16:52:26 +02:00
Ashley Harrison
b60ae7ebed
Chore: Fix lockfile ( #40706 )
2021-10-20 16:22:17 +01:00
renovate[bot]
39866d4a7f
Update dependency @types/rollup-plugin-visualizer to v4 ( #40484 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-20 15:40:54 +01:00
renovate[bot]
afbbae3766
Update dependency @types/react-dom to v17 ( #40447 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-20 15:39:13 +01:00
renovate[bot]
43e45f2621
Update dependency @testing-library/react-hooks to v7 ( #40383 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-20 15:37:17 +01:00
Jack Westbrook
6e2237c02f
Chore: Replace Sass-lint with Stylelint ( #40617 )
...
* chore(sass): introduce stylelint
* chore(sass): introduce stylelint config that closely matches sass-lint config
* chore: remove sass-lint from codebase
* style(theme): disable stylelint string-quotes rule
* chore(sass): introduce stylelint-prettier-config to prevent config conflicts
* chore: delete sass-lint file
* style(sass): fix remaining stylelint errors
2021-10-20 11:34:24 +02:00
renovate[bot]
71264835f2
Update dependency @welldone-software/why-did-you-render to v6 ( #40564 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-18 13:30:31 +02:00
renovate[bot]
52b69a9a80
Update dependency @types/rimraf to v3 ( #40467 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-18 11:23:37 +02:00
Marcus Andersson
80a7401cfb
Chore: replaced the @grafana/api-extractor with the @microsoft/api-extractor ( #40519 )
...
* removed the @grafana/api-extractor and replaced it with the @microsoft/api-extractor.
* increased the limit.
2021-10-18 09:16:36 +02:00
renovate[bot]
73ac9c2717
Update dependency @types/semver to v7 ( #40515 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-15 13:25:42 +01:00
renovate[bot]
58fdb717ba
Update dependency @types/react to v17 ( #40440 )
...
* Update dependency @types/react to v17
* Chore: Typescript fixes
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2021-10-15 12:25:47 +01:00
renovate[bot]
d8c71370ef
Update dependency @kusto/monaco-kusto to v4 ( #40376 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-14 17:55:06 +02:00
renovate[bot]
4565fcd0df
Update dependency @testing-library/user-event to v13 ( #40394 )
...
* Update dependency @testing-library/user-event to v13
* Changes needed for userEvent v13
* Ignore pointer-event checks until jsdom issue is fixed
* Remove unused act imports
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2021-10-14 13:29:41 +01:00
renovate[bot]
5664ffd094
Update dependency @opentelemetry/semantic-conventions to v1 ( #40377 )
...
* Update dependency @opentelemetry/semantic-conventions to v1
* chore(tempo): update import to match semantic-conventions api changes
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
2021-10-14 11:02:05 +02:00
renovate[bot]
0c7e27bada
Update dependency @types/d3 to v7 ( #40395 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-14 10:12:30 +02:00
renovate[bot]
09587240ec
Update dependency @testing-library/react to v12 ( #40382 )
...
* Update dependency @testing-library/react to v12
* Don't use wrapper syntax
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2021-10-13 15:42:09 +01:00
Nathan Marrs
f7576b3cdf
Canvas: Ability to move and resize elements freely ( #40179 )
2021-10-12 10:52:15 -07:00
Uchechukwu Obasi
3cec0b1227
TimePickerCalendar: adds keyboard navigation to the widget ( #39070 )
...
* WIP: adds react-aria package to package.json
* adds focus trapping to the calendar widget
* makes focus to move in and out of the widget
* Chore: remove unused component
* WIP: adds keyboard nav to calendar
* adds close button to calendar on wide screen
* Chore: update test to reflect new changes
* use more descriptive aria label
* prune duplicate absolute timeRange aria label
* TimePicker: Use aria overlays to enable closing with esc (#40045 )
* Move timepicker to function component
* update overlayprops
* Remove unused import
* Fix for picker closing before setting the range when selecting quick ranges
* use more descriptive aria label
* update test to correspond with new label
* chore: some nit fix
* chore: used specific version for react-aria/overlay package
* Chore: refactor timePickerCalendar component
* chore: nit fixes
* chore: nit fixes
* reverts back to main and re-add deps with yarn 2
* chore: removes react-aria deps from root
* Chore: replace default export
Co-authored-by: Oscar Kilhed <oscar.kilhed@grafana.com>
Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com>
2021-10-12 16:48:24 +02:00
Jack Westbrook
fa03d2ae6a
Chore: Bump Webpack dependencies ( #40272 )
...
* feat(yarn): introduce plugin-interactive-tools
* chore(webpack): bump webpack and loaders / plugins to latest
2021-10-12 11:04:36 +02:00
kay delaney
b2e94d0733
Chore: Migrate yarn from v1 to v2 ( #39082 )
...
* Chore: Migrate yarn from v1 to v2
Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com>
2021-10-08 15:19:10 +01:00
Ashley Harrison
e367fefdae
Chore(dependencies): Remove puppeteer since we don't use it anywhere ( #40137 )
2021-10-08 09:22:43 +01:00
Torkel Ödegaard
6e6f406377
Babel: Remove unused plugin ( #40172 )
...
* removed unused babel plugin
* Update lock file
2021-10-08 07:26:05 +02:00
dependabot[bot]
141462f5ab
Bump mocha from 7.0.1 to 9.1.2 ( #39979 )
...
* Bump mocha from 7.0.1 to 9.1.2
Bumps [mocha](https://github.com/mochajs/mocha ) from 7.0.1 to 9.1.2.
- [Release notes](https://github.com/mochajs/mocha/releases )
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mochajs/mocha/compare/v7.0.1...v9.1.2 )
---
updated-dependencies:
- dependency-name: mocha
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* kick drone
* Remove mocha as it's not used by anything
* kick drone
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2021-10-07 13:39:10 +01:00
dependabot[bot]
d1b2b10e6a
Chore: bump jest-junit from 6.4.0 to 13.0.0 ( #40037 )
...
Bumps [jest-junit](https://github.com/jest-community/jest-junit ) from 6.4.0 to 13.0.0.
- [Release notes](https://github.com/jest-community/jest-junit/releases )
- [Commits](https://github.com/jest-community/jest-junit/compare/v6.4.0...v13.0.0 )
---
updated-dependencies:
- dependency-name: jest-junit
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-06 11:59:49 +01:00
dependabot[bot]
697a90699b
Chore: Remove pretty-format since it's not used ( #39980 )
...
* Bump pretty-format from 25.1.0 to 27.2.4
Bumps [pretty-format](https://github.com/facebook/jest/tree/HEAD/packages/pretty-format ) from 25.1.0 to 27.2.4.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v27.2.4/packages/pretty-format )
---
updated-dependencies:
- dependency-name: pretty-format
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Chore(dependencies): Remove pretty-format as it's not currently used
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2021-10-05 11:58:16 +01:00
dependabot[bot]
cdeb3e730d
Bump execa from 4.0.0 to 5.1.1 ( #39654 )
...
Bumps [execa](https://github.com/sindresorhus/execa ) from 4.0.0 to 5.1.1.
- [Release notes](https://github.com/sindresorhus/execa/releases )
- [Commits](https://github.com/sindresorhus/execa/compare/v4.0.0...v5.1.1 )
---
updated-dependencies:
- dependency-name: execa
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-05 09:24:43 +01:00
dependabot[bot]
4f411497b4
Bump react-is from 16.8.0 to 17.0.2 ( #39941 )
...
* Bump react-is from 16.8.0 to 17.0.2
Bumps [react-is](https://github.com/facebook/react/tree/HEAD/packages/react-is ) from 16.8.0 to 17.0.2.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v17.0.2/packages/react-is )
---
updated-dependencies:
- dependency-name: react-is
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Chore: Remove react-is since it doesn't seem to be used anywhere
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2021-10-04 16:11:36 +01:00
dependabot[bot]
03804fb4b9
Bump @sentry/utils from 5.24.2 to 6.13.2 ( #39932 )
...
* Bump @sentry/utils from 5.24.2 to 6.13.2
Bumps [@sentry/utils](https://github.com/getsentry/sentry-javascript ) from 5.24.2 to 6.13.2.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.24.2...6.13.2 )
---
updated-dependencies:
- dependency-name: "@sentry/utils"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Chore: fix type checks by updating buffer.add to add a function instead of a promise
* kick drone
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2021-10-04 15:43:23 +01:00
dependabot[bot]
5219c72a6c
Bump simple-git from 1.132.0 to 2.46.0 ( #39931 )
...
* Bump simple-git from 1.132.0 to 2.46.0
Bumps [simple-git](https://github.com/steveukx/git-js ) from 1.132.0 to 2.46.0.
- [Release notes](https://github.com/steveukx/git-js/releases )
- [Changelog](https://github.com/steveukx/git-js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/steveukx/git-js/compare/v1.132.0...v2.46.0 )
---
updated-dependencies:
- dependency-name: simple-git
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* simple-git/promise is deprecated
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
2021-10-04 14:30:02 +02:00
dependabot[bot]
e2e70d036e
Bump @types/sinon from 7.5.2 to 10.0.4 ( #39729 )
...
Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon ) from 7.5.2 to 10.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon )
---
updated-dependencies:
- dependency-name: "@types/sinon"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-04 12:21:32 +02:00
dependabot[bot]
c18585a4f3
Bump pngjs from 3.4.0 to 6.0.0 ( #39728 )
...
Bumps [pngjs](https://github.com/lukeapage/pngjs ) from 3.4.0 to 6.0.0.
- [Release notes](https://github.com/lukeapage/pngjs/releases )
- [Commits](https://github.com/lukeapage/pngjs/commits )
---
updated-dependencies:
- dependency-name: pngjs
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-01 09:35:58 +02:00
dependabot[bot]
71eb217476
Bump @types/fs-extra from 8.1.0 to 9.0.13 ( #39884 )
...
Bumps [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra ) from 8.1.0 to 9.0.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/fs-extra )
---
updated-dependencies:
- dependency-name: "@types/fs-extra"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-01 08:37:55 +02:00
dependabot[bot]
b0e2b35153
Bump react-calendar from 2.19.2 to 3.4.0 ( #39658 )
...
* Bump react-calendar from 2.19.2 to 3.4.0
Bumps [react-calendar](https://github.com/wojtekmaj/react-calendar ) from 2.19.2 to 3.4.0.
- [Release notes](https://github.com/wojtekmaj/react-calendar/releases )
- [Commits](https://github.com/wojtekmaj/react-calendar/compare/v2.19.2...v3.4.0 )
---
updated-dependencies:
- dependency-name: react-calendar
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Chore: Update import + add type declarations
* Chore: Add dependency to correct package
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2021-09-30 09:01:43 +01:00
dependabot[bot]
178cc3ee7b
Bump fs-extra from 9.1.0 to 10.0.0 ( #39692 )
...
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra ) from 9.1.0 to 10.0.0.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases )
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/9.1.0...10.0.0 )
---
updated-dependencies:
- dependency-name: fs-extra
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-28 12:25:04 +01:00
dependabot[bot]
a79ee09cf5
Bump eslint-plugin-jsdoc from 31.6.1 to 36.1.0 ( #39668 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 31.6.1 to 36.1.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v31.6.1...v36.1.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-27 17:00:19 +01:00
dependabot[bot]
60f5bceda5
Bump @types/prettier from 1.18.3 to 2.4.0 ( #39653 )
...
Bumps [@types/prettier](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prettier ) from 1.18.3 to 2.4.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prettier )
---
updated-dependencies:
- dependency-name: "@types/prettier"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-27 14:51:54 +01:00
Ashley Harrison
11e362ff0a
Chore(dependabot): Add explicit dependabot config to raise PRs for major version bumps ( #39640 )
...
* chore(dependabot): introduce explicit npm settings
* Chore(dependabot): ignore minor/patch versions for now
* Chore(dependabot): Ignore some things that will probably require work.
* Chore(dependabot): Let's keep the yaml formatting consistent
* Chore(dependabot): Remove zone.js as it's not used anymore
* Chore(dependabot): Update reviewers to frontend-ops team
* Chore(dependabot): Set the correct frontend-ops group :|
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
2021-09-27 13:34:25 +01:00
Ashley Harrison
bbf64722e4
Update lockfile to correct output after running yarn install
( #39646 )
...
* Update lockfile to correct output after running `yarn install`
* Chore: Remove caniuse-db since nothing is using it anymore
2021-09-27 13:30:35 +01:00
dependabot[bot]
0e60abfe00
Bump prismjs from 1.24.0 to 1.25.0 ( #39450 )
...
Bumps [prismjs](https://github.com/PrismJS/prism ) from 1.24.0 to 1.25.0.
- [Release notes](https://github.com/PrismJS/prism/releases )
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PrismJS/prism/compare/v1.24.0...v1.25.0 )
---
updated-dependencies:
- dependency-name: prismjs
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-27 11:36:27 +01:00
dependabot[bot]
057c9a4fe1
Bump tmpl from 1.0.4 to 1.0.5 ( #39475 )
...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl ) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases )
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5 )
---
updated-dependencies:
- dependency-name: tmpl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-27 11:35:01 +01:00
Maria Alexandra
1e946316e0
Pipeline: Fix flakiness on Pa11y CI ( #39358 )
...
* Pipeline: Add wait prop into pa11y configuration for all the pages
* Pa11y: Use e2e instance to generate html report local environment
* Pipeline: use pa11y-ci hash commit
* Pipeline: Update Pa11y thresholds
* Update package.json
* Update yarn.lock
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
2021-09-23 15:02:30 +02:00
Hugo Häggmark
a6c5af19a6
Chore: Upgrades Cypress to 8.4.1 ( #39573 )
...
* Chore: Upgrades Cypress to 8.4.1
* Update typescriptPreprocessor.js
Found this https://github.com/cypress-io/cypress/issues/2316
2021-09-23 14:28:22 +02:00
Ryan McKinley
1c64f7d3ff
Chore: update typescript and tslib versions ( #39389 )
...
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2021-09-22 21:15:37 +02:00
Ashley Harrison
e2c87caff0
Chore: Remove postcss-browser-reporter ( #39409 )
2021-09-20 13:38:23 +02:00
Leon Sorokin
474461ba15
GraphNG: uPlot 1.6.16 ( #39260 )
2021-09-17 12:33:39 -05:00
Maria Alexandra
1edd415ddf
Accessibility checks: Phase 2 - Adding Pa11y CI PR stage ( #38556 )
...
Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
2021-09-14 13:23:17 +02:00
Ryan McKinley
ddd110d0b2
Geomap: include sample geojson files ( #39057 )
2021-09-10 09:05:03 -07:00
Gábor Farkas
580b03c952
grafana-ui: monaco dependencies updated ( #39027 )
2021-09-10 10:36:43 +02:00
dependabot[bot]
f7d105174b
Bump axios from 0.21.1 to 0.21.2 ( #39020 )
...
Bumps [axios](https://github.com/axios/axios ) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-09 16:50:50 +02:00
Hugo Häggmark
058ac6becf
Chore: Bumps Immer, Redux Toolkit, Redux and React Redux ( #38872 )
...
* Chore: Bumps immer and redux/toolkit
* WIP: transpile errors
* Chore: bumps redux and react redux
* Chore: removes unused dispatch
* make alerting compile with updated redux toolkit
* Test: Fixes broken test
* Chore: fixes strict errors
Co-authored-by: Domas <domasx2@gmail.com>
2021-09-07 10:44:47 +02:00