Skip to content

Commit f5504f9

Browse files
merge: sync security/tier-s-changesets-cli with main
Made-with: Cursor # Conflicts: # pnpm-lock.yaml
2 parents a5e69c5 + df85931 commit f5504f9

File tree

4 files changed

+67
-176
lines changed

4 files changed

+67
-176
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@ updates:
77
directory: "/" # Location of package manifests
88
schedule:
99
interval: "daily"
10-
allow:
11-
- dependency-name: "@codecov/rollup-plugin"

examples/next-js-15/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "15.1.0",
12+
"next": "15.2.6",
1313
"react": "19.0.0",
1414
"react-dom": "19.0.0"
1515
},

packages/nextjs-webpack-plugin/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"@vitest/coverage-v8": "^2.1.9",
5858
"codecovProdRollupPlugin": "npm:@codecov/rollup-plugin@1.5.0",
5959
"msw": "^2.7.0",
60+
"next": "^14.2.25",
6061
"ts-node": "^10.9.2",
6162
"typedoc": "^0.27.5",
6263
"typescript": "^5.3.3",

0 commit comments

Comments
 (0)