Skip to content

Commit 5984655

Browse files
chore(deps): bump the npm_and_yarn group across 3 directories with 9 updates
Bumps the npm_and_yarn group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [happy-dom](https://github.com/capricorn86/happy-dom) | `15.7.4` | `15.10.2` | | [zod](https://github.com/colinhacks/zod) | `3.22.2` | `3.22.3` | | [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) | `3.11.2` | `3.12.4` | | [next](https://github.com/vercel/next.js) | `14.2.4` | `14.2.10` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.2.11` | `5.2.14` | Bumps the npm_and_yarn group with 1 update in the /packages/create-wagmi/templates/next directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /playgrounds/next directory: [next](https://github.com/vercel/next.js). Updates `happy-dom` from 15.7.4 to 15.10.2 - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](capricorn86/happy-dom@v15.7.4...v15.10.2) Updates `zod` from 3.22.2 to 3.22.3 - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md) - [Commits](colinhacks/zod@v3.22.2...v3.22.3) Updates `nuxt` from 3.11.2 to 3.12.4 - [Release notes](https://github.com/nuxt/nuxt/releases) - [Commits](https://github.com/nuxt/nuxt/commits/v3.12.4/packages/nuxt) Updates `next` from 14.2.4 to 14.2.10 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.2.4...v14.2.10) Updates `vite` from 5.2.11 to 5.2.14 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.2.14/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.2.14/packages/vite) Updates `@nuxt/devtools` from 1.3.1 to 1.6.0 - [Release notes](https://github.com/nuxt/devtools/releases) - [Changelog](https://github.com/nuxt/devtools/blob/main/CHANGELOG.md) - [Commits](https://github.com/nuxt/devtools/commits/v1.6.0/packages/devtools) Updates `rollup` from 4.17.2 to 4.24.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.17.2...v4.24.4) Updates `send` from 0.18.0 to 0.19.0 - [Release notes](https://github.com/pillarjs/send/releases) - [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md) - [Commits](pillarjs/send@0.18.0...0.19.0) Updates `serve-static` from 1.15.0 to 1.16.2 - [Release notes](https://github.com/expressjs/serve-static/releases) - [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md) - [Commits](expressjs/serve-static@v1.15.0...v1.16.2) Updates `next` from 14.2.4 to 14.2.10 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.2.4...v14.2.10) Updates `next` from 14.2.4 to 14.2.10 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.2.4...v14.2.10) --- updated-dependencies: - dependency-name: happy-dom dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: zod dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: nuxt dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: vite dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@nuxt/devtools" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: send dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: serve-static dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b94a19e commit 5984655

File tree

11 files changed

+2172
-3235
lines changed

11 files changed

+2172
-3235
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@wagmi/test": "workspace:*",
5252
"bun": "^1.1.29",
5353
"glob": "^10.4.5",
54-
"happy-dom": "^15.7.4",
54+
"happy-dom": "^15.10.2",
5555
"knip": "^5.30.6",
5656
"prool": "^0.0.16",
5757
"publint": "^0.2.11",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"picomatch": "^3.0.0",
8383
"prettier": "^3.0.3",
8484
"viem": "2.x",
85-
"zod": "^3.22.2"
85+
"zod": "^3.22.3"
8686
},
8787
"devDependencies": {
8888
"@types/dedent": "^0.7.2",

packages/create-wagmi/templates/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/react-query": "5.45.1",
13-
"next": "14.2.4",
13+
"next": "14.2.10",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1",
1616
"viem": "latest",

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"@nuxt/schema": "^3.11.2",
9696
"@tanstack/vue-query": "catalog:",
9797
"@vue/test-utils": "^2.4.6",
98-
"nuxt": "^3.11.2",
98+
"nuxt": "^3.12.4",
9999
"vue": "catalog:"
100100
},
101101
"contributors": ["awkweb.eth <[email protected]>", "jxom.eth <[email protected]>"],

playgrounds/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@next/bundle-analyzer": "^14.2.3",
1313
"@tanstack/react-query": ">=5.45.1",
14-
"next": "14.2.4",
14+
"next": "14.2.10",
1515
"react": ">=18.3.1",
1616
"react-dom": ">=18.3.1",
1717
"viem": "2.*",

playgrounds/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@tanstack/vue-query": ">=5.45.0",
1414
"@wagmi/vue": "workspace:*",
15-
"nuxt": "^3.11.2",
15+
"nuxt": "^3.12.4",
1616
"viem": "2.*",
1717
"vue": ">=3.4.21",
1818
"vue-router": "^4.3.2"

playgrounds/vite-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"@types/react-dom": ">=18.3.0",
2020
"@vitejs/plugin-react": "^4.2.1",
2121
"buffer": "^6.0.3",
22-
"vite": "^5.2.11"
22+
"vite": "^5.2.14"
2323
}
2424
}

playgrounds/vite-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"@types/react-dom": ">=18.3.0",
2424
"@vitejs/plugin-react": "^4.2.1",
2525
"buffer": "^6.0.3",
26-
"vite": "^5.2.11"
26+
"vite": "^5.2.14"
2727
}
2828
}

playgrounds/vite-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@vitejs/plugin-vue": "^5.0.4",
1818
"buffer": "^6.0.3",
19-
"vite": "^5.2.11",
19+
"vite": "^5.2.14",
2020
"vue-tsc": "^2.0.6"
2121
}
2222
}

pnpm-lock.yaml

Lines changed: 2162 additions & 3225 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)