chore: bump the production-minor-patch-dependencies group across 1 directory with 5 updates#12
Open
dependabot[bot] wants to merge 1 commit into
Conversation
…rectory with 5 updates Bumps the production-minor-patch-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@nuxt/ui](https://github.com/nuxt/ui) | `4.4.0` | `4.8.1` | | [js-yaml](https://github.com/nodeca/js-yaml) | `4.1.1` | `4.2.0` | | [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) | `4.3.1` | `4.4.7` | | [vue](https://github.com/vuejs/core) | `3.5.28` | `3.5.35` | | [zod](https://github.com/colinhacks/zod) | `4.3.6` | `4.4.3` | Updates `@nuxt/ui` from 4.4.0 to 4.8.1 - [Release notes](https://github.com/nuxt/ui/releases) - [Changelog](https://github.com/nuxt/ui/blob/v4/CHANGELOG.md) - [Commits](nuxt/ui@v4.4.0...v4.8.1) Updates `js-yaml` from 4.1.1 to 4.2.0 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/commits) Updates `nuxt` from 4.3.1 to 4.4.7 - [Release notes](https://github.com/nuxt/nuxt/releases) - [Commits](https://github.com/nuxt/nuxt/commits/v4.4.7/packages/nuxt) Updates `vue` from 3.5.28 to 3.5.35 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.5.28...v3.5.35) Updates `zod` from 4.3.6 to 4.4.3 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v4.3.6...v4.4.3) --- updated-dependencies: - dependency-name: "@nuxt/ui" dependency-version: 4.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch-dependencies - dependency-name: js-yaml dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch-dependencies - dependency-name: nuxt dependency-version: 4.4.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch-dependencies - dependency-name: vue dependency-version: 3.5.35 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch-dependencies - dependency-name: zod dependency-version: 4.4.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the production-minor-patch-dependencies group with 5 updates in the / directory:
4.4.04.8.14.1.14.2.04.3.14.4.73.5.283.5.354.3.64.4.3Updates
@nuxt/uifrom 4.4.0 to 4.8.1Release notes
Sourced from @nuxt/ui's releases.
... (truncated)
Changelog
Sourced from @nuxt/ui's changelog.
... (truncated)
Commits
00aded7chore(release): v4.8.180bd0ccdocs(search): improve relevance and tooltip behavior (#6521)ffaf163fix(module): expose component theme keys in AppConfig type (#6520)c9fc7a4docs: fix missing CSS variables on prerendered pages (#6519)564adbfdocs(toast): remove misleading AppConfig notes from examples7a0825afix(Form): addmethod="post"to prevent credential leaking via GET before h...fc6295bchore(playground): update vite optimizeDeps include lista4dfa9echore: add.cursorto.gitignore2dac778fix(module): reverttagPriorityto-2for inline style tag5b9a9c9chore(repl): use Vue-compatible component overrides for Icon and LinkUpdates
js-yamlfrom 4.1.1 to 4.2.0Changelog
Sourced from js-yaml's changelog.
Commits
Updates
nuxtfrom 4.3.1 to 4.4.7Release notes
Sourced from nuxt's releases.
... (truncated)
Commits
b7d5790v4.4.7dbc5896chore: linte447a79fix(nuxt): reject cross-origin paths inreloadNuxtAppd72a89erefactor(nuxt): replacerunInNewContextwith AST walker2cce6fbfix(nuxt): block path-normalization open redirect innavigateTo0103ce0fix(nuxt): reject script-capable protocols in\<NuxtLink>href07e39cdfix(nuxt): match route rules case-insensitively to mirrorvue-router4b054e9fix(nuxt): escape\<NoScript>slot content03d83bffix(nuxt): preserve.d.mts/.d.ctsinresolveTypePaths(#35235)46960b2fix(nuxt): escape props in\<NuxtClientFallback>ssr output (#35199)Updates
vuefrom 3.5.28 to 3.5.35Release notes
Sourced from vue's releases.
Changelog
Sourced from vue's changelog.
... (truncated)
Commits
8be32d6release: v3.5.3580fc139fix(runtime-core): skip idle persisted transition hooks in keep-alive moves (...d6c7371ci: use backup action for size report commentsbb18dc8perf(runtime-dom): optimize array event handler dispatch (#14828)5734fe9perf(reactivity): skip type checks for cached proxies (#14860)584beb1fix(teleport): skip child unmount when pending mount discarded (#14876) (#14877)34a0dedfix(compiler-core): avoid double processing v-for keys with v-memo (#14861)170fc95fix(runtime-core): avoid repeated hydration mismatch checks (#14857)1b7a2ccperf(server-renderer): avoid materializing iterables in ssrRenderList (#14821)3d077f2fix(compiler-sfc): resolve top-level exports from files registered as global ...Updates
zodfrom 4.3.6 to 4.4.3Release notes
Sourced from zod's releases.
... (truncated)
Commits
1fb56a5docs: document release procedure in AGENTS.mdf3c9ec04.4.3c2be4f8fix(v4): generalize optin/fallback to transform; restore preprocess on absent...1cab693fix(v4): restore catch handling for absent object keys (#5937) (#5939)b8dffe9docs: remove Numeric and Speakeasy (2+ missed monthly cycles)9195250docs: remove Mintlify from bronze sponsors (churned)2c70332docs: normalize bronze sponsor logos to github avatar pattern7391be8docs: prune lapsed silver/bronze sponsors and add active ones2aeec83docs: prune lapsed gold sponsors and rebalance logo sizing4c2fa95docs: use Zernio primary wordmark for gold sponsor logoMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for zod since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions