Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump devalue and nuxt#177

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomaster
base:master
Choose a base branch
Loading
fromdependabot/npm_and_yarn/multi-35774a36c2

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubSep 5, 2025
edited
Loading

Bumpsdevalue to 5.3.2 and updates ancestor dependencynuxt. These dependencies need to be updated together.

Updatesdevalue from 2.0.1 to 5.3.2

Release notes

Sourced fromdevalue's releases.

v5.3.2

Patch Changes

  • 0623a47: fix: disallow array method access when parsing
  • 0623a47: fix: disallow__proto__ properties on objects

v5.3.1

Patch Changes

  • ae904c5: fix: correctly differentiate between +0 and -0

v5.3.0

Minor Changes

  • 2896e7b: feat: support Temporal
  • fec694d: feat: supportURL andURLSearchParams objects
Changelog

Sourced fromdevalue's changelog.

5.3.2

Patch Changes

  • 0623a47: fix: disallow array method access when parsing
  • 0623a47: fix: disallow__proto__ properties on objects

5.3.1

Patch Changes

  • ae904c5: fix: correctly differentiate between +0 and -0

5.3.0

Minor Changes

  • 2896e7b: feat: support Temporal
  • fec694d: feat: supportURL andURLSearchParams objects

5.2.1

Patch Changes

  • e46f4c8: fix: handle repeated array buffers and subarrays
  • 2dfa504: fix: handle custom classes with null proto as pojo

5.2.0

  • Handle custom classes with null proto as pojo (#95)

5.1.1

  • Only iterate over own properties of reducers (#80)

5.1.0

  • Handle typed arrays and array buffers (#69)
  • AddsideEffects: false topackage.json (#81)
  • Better errors when keys are invalid identifiers (#82)

5.0.0

  • Ignore non-enumerable symbolic keys (#78)

4.3.3

  • Support invalid dates (#61)
  • Fix incorrecterror.path when object contains a map (#64)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm bysvelte-admin, a new releaser for devalue since your current version.


Updatesnuxt from 2.17.3 to 4.1.0

Release notes

Sourced fromnuxt's releases.

v4.1.0

👀 Highlights

🔥 Build and Performance Improvements

🍫 Enhanced Chunk Stability

Build stability has been significantly improved with import maps (#33075). This prevents cascading hash changes that could invalidate large portions of your build when small changes are made:

<!-- Automatically injected import map --><scripttype="importmap">{"imports":{"#entry":"/_nuxt/DC5HVSK5.js"}}</script>

By default, JS chunks emitted in a Vite build are hashed, which means they can be cached immutably. However, this can cause a significant issue: a change to a single component can causeevery hash to be invalidated, massively increasing the chance of 404s.

In short:

  1. a component is changed slightly - the hash of its JS chunk changes
  2. the page which uses the component has to be updated to reference the new file name
  3. theentry now has its hash changed because it dynamically imports the page
  4. every other file which imports the entry has its hash changed because the entry file name is changed

Obviously this wasn't optimal. With this new feature, the hash of (otherwise) unchanged files which import the entry won't be affected.

This feature is automatically enabled and helps maintain better cache efficiency in production. It does requirenative import map support, but Nuxt will automatically disable it if you have configuredvite.build.target to include a browser that doesn't support import maps.

And of course you can disable it if needed:

exportdefaultdefineNuxtConfig({experimental:{entryImportMap:false}})

🦀 Experimental Rolldown Support

Nuxt now includes experimental support forrolldown-vite (#31812), bringing Rust-powered bundling for potentially faster builds.

To try Rolldown in your Nuxt project, you need to override Vite with the rolldown-powered version since Vite is a dependency of Nuxt. Add the following to yourpackage.json:

npm:

{"overrides": {"vite":"npm:rolldown-vite@latest"  }</tr></table>

... (truncated)

Commits
  • e12125a v4.1.0
  • 7234ae6 feat(kit,nuxt): addgetLayerDirectories util and refactor to use it (#33098)
  • f77da6c chore(deps): update all non-major dependencies (main) (#33100)
  • a74035e feat(kit,nuxt,schema): allow modules to specify dependencies (#33063)
  • 7c5efac chore(deps): update all non-major dependencies (main) (#33094)
  • 2566d20 fix(nuxt): add validation for nuxt island reviver key (#33069)
  • 35c5f9f fix(nuxt): deletenuxtApp._runningTransition on resolve (#33025)
  • b58c139 fix(nuxt): search for colliding names in route children
  • dc427fe refactor(kit,nuxt,ui-templates,vite): address deprecations + improve regexp p...
  • 404424c feat(nuxt): lazy hydration macros without auto-imports (#33037)
  • Additional commits viewable incompare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for nuxt since your current version.


Most Recent Ignore Conditions Applied to This Pull Request
Dependency NameIgnore Conditions
nuxt[>= 3.a, < 4]

You can trigger a rebase of this PR by commenting@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from theSecurity Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update javascript code labelsSep 5, 2025
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/multi-35774a36c2 branch 2 times, most recently from2bf307e to002acadCompareSeptember 5, 2025 19:34
Bumps [devalue](https://github.com/sveltejs/devalue) to 5.3.2 and updates ancestor dependency [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt). These dependencies need to be updated together.Updates `devalue` from 2.0.1 to 5.3.2- [Release notes](https://github.com/sveltejs/devalue/releases)- [Changelog](https://github.com/sveltejs/devalue/blob/main/CHANGELOG.md)- [Commits](sveltejs/devalue@v2.0.1...v5.3.2)Updates `nuxt` from 2.17.3 to 4.1.0- [Release notes](https://github.com/nuxt/nuxt/releases)- [Commits](https://github.com/nuxt/nuxt/commits/v4.1.0/packages/nuxt)---updated-dependencies:- dependency-name: devalue  dependency-version: 5.3.2  dependency-type: indirect- dependency-name: nuxt  dependency-version: 4.1.0  dependency-type: direct:production...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/multi-35774a36c2 branch from002acad to422449cCompareSeptember 5, 2025 19:36
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp