Skip to content

Commit

Permalink
Bump the dependencies group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@grafana/data](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-data) | `9.4.3` | `11.0.0` |
| [@grafana/experimental](https://github.com/grafana/grafana-experimental) | `1.7.4` | `1.7.11` |
| [@grafana/runtime](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-runtime) | `9.4.3` | `11.0.0` |
| [@grafana/ui](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-ui) | `10.1.0` | `11.0.0` |
| [@grafana/e2e](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-e2e) | `9.4.3` | `11.0.0` |
| [@grafana/e2e-selectors](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-e2e-selectors) | `9.4.3` | `11.0.0` |


Updates `@grafana/data` from 9.4.3 to 11.0.0
- [Release notes](https://github.com/grafana/grafana/releases)
- [Changelog](https://github.com/grafana/grafana/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/grafana/commits/v11.0.0/packages/grafana-data)

Updates `@grafana/experimental` from 1.7.4 to 1.7.11
- [Changelog](https://github.com/grafana/grafana-experimental/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/grafana-experimental/commits)

Updates `@grafana/runtime` from 9.4.3 to 11.0.0
- [Release notes](https://github.com/grafana/grafana/releases)
- [Changelog](https://github.com/grafana/grafana/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/grafana/commits/v11.0.0/packages/grafana-runtime)

Updates `@grafana/ui` from 10.1.0 to 11.0.0
- [Release notes](https://github.com/grafana/grafana/releases)
- [Changelog](https://github.com/grafana/grafana/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/grafana/commits/v11.0.0/packages/grafana-ui)

Updates `@grafana/e2e` from 9.4.3 to 11.0.0
- [Release notes](https://github.com/grafana/grafana/releases)
- [Changelog](https://github.com/grafana/grafana/blob/v11.0.0/CHANGELOG.md)
- [Commits](https://github.com/grafana/grafana/commits/v11.0.0/packages/grafana-e2e)

Updates `@grafana/e2e-selectors` from 9.4.3 to 11.0.0
- [Release notes](https://github.com/grafana/grafana/releases)
- [Changelog](https://github.com/grafana/grafana/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/grafana/commits/v11.0.0/packages/grafana-e2e-selectors)

---
updated-dependencies:
- dependency-name: "@grafana/data"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@grafana/experimental"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@grafana/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@grafana/ui"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@grafana/e2e"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@grafana/e2e-selectors"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 30, 2024
1 parent c4f4450 commit 2cb5844
Show file tree
Hide file tree
Showing 2 changed files with 1,556 additions and 1,941 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.21.4",
"@grafana/e2e": "9.4.3",
"@grafana/e2e-selectors": "9.4.3",
"@grafana/e2e": "11.0.0",
"@grafana/e2e-selectors": "11.0.0",
"@grafana/eslint-config": "^6.0.0",
"@grafana/tsconfig": "^1.2.0-rc1",
"@swc/core": "1.3.75",
Expand Down Expand Up @@ -66,10 +66,10 @@
},
"dependencies": {
"@emotion/css": "^11.1.3",
"@grafana/data": "9.4.3",
"@grafana/experimental": "^1.7.0",
"@grafana/runtime": "9.4.3",
"@grafana/ui": "10.1.0",
"@grafana/data": "11.0.0",
"@grafana/experimental": "^1.7.11",
"@grafana/runtime": "11.0.0",
"@grafana/ui": "11.0.0",
"js-sql-parser": "^1.6.0",
"pgsql-ast-parser": "^12.0.1",
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit 2cb5844

Please sign in to comment.