chore(deps): bump vite-plugin-static-copy and nuxt-monaco-editor
Bumps vite-plugin-static-copy to 3.1.2 and updates ancestor dependency nuxt-monaco-editor. These dependencies need to be updated together.
Updates vite-plugin-static-copy from 0.17.0 to 3.1.2
Release notes
Sourced from vite-plugin-static-copy's releases.
[email protected]
Patch Changes
- #195
0bc6b49Thanks@​sapphi-red! - Files not included insrcwas possible to acess with a crafted request. See GHSA-pp7p-q8fx-2968 for more details.[email protected]
Patch Changes
- #186
fc84156Thanks@​sapphi-red! - fix a bug that the content was not sent when multiple vite-plugin-static-copy instance was used[email protected]
Minor Changes
- #171
9c7cf2eThanks@​MrRefactoring! - add Vite 7 to peer dep range[email protected]
Patch Changes
- #167
89458b2Thanks@​sapphi-red! - improved file grouping algorithm for better performance[email protected]
Patch Changes
#166
60409c5Thanks@​sapphi-red! - fix absolute destination paths in copy targets incorrectly returning contents in dev#164
337f976Thanks@​sapphi-red! - fixes case-insensitive path conflicts causing copy failures (EEXIST error)[email protected]
Major Changes
- #150
71f4f5bThanks@​sapphi-red! - migratefast-globtotinyglobbyto reduce the package size and to align with Vite. This breaking change should not affect most users. Check Vite's migration guide for more details.[email protected]
Patch Changes
4627afbThanks@​sapphi-red! - Files not included insrcwas possible to acess with a crafted request. See GHSA-pp7p-q8fx-2968 for more details.[email protected]
Patch Changes
- #152
6aee6a3Thanks@​sapphi-red! - improve performance of internalisSubdirectoryOrEqualfunction[email protected]
Minor Changes
281f5b2Thanks@​sapphi-red! - improve performance by coping files concurrently when possiblePatch Changes
- #149
a9f35c9Thanks@​sapphi-red! - ensure.[cm]?[tj]sx?static assets are JS mime to align with Vite. vitejs/vite#19453
... (truncated)
Changelog
Sourced from vite-plugin-static-copy's changelog.
3.1.2
Patch Changes
- #195
0bc6b49Thanks@​sapphi-red! - Files not included insrcwas possible to acess with a crafted request. See GHSA-pp7p-q8fx-2968 for more details.3.1.1
Patch Changes
- #186
fc84156Thanks@​sapphi-red! - fix a bug that the content was not sent when multiple vite-plugin-static-copy instance was used3.1.0
Minor Changes
- #171
9c7cf2eThanks@​MrRefactoring! - add Vite 7 to peer dep range3.0.2
Patch Changes
- #167
89458b2Thanks@​sapphi-red! - improved file grouping algorithm for better performance3.0.1
Patch Changes
#166
60409c5Thanks@​sapphi-red! - fix absolute destination paths in copy targets incorrectly returning contents in dev#164
337f976Thanks@​sapphi-red! - fixes case-insensitive path conflicts causing copy failures (EEXIST error)3.0.0
Major Changes
- #150
71f4f5bThanks@​sapphi-red! - migratefast-globtotinyglobbyto reduce the package size and to align with Vite. This breaking change should not affect most users. Check Vite's migration guide for more details.2.3.1
Patch Changes
- #152
6aee6a3Thanks@​sapphi-red! - improve performance of internalisSubdirectoryOrEqualfunction2.3.0
Minor Changes
281f5b2Thanks@​sapphi-red! - improve performance by coping files concurrently when possible
... (truncated)
Commits
edab809chore: update versions (#196)0bc6b49fix: only serve files undersrc(#195)1489507ci: run release againstv*branches5cfb90cdocs: Add DEBUG section to README for vite:plugin-static-copy logging (#192)a80b108test: use previewServer.close32aee5cchore: update versions (#187)cd3f085test: quickly timeout keep-alive (#189)ffba50achore: use builtin fetch (#188)fc84156fix: inject middleware correctly when there's multiple plugin instances (#186)ff6630cfix(deps): update all non-major dependencies (#181)- Additional commits viewable in compare view
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: https://github.com/e-chan1007/nuxt-monaco-editor/compare/v1.3.2...v1.4.0
monaco-editoris now loaded only when using components.
- BREAKING CHANGE:
useMonacoreturns Promise.- Optimize dependencies in the development mode.
- To disable: set
optimizeMonacoDepstofalse. (for use translations in dev mode)- Checked compatibility with Nuxt v4.
v1.4.0-alpha.2
Full Changelog: https://github.com/e-chan1007/nuxt-monaco-editor/compare/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: https://github.com/e-chan1007/nuxt-monaco-editor/compare/v1.3.2...v1.4.0-alpha.0
v1.3.2
What's Changed
- Fix incompatible with Nuxt v3.17 (#68) in e-chan1007/nuxt-monaco-editor#69
Full Changelog: https://github.com/e-chan1007/nuxt-monaco-editor/compare/v1.3.1...v1.3.2
v1.3.1
- Added
removeSourceMapsoption- 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-locandmonaco-editor-nlsis 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
automaticLayoutofmonaco-editoris now set as default. To disable this, setautomaticLayout: falseexplicitly.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
1.3.1 (2024-10-19)
1.3.1-0 (2024-10-19)
Features
- add
removeSourceMapsoption (9c94fbb)Bug Fixes
- load
nls.jsinsted ofnls.mjs(4b9d0a7)1.3.0 (2024-10-19)
Features
- add
modelUrioption to components (2786c92)Bug Fixes
- update to latest
@nuxt/module-builder(20f0327)
... (truncated)
Commits
6c679dbchore(release): 1.4.09b8e389chore(release): 1.4.0-alpha.2f0abefdperf: add optimizeMonacoDeps option for faster build in dev mode1f57a2cchore(release): 1.4.0-alpha.16e74021fix: compatibility constraint2678a8fchore(release): 1.4.0-alpha.059f6f66Merge commit '162555ec2bdbd7b7a6412ef66f08f8dcbba6bde7'162555efeat: load dependencies when using componentfdf95fechore: upgrade dependenciesdef9a59chore(release): 1.3.2- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.