Skip to content

Commit

Permalink
Bump node dependencies with 29 updates, ignore react and react-dom ma…
Browse files Browse the repository at this point in the history
…jor updates in dependabot (#336)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: idastambuk <[email protected]>
  • Loading branch information
dependabot[bot] and idastambuk authored Jan 3, 2025
1 parent 9b31cb7 commit 7d097e8
Show file tree
Hide file tree
Showing 3 changed files with 1,611 additions and 993 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ updates:
interval: 'weekly'
ignore:
- dependency-name: '@grafana/e2e*'
- dependency-name: 'react'
update-types: ["version-update:semver-major"]
- dependency-name: 'react-dom'
update-types: ["version-update:semver-major"]
groups:
all-node-dependencies:
patterns:
Expand Down
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,70 +25,70 @@
"dependencies": {
"@emotion/css": "11.13.5",
"@grafana/async-query-data": "0.3.0",
"@grafana/data": "^11.3.1",
"@grafana/experimental": "2.1.4",
"@grafana/runtime": "^11.3.1",
"@grafana/data": "^11.4.0",
"@grafana/experimental": "2.1.6",
"@grafana/runtime": "^11.4.0",
"@grafana/schema": "^11.3.1",
"@grafana/ui": "^11.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "^7.0.2",
"react-router-dom-v5-compat": "^6.28.0",
"react-router-dom": "^7.1.1",
"react-router-dom-v5-compat": "^6.28.1",
"tslib": "2.8.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@grafana/aws-sdk": "0.5.0",
"@grafana/aws-sdk": "0.6.0",
"@grafana/e2e": "10.2.0",
"@grafana/e2e-selectors": "10.0.0",
"@grafana/eslint-config": "^8.0.0",
"@grafana/tsconfig": "^2.0.0",
"@stylistic/eslint-plugin-ts": "^2.9.0",
"@swc/core": "^1.9.3",
"@stylistic/eslint-plugin-ts": "^2.12.1",
"@swc/core": "^1.10.4",
"@swc/helpers": "^0.5.15",
"@swc/jest": "^0.2.37",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/glob": "^8.0.0",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.1",
"@types/testing-library__jest-dom": "5.14.8",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@types/node": "^22.10.2",
"@types/testing-library__jest-dom": "6.0.0",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"copy-webpack-plugin": "^12.0.2",
"cspell": "8.16.1",
"cspell": "8.17.1",
"css-loader": "^7.1.2",
"cypress": "13.16.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.8.0",
"cypress": "13.17.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-jsdoc": "^46.8.0",
"eslint-plugin-jsdoc": "^50.6.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-webpack-plugin": "^4.0.1",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"glob": "^11.0.0",
"identity-obj-proxy": "3.0.0",
"imports-loader": "^5.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"lefthook": "^1.9.0",
"prettier": "^3.4.1",
"lefthook": "^1.10.1",
"prettier": "^3.4.2",
"react-select-event": "^5.3.0",
"replace-in-file-webpack-plugin": "^1.0.6",
"sass": "1.81.0",
"sass-loader": "16.0.3",
"sass": "1.83.0",
"sass-loader": "16.0.4",
"style-loader": "4.0.0",
"swc-loader": "^0.2.3",
"terser-webpack-plugin": "^5.3.10",
"terser-webpack-plugin": "^5.3.11",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "5.7.2",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-livereload-plugin": "^3.0.2",
"webpack-subresource-integrity": "^5.1.0",
"webpack-virtual-modules": "^0.6.2"
Expand Down
Loading

0 comments on commit 7d097e8

Please sign in to comment.