vuejs / repl

Vue SFC REPL as a Vue 3 component
https://repl-vuejs.vercel.app
MIT License
927 stars 172 forks source link

chore(deps): update all non-major dependencies #194

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^20.10.5 -> ^20.10.6 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.0.0 -> ^5.0.2 age adoption passing confidence
pnpm (source) 8.12.1 -> 8.14.0 age adoption passing confidence
shikiji (source) ^0.9.10 -> ^0.9.17 age adoption passing confidence
shikiji-monaco (source) ^0.9.10 -> ^0.9.17 age adoption passing confidence
sucrase ^3.34.0 -> ^3.35.0 age adoption passing confidence
vite-plugin-dts ^3.6.4 -> ^3.7.0 age adoption passing confidence

Release Notes

pnpm/pnpm (pnpm) ### [`v8.14.0`](https://togithub.com/pnpm/pnpm/releases/tag/v8.14.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.13.1...v8.14.0) ##### Minor Changes - A new option added for hoisting packages from the workspace. When `hoist-workspace-packages` is set to `true`, packages from the workspace are symlinked to either `/node_modules/.pnpm/node_modules` or to `/node_modules` depending on other hoisting settings (`hoist-pattern` and `public-hoist-pattern`) [#​7451](https://togithub.com/pnpm/pnpm/pull/7451). - The `pnpm dedupe` command now accepts more command line options that the `pnpm install` command also accepts. Example: `pnpm dedupe --store-dir=local-store-dir` ##### Patch Changes - The package information output by cat-index should be sorted by key. - `pnpm deploy` should not touch the target directory if it already exists and isn't empty [#​7351](https://togithub.com/pnpm/pnpm/issues/7351). - `pnpm add a-module-already-in-dev-deps` will show a message to notice the user that the package was not moved to "dependencies" [#​926](https://togithub.com/pnpm/pnpm/issues/926) and fix [#​7319](https://togithub.com/pnpm/pnpm/pull/7319). - Don't install Node.js when use-node-version is set in a WebContainer [#​7478](https://togithub.com/pnpm/pnpm/pull/7478). - Fix copy-on-write on Windows Dev Drives [#​7468](https://togithub.com/pnpm/pnpm/issues/7468). ##### Our Gold Sponsors
##### Our Silver Sponsors
### [`v8.13.1`](https://togithub.com/pnpm/pnpm/releases/tag/v8.13.1) #### Minor Changes - New commands added for inspecting the store: - **pnpm cat-index**: Prints the index file of a specific package in the store. The package is specified by its name and version: pnpm cat-index @​ - **pnpm cat-file**: Prints the contents of a file based on the hash value stored in the index file. For example: pnpm cat-file sha512-mvavhfVcEREI7d8dfvfvIkuBLnx7+rrkHHnPi8mpEDUlNpY4CUY+CvJ5mrrLl18iQYo1odFwBV7z/cOypG7xxQ== - (EXPERIMENTAL) **pnpm find-hash**: Lists the packages that include the file with the specified hash. For example: pnpm find-hash sha512-mvavhfVcEREI7d8dfvfvIkuBLnx7+rrkHHnPi8mpEDUlNpY4CUY+CvJ5mrrLl18iQYo1odFwBV7z/cOypG7xxQ== This command is **experimental**. We might change how it behaves. Related issue: [#​7413](https://togithub.com/pnpm/pnpm/issues/7413). - A new setting added for symlinking [injected dependencies](https://pnpm.io/package_json#dependenciesmetainjected) from the workspace, if their dependencies use the same peer dependencies as the dependent package. The setting is called `dedupe-injected-deps` [#​7416](https://togithub.com/pnpm/pnpm/pull/7416). - Use `--fail-if-no-match` if you want the CLI fail if no packages were matched by the command [#​7403](https://togithub.com/pnpm/pnpm/issues/7403). #### Patch Changes - `pnpm list --parseable` should not print the same dependency multiple times [#​7429](https://togithub.com/pnpm/pnpm/issues/7429). - Fix error message texts in the `pnpm env` commands [#​7456](https://togithub.com/pnpm/pnpm/pull/7456). - Better support for light themed terminals by the `pnpm update --interactive` command [#​7439](https://togithub.com/pnpm/pnpm/issues/7439). - Fix EPERM error that occasionally happened on Windows during renames in the store [#​7213](https://togithub.com/pnpm/pnpm/issues/7213). - Fix error as in `update -i -r` with Git specifiers [#​7415](https://togithub.com/pnpm/pnpm/issues/7415). - Added support for boolean values in 'bundleDependencies' package.json fields when installing a dependency. Fix to properly handle 'bundledDependencies' alias [#​7411](https://togithub.com/pnpm/pnpm/issues/7411). #### Our Gold Sponsors
#### Our Silver Sponsors
antfu/shikiji (shikiji) ### [`v0.9.17`](https://togithub.com/antfu/shikiji/releases/tag/v0.9.17) [Compare Source](https://togithub.com/antfu/shikiji/compare/v0.9.16...v0.9.17) #####    🚀 Features - Improve wasm support  -  by [@​antfu](https://togithub.com/antfu) [(bee23)](https://togithub.com/antfu/shikiji/commit/bee23bb) - Also support wasm import module  -  by [@​antfu](https://togithub.com/antfu) [(637d2)](https://togithub.com/antfu/shikiji/commit/637d2a6) #####     [View changes on GitHub](https://togithub.com/antfu/shikiji/compare/v0.9.16...v0.9.17) ### [`v0.9.16`](https://togithub.com/antfu/shikiji/releases/tag/v0.9.16) [Compare Source](https://togithub.com/antfu/shikiji/compare/v0.9.15...v0.9.16) #####    🚀 Features - Support `mergeWhitespaces: never` for themes are not handling perfectly  -  by [@​antfu](https://togithub.com/antfu) [(74459)](https://togithub.com/antfu/shikiji/commit/744598a) - Update deps, a few new themes  -  by [@​antfu](https://togithub.com/antfu) [(6f92c)](https://togithub.com/antfu/shikiji/commit/6f92c05) #####     [View changes on GitHub](https://togithub.com/antfu/shikiji/compare/v0.9.15...v0.9.16) ### [`v0.9.15`](https://togithub.com/antfu/shikiji/releases/tag/v0.9.15) [Compare Source](https://togithub.com/antfu/shikiji/compare/v0.9.14...v0.9.15) #####    🚀 Features - Support arbitrary colors value in theme, support `colorReplacements` field  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/shikiji/issues/68](https://togithub.com/antfu/shikiji/issues/68) [(a5ee1)](https://togithub.com/antfu/shikiji/commit/a5ee1d9) - **twoslash/rich**: Renders jsdoc  -  by [@​antfu](https://togithub.com/antfu) [(65bf5)](https://togithub.com/antfu/shikiji/commit/65bf56f) #####     [View changes on GitHub](https://togithub.com/antfu/shikiji/compare/v0.9.14...v0.9.15) ### [`v0.9.14`](https://togithub.com/antfu/shikiji/releases/tag/v0.9.14) [Compare Source](https://togithub.com/antfu/shikiji/compare/v0.9.13...v0.9.14) #####    🏎 Performance - Skip `setTheme` if theme hasn't changed  -  by [@​banga](https://togithub.com/banga) in [https://github.com/antfu/shikiji/issues/66](https://togithub.com/antfu/shikiji/issues/66) [(c6f82)](https://togithub.com/antfu/shikiji/commit/c6f822d) #####     [View changes on GitHub](https://togithub.com/antfu/shikiji/compare/v0.9.13...v0.9.14) ### [`v0.9.13`](https://togithub.com/antfu/shikiji/releases/tag/v0.9.13) [Compare Source](https://togithub.com/antfu/shikiji/compare/v0.9.12...v0.9.13) #####    🚀 Features - Introduce `shikiji-cli`  -  by [@​antfu](https://togithub.com/antfu) [(68cd3)](https://togithub.com/antfu/shikiji/commit/68cd367) - **rehype**: - Support fine-grain integration, close [#​64](https://togithub.com/antfu/shikiji/issues/64)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/shikiji/issues/64](https://togithub.com/antfu/shikiji/issues/64) [(890ef)](https://togithub.com/antfu/shikiji/commit/890ef64) - Add onError option, close [#​64](https://togithub.com/antfu/shikiji/issues/64)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/shikiji/issues/64](https://togithub.com/antfu/shikiji/issues/64) [(1abc5)](https://togithub.com/antfu/shikiji/commit/1abc50d) - **twoslash/rich**: - Improve styling  -  by [@​antfu](https://togithub.com/antfu) [(ff889)](https://togithub.com/antfu/shikiji/commit/ff88945) #####    🐞 Bug Fixes - Improve `ThemeRegistration` type, close [#​63](https://togithub.com/antfu/shikiji/issues/63)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/shikiji/issues/63](https://togithub.com/antfu/shikiji/issues/63) [(03d13)](https://togithub.com/antfu/shikiji/commit/03d13ba) - Avoid merge style when visible styles are applied, close [#​65](https://togithub.com/antfu/shikiji/issues/65)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/shikiji/issues/65](https://togithub.com/antfu/shikiji/issues/65) [(2c33a)](https://togithub.com/antfu/shikiji/commit/2c33ada) - **twoslash/rich**: Improve default css style  -  by [@​antfu](https://togithub.com/antfu) [(1fb91)](https://togithub.com/antfu/shikiji/commit/1fb91ba) #####     [View changes on GitHub](https://togithub.com/antfu/shikiji/compare/v0.9.12...v0.9.13) ### [`v0.9.12`](https://togithub.com/antfu/shikiji/releases/tag/v0.9.12) [Compare Source](https://togithub.com/antfu/shikiji/compare/v0.9.11...v0.9.12) #####    🚀 Features - Call `preprocess` hook in `codeToHast`  -  by [@​antfu](https://togithub.com/antfu) [(ed447)](https://togithub.com/antfu/shikiji/commit/ed4477e) - **twoslash**: Add `classExtra` to rich renderer  -  by [@​antfu](https://togithub.com/antfu) [(383fc)](https://togithub.com/antfu/shikiji/commit/383fcab) #####     [View changes on GitHub](https://togithub.com/antfu/shikiji/compare/v0.9.11...v0.9.12) ### [`v0.9.11`](https://togithub.com/antfu/shikiji/releases/tag/v0.9.11) [Compare Source](https://togithub.com/antfu/shikiji/compare/v0.9.10...v0.9.11) #####    🚀 Features - Introduce web bundle  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/shikiji/issues/56](https://togithub.com/antfu/shikiji/issues/56) [(9cc01)](https://togithub.com/antfu/shikiji/commit/9cc01bc) - Introduce lazy embedded, more efficient bundle  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/shikiji/issues/59](https://togithub.com/antfu/shikiji/issues/59) [(90fa1)](https://togithub.com/antfu/shikiji/commit/90fa148) #####     [View changes on GitHub](https://togithub.com/antfu/shikiji/compare/v0.9.10...v0.9.11)
alangpierce/sucrase (sucrase) ### [`v3.35.0`](https://togithub.com/alangpierce/sucrase/blob/HEAD/CHANGELOG.md#3350-2023-12-21) [Compare Source](https://togithub.com/alangpierce/sucrase/compare/4bd800b513a04a0de20c9c246c72936f889c348f...ab642fe2ec4cdd8e174cc310545152b4767437bb) - Upgrade `glob` to fix a security vulnerability in the `inflight` package. (\[[#​822](https://togithub.com/alangpierce/sucrase/issues/822)]) (Patrick Nappa) - **Note that the `sucrase` CLI no longer works in Node.js versions before 14.7.** - If you use the `sucrase` CLI, you should pin to Sucrase 3.34.0 until you're able to upgrade Node.js to a supported version. Note that all Node.js versions before 18 are end-of-life. - If you don't use the `sucrase` CLI, you may need to silence errors related to package.json `engines`, e.g. `yarn --ignore-engines`. - This change is being released in a semver-minor release since it fixes a security vulnerability and the breaking change impact is expected to be small. See [this PR comment](https://togithub.com/alangpierce/sucrase/pull/822#issuecomment-1867087904) for a rationale on the release strategy.
qmhc/vite-plugin-dts (vite-plugin-dts) ### [`v3.7.0`](https://togithub.com/qmhc/vite-plugin-dts/blob/HEAD/CHANGELOG.md#370-2023-12-25) [Compare Source](https://togithub.com/qmhc/vite-plugin-dts/compare/v3.6.4...v3.7.0) ##### Bug Fixes - incorrect alias transform if using a regexp that ends with slash ([213aa39](https://togithub.com/qmhc/vite-plugin-dts/commit/213aa39eb7de988afc8a188b485d2656c66a317a)), closes [#​290](https://togithub.com/qmhc/vite-plugin-dts/issues/290) ##### Features - add emittedFiles parameter for afterBuild hook ([b06d2c4](https://togithub.com/qmhc/vite-plugin-dts/commit/b06d2c4ba9bf3f2a4e75f6b2f61308faedb42a84)) #### [3.6.4](https://togithub.com/qmhc/vite-plugin-dts/compare/v3.6.3...v3.6.4) (2023-11-30) ##### Bug Fixes - should match `as default` export syntax ([6e2d16d](https://togithub.com/qmhc/vite-plugin-dts/commit/6e2d16dadf5ef90002e9f26ece14cf4e3d587db9)), closes [#​285](https://togithub.com/qmhc/vite-plugin-dts/issues/285) - using more noticeable diagnostics log ([4ad9a81](https://togithub.com/qmhc/vite-plugin-dts/commit/4ad9a810d0f42cefc489d2754638baf8cf5f9919)) #### [3.6.3](https://togithub.com/qmhc/vite-plugin-dts/compare/v3.6.2...v3.6.3) (2023-10-30) ##### Bug Fixes - make inject moduleResolution as patch for Vue ([a6f12dc](https://togithub.com/qmhc/vite-plugin-dts/commit/a6f12dcb52d10941c41a67ca18a3da01d57a4fda)), closes [#​280](https://togithub.com/qmhc/vite-plugin-dts/issues/280) #### [3.6.2](https://togithub.com/qmhc/vite-plugin-dts/compare/v3.6.1...v3.6.2) (2023-10-27) ##### Bug Fixes - remove passing projectReferences to program ([fc1209c](https://togithub.com/qmhc/vite-plugin-dts/commit/fc1209c42b9ce2fc0ad4d8227c2cd594500e95f0)), closes [#​279](https://togithub.com/qmhc/vite-plugin-dts/issues/279) #### [3.6.1](https://togithub.com/qmhc/vite-plugin-dts/compare/v3.6.0...v3.6.1) (2023-10-24) ##### Bug Fixes - ensure `moduleResolution` option in compilerOptions ([01528a4](https://togithub.com/qmhc/vite-plugin-dts/commit/01528a45050ecae81ff2b2a836839e0e3d468824)), closes [#​277](https://togithub.com/qmhc/vite-plugin-dts/issues/277) - ensure `rollupTypes` work with `cleanVueFileName` ([261f7bc](https://togithub.com/qmhc/vite-plugin-dts/commit/261f7bc9579787c7a09dbeef4ef5eb60905a0b8c)), closes [#​276](https://togithub.com/qmhc/vite-plugin-dts/issues/276)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

vercel[bot] commented 10 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
repl ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 3, 2024 0:08am