Skip to content

chore(deps): bump vite and nuxt-monaco-editor#535

Merged
loilo merged 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-1f7c891973
Apr 6, 2026
Merged

chore(deps): bump vite and nuxt-monaco-editor#535
loilo merged 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-1f7c891973

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 6, 2026

Bumps vite to 6.4.2 and updates ancestor dependency nuxt-monaco-editor. These dependencies need to be updated together.

Updates vite from 6.2.2 to 6.4.2

Release notes

Sourced from vite's releases.

v6.4.2

Please refer to CHANGELOG.md for details.

v6.4.1

Please refer to CHANGELOG.md for details.

v6.4.0

Please refer to CHANGELOG.md for details.

v6.3.7

Please refer to CHANGELOG.md for details.

v6.3.6

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.4.2 (2026-04-06)

6.4.1 (2025-10-20)

6.4.0 (2025-10-15)

  • feat: allow passing down resolved config to vite's createServer (#20932) (ca6455e), closes #20932

6.3.7 (2025-10-14)

  • fix(esbuild): inject esbuild helpers correctly for esbuild 0.25.9+ (#20940) (c59a222), closes #20940

6.3.6 (2025-09-08)

6.3.5 (2025-05-05)

6.3.4 (2025-04-30)

  • fix: check static serve file inside sirv (#19965) (c22c43d), closes #19965
  • fix(optimizer): return plain object when using require to import externals in optimized dependenci (efc5eab), closes #19940
  • refactor: remove duplicate plugin context type (#19935) (d6d01c2), closes #19935

6.3.3 (2025-04-24)

... (truncated)

Commits
Maintainer changes

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


Updates nuxt-monaco-editor from 1.2.3 to 1.4.0

Release notes

Sourced from nuxt-monaco-editor's releases.

v1.4.0

Full Changelog: e-chan1007/nuxt-monaco-editor@v1.3.2...v1.4.0

  • monaco-editor is now loaded only when using components.
    • BREAKING CHANGE: useMonaco returns Promise.
  • Optimize dependencies in the development mode.
    • To disable: set optimizeMonacoDeps to false. (for use translations in dev mode)
  • Checked compatibility with Nuxt v4.

v1.4.0-alpha.2

Full Changelog: e-chan1007/nuxt-monaco-editor@v1.4.0-alpha.1...v1.4.0-alpha.2

v1.4.0-alpha.1

No release notes provided.

v1.4.0-alpha.0

Full Changelog: e-chan1007/nuxt-monaco-editor@v1.3.2...v1.4.0-alpha.0

v1.3.2

What's Changed

Full Changelog: e-chan1007/nuxt-monaco-editor@v1.3.1...v1.3.2

v1.3.1

  • Added removeSourceMaps option
  • Fixed loading problem of NLS

v1.3.1-0

No release notes provided.

v1.2.9

  • fix: i18n files were not included in the package

v1.2.8

  • I18n files are now included in this package (based on vscode-loc and monaco-editor-nls is no longer required.
  • Fixed #50 (pasting from the clipboard was not possible.)

v1.2.7

Merged #47, which fixed #46 by guaranteeing that target elements are available.

v1.2.6

The option automaticLayout of monaco-editor is now set as default. To disable this, set automaticLayout: false explicitly.

v1.2.5

No release notes provided.

v1.2.4

Bug Fixes

... (truncated)

Changelog

Sourced from nuxt-monaco-editor's changelog.

1.4.0 (2025-08-13)

1.4.0-alpha.2 (2025-08-13)

1.4.0-alpha.1 (2025-08-13)

Bug Fixes

  • compatibility constraint (6e74021)

1.4.0-alpha.0 (2025-08-13)

Features

  • load dependencies when using component (162555e)

1.3.2 (2025-06-18)

Bug Fixes

  • change worker id resolving method(#68) (e451021)

1.3.1 (2024-10-19)

1.3.1-0 (2024-10-19)

Features

  • add removeSourceMaps option (9c94fbb)

Bug Fixes

  • load nls.js insted of nls.mjs (4b9d0a7)

1.3.0 (2024-10-19)

Features

  • add modelUri option to components (2786c92)

Bug Fixes

  • update to latest @nuxt/module-builder (20f0327)

... (truncated)

Commits
  • 6c679db chore(release): 1.4.0
  • 9b8e389 chore(release): 1.4.0-alpha.2
  • f0abefd perf: add optimizeMonacoDeps option for faster build in dev mode
  • 1f57a2c chore(release): 1.4.0-alpha.1
  • 6e74021 fix: compatibility constraint
  • 2678a8f chore(release): 1.4.0-alpha.0
  • 59f6f66 Merge commit '162555ec2bdbd7b7a6412ef66f08f8dcbba6bde7'
  • 162555e feat: load dependencies when using component
  • fdf95fe chore: upgrade dependencies
  • def9a59 chore(release): 1.3.2
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @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 the Security Alerts page.

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) to 6.4.2 and updates ancestor dependency [nuxt-monaco-editor](https://github.com/e-chan1007/nuxt-monaco-editor). These dependencies need to be updated together.


Updates `vite` from 6.2.2 to 6.4.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.4.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.4.2/packages/vite)

Updates `nuxt-monaco-editor` from 1.2.3 to 1.4.0
- [Release notes](https://github.com/e-chan1007/nuxt-monaco-editor/releases)
- [Changelog](https://github.com/e-chan1007/nuxt-monaco-editor/blob/main/CHANGELOG.md)
- [Commits](e-chan1007/nuxt-monaco-editor@v1.2.3...v1.4.0)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.4.2
  dependency-type: indirect
- dependency-name: nuxt-monaco-editor
  dependency-version: 1.4.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 6, 2026
@loilo loilo merged commit dc5a144 into master Apr 6, 2026
1 check passed
@loilo loilo deleted the dependabot/npm_and_yarn/multi-1f7c891973 branch April 6, 2026 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant