Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [@grafana/experimental](https://github.com/grafana/grafana-experimental) | `2.1.1` | `2.1.2` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.25.7` | `7.25.8` |
| [@swc/core](https://github.com/swc-project/swc) | `1.7.28` | `1.7.35` |
| [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) | `8.14.4` | `8.15.2` |
| [sass](https://github.com/sass/dart-sass) | `1.79.4` | `1.79.5` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.6.3` |


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

Updates `@babel/core` from 7.25.7 to 7.25.8
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.8/packages/babel-core)

Updates `@swc/core` from 1.7.28 to 1.7.35
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.7.28...v1.7.35)

Updates `cspell` from 8.14.4 to 8.15.2
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v8.15.2/packages/cspell)

Updates `sass` from 1.79.4 to 1.79.5
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.79.4...1.79.5)

Updates `typescript` from 5.6.2 to 5.6.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.2...v5.6.3)

---
updated-dependencies:
- dependency-name: "@grafana/experimental"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: cspell
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent a102de9 commit bbe35b2
Show file tree
Hide file tree
Showing 2 changed files with 626 additions and 501 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@emotion/css": "11.13.4",
"@grafana/async-query-data": "0.2.0",
"@grafana/data": "^11.2.2",
"@grafana/experimental": "2.1.1",
"@grafana/experimental": "2.1.2",
"@grafana/runtime": "^11.2.2",
"@grafana/schema": "11.2.2",
"@grafana/ui": "^11.2.0",
Expand All @@ -34,13 +34,13 @@
"tslib": "2.7.0"
},
"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/core": "^7.25.8",
"@grafana/aws-sdk": "0.5.0",
"@grafana/e2e": "10.3.6",
"@grafana/e2e-selectors": "10.3.6",
"@grafana/eslint-config": "^7.0.0",
"@grafana/tsconfig": "^2.0.0",
"@swc/core": "^1.7.28",
"@swc/core": "^1.7.35",
"@swc/helpers": "^0.5.13",
"@swc/jest": "^0.2.36",
"@testing-library/jest-dom": "6.5.0",
Expand All @@ -52,7 +52,7 @@
"@types/node": "^22.7.5",
"@types/react-router-dom": "^5.2.0",
"copy-webpack-plugin": "^12.0.2",
"cspell": "^8.14.4",
"cspell": "^8.15.2",
"css-loader": "^7.1.2",
"cypress": "12.17.4",
"eslint-plugin-deprecation": "^3.0.0",
Expand All @@ -68,13 +68,13 @@
"prettier": "^3.3.3",
"react-select-event": "^5.3.0",
"replace-in-file-webpack-plugin": "^1.0.6",
"sass": "1.79.4",
"sass": "1.79.5",
"sass-loader": "16.0.2",
"style-loader": "4.0.0",
"swc-loader": "^0.2.3",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "5.6.2",
"typescript": "5.6.3",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-livereload-plugin": "^3.0.2",
Expand Down
Loading

0 comments on commit bbe35b2

Please sign in to comment.