Skip to content

Commit 0e4f681

Browse files
Bump the node group with 28 updates, ignore react major updates in dependabot (#118)
* Bump the all-dependencies group across 1 directory with 28 updates * Ignore major react updates in dependabot --------- 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]>
1 parent 8e0a1b7 commit 0e4f681

File tree

3 files changed

+1451
-847
lines changed

3 files changed

+1451
-847
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ updates:
1717
directory: '/'
1818
schedule:
1919
interval: 'weekly'
20+
ignore:
21+
- dependency-name: 'react'
22+
update-types: ["version-update:semver-major"]
23+
- dependency-name: 'react-dom'
24+
update-types: ["version-update:semver-major"]
2025
groups:
2126
all-dependencies:
2227
patterns:

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,33 +27,33 @@
2727
"author": "Grafana Labs <[email protected]> (https://grafana.com)",
2828
"license": "Apache-2.0",
2929
"dependencies": {
30-
"@grafana/async-query-data": "0.3.0",
30+
"@grafana/async-query-data": "0.4.0",
3131
"@grafana/plugin-ui": "^0.9.3"
3232
},
3333
"devDependencies": {
3434
"@eslint/eslintrc": "^3.1.0",
3535
"@eslint/js": "^9.13.0",
36-
"@grafana/data": "11.3.0",
36+
"@grafana/data": "11.4.0",
3737
"@grafana/eslint-config": "^8.0.0",
38-
"@grafana/runtime": "11.3.0",
38+
"@grafana/runtime": "11.4.0",
3939
"@grafana/tsconfig": "^2.0.0",
40-
"@grafana/ui": "11.3.0",
41-
"@rollup/plugin-node-resolve": "^15.3.0",
40+
"@grafana/ui": "11.4.0",
41+
"@rollup/plugin-node-resolve": "^16.0.0",
4242
"@stylistic/eslint-plugin-ts": "^2.10.0",
4343
"@swc/core": "^1.7.28",
4444
"@swc/jest": "^0.2.36",
4545
"@testing-library/jest-dom": "6.6.3",
46-
"@testing-library/react": "16.0.1",
46+
"@testing-library/react": "16.1.0",
4747
"@testing-library/react-hooks": "8.0.1",
4848
"@testing-library/user-event": "^14.5.2",
4949
"@types/jest": "29.5.14",
5050
"@types/lodash": "4.17.13",
51-
"@types/node": "22.8.7",
51+
"@types/node": "22.10.5",
5252
"@types/react": "18.3.12",
5353
"@types/react-dom": "18.3.1",
5454
"@typescript-eslint/eslint-plugin": "^8.12.2",
5555
"@typescript-eslint/parser": "^8.12.2",
56-
"cspell": "8.15.7",
56+
"cspell": "8.17.1",
5757
"esbuild": "^0.24.0",
5858
"eslint": "^9.13.0",
5959
"eslint-config-prettier": "^9.1.0",
@@ -69,12 +69,12 @@
6969
"prettier": "^3.4.2",
7070
"react": "18.3.1",
7171
"react-dom": "18.3.1",
72-
"react-router-dom": "^6.27.0",
72+
"react-router-dom": "^7.1.1",
7373
"react-select-event": "^5.5.1",
7474
"rimraf": "^6.0.1",
75-
"rollup": "4.24.4",
75+
"rollup": "4.29.1",
7676
"rollup-plugin-dts": "^6.1.1",
7777
"rollup-plugin-esbuild": "^6.1.1",
78-
"rollup-plugin-node-externals": "^7.1.3"
78+
"rollup-plugin-node-externals": "^8.0.0"
7979
}
8080
}

0 commit comments

Comments
 (0)