chore(deps): update all non-major dependencies #194
Merged
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.
This PR contains the following updates:
^20.10.5
->^20.10.6
^5.0.0
->^5.0.2
8.12.1
->8.14.0
^0.9.10
->^0.9.17
^0.9.10
->^0.9.17
^3.34.0
->^3.35.0
^3.6.4
->^3.7.0
Release Notes
pnpm/pnpm (pnpm)
v8.14.0
Compare Source
Minor Changes
hoist-workspace-packages
is set totrue
, packages from the workspace are symlinked to either<workspace_root>/node_modules/.pnpm/node_modules
or to<workspace_root>/node_modules
depending on other hoisting settings (hoist-pattern
andpublic-hoist-pattern
) #7451.pnpm dedupe
command now accepts more command line options that thepnpm install
command also accepts. Example:pnpm dedupe --store-dir=local-store-dir
Patch Changes
pnpm deploy
should not touch the target directory if it already exists and isn't empty #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 and fix #7319.Our Gold Sponsors
Our Silver Sponsors
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-file: Prints the contents of a file based on the hash value stored in the index file. For example:
(EXPERIMENTAL) pnpm find-hash: Lists the packages that include the file with the specified hash. For example:
This command is experimental. We might change how it behaves.
Related issue: #7413.
A new setting added for symlinking injected dependencies from the workspace, if their dependencies use the same peer dependencies as the dependent package. The setting is called
dedupe-injected-deps
#7416.Use
--fail-if-no-match
if you want the CLI fail if no packages were matched by the command #7403.Patch Changes
pnpm list --parseable
should not print the same dependency multiple times #7429.pnpm env
commands #7456.pnpm update --interactive
command #7439.update -i -r
with Git specifiers #7415.Our Gold Sponsors
Our Silver Sponsors
antfu/shikiji (shikiji)
v0.9.17
Compare Source
🚀 Features
View changes on GitHub
v0.9.16
Compare Source
🚀 Features
mergeWhitespaces: never
for themes are not handling perfectly - by @antfu (74459)View changes on GitHub
v0.9.15
Compare Source
🚀 Features
colorReplacements
field - by @antfu in https://github.com/antfu/shikiji/issues/68 (a5ee1)View changes on GitHub
v0.9.14
Compare Source
🏎 Performance
setTheme
if theme hasn't changed - by @banga in https://github.com/antfu/shikiji/issues/66 (c6f82)View changes on GitHub
v0.9.13
Compare Source
🚀 Features
shikiji-cli
- by @antfu (68cd3)🐞 Bug Fixes
ThemeRegistration
type, close #63 - by @antfu in https://github.com/antfu/shikiji/issues/63 (03d13)View changes on GitHub
v0.9.12
Compare Source
🚀 Features
preprocess
hook incodeToHast
- by @antfu (ed447)classExtra
to rich renderer - by @antfu (383fc)View changes on GitHub
v0.9.11
Compare Source
🚀 Features
View changes on GitHub
alangpierce/sucrase (sucrase)
v3.35.0
Compare Source
glob
to fix a security vulnerability in theinflight
package. ([#822]) (Patrick Nappa)sucrase
CLI no longer works in Node.js versions before 14.7.sucrase
CLI, you should pin to Sucrase 3.34.0 until you're able to upgradeNode.js to a supported version. Note that all Node.js versions before 18 are end-of-life.
sucrase
CLI, you may need to silence errors related to package.jsonengines
, e.g.yarn --ignore-engines
.and the breaking change impact is expected to be small. See this PR comment
for a rationale on the release strategy.
qmhc/vite-plugin-dts (vite-plugin-dts)
v3.7.0
Compare Source
Bug Fixes
Features
3.6.4 (2023-11-30)
Bug Fixes
as default
export syntax (6e2d16d), closes #2853.6.3 (2023-10-30)
Bug Fixes
3.6.2 (2023-10-27)
Bug Fixes
3.6.1 (2023-10-24)
Bug Fixes
moduleResolution
option in compilerOptions (01528a4), closes #277rollupTypes
work withcleanVueFileName
(261f7bc), closes #276Configuration
📅 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.