-
-
Notifications
You must be signed in to change notification settings - Fork 1
fix(deps): update all non-major dependencies #34
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
|
32cc2d3 to
6af9128
Compare
6af9128 to
36e7969
Compare
36e7969 to
f69c651
Compare
f69c651 to
5930227
Compare
5930227 to
eedb291
Compare
eedb291 to
9b6469a
Compare
9b6469a to
d32d290
Compare
d32d290 to
43046f3
Compare
43046f3 to
0b1b62b
Compare
0b1b62b to
feb7568
Compare
feb7568 to
88ccbd5
Compare
88ccbd5 to
451d971
Compare
451d971 to
ba53341
Compare
ba53341 to
ebff165
Compare
ebff165 to
d49801f
Compare
d49801f to
24d3ac4
Compare
24d3ac4 to
90a2aef
Compare
90a2aef to
c5048d3
Compare
c5048d3 to
949c8d9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^7.21.2->^7.21.3^7.21.2->^7.21.3^18.14.2->^18.15.3^0.50.3->^0.50.4^8.35.0->^8.36.0^1.15.0->^1.16.07.28.0->7.29.3^3.12.3->^3.12.5^0.50.3->^0.50.4^1.1.0->^1.3.1^0.15.0->^0.15.1^0.24.0->^0.24.1^0.29.2->^0.29.3Release Notes
babel/babel (@babel/parser)
v7.21.3Compare Source
v7.21.3 (2023-03-14)
Thanks @amoeller, @Harpica, and @nzakas for your first PRs!
👓 Spec Compliance
babel-parser🐛 Bug Fix
babel-parserbabel-plugin-transform-typescriptvardecls generated byimport ... =TS transform (@amoeller)export { type foo }as type-only usage (@magic-akari)💅 Polish
babel-traverse,babel-types@babelpackage (@nicolo-ribaudo)babel-generatorjsonCompatibleStringsdeprecation (@liuxingbaoyu)🏠 Internal
🔬 Output optimization
babel-plugin-transform-typescript,babel-preset-typescriptCommitters: 8
babel/babel (@babel/types)
v7.21.3Compare Source
👓 Spec Compliance
babel-parser🐛 Bug Fix
babel-parserbabel-plugin-transform-typescriptvardecls generated byimport ... =TS transform (@amoeller)export { type foo }as type-only usage (@magic-akari)💅 Polish
babel-traverse,babel-types@babelpackage (@nicolo-ribaudo)babel-generatorjsonCompatibleStringsdeprecation (@liuxingbaoyu)🏠 Internal
🔬 Output optimization
babel-plugin-transform-typescript,babel-preset-typescriptunocss/unocss
v0.50.4Compare Source
🚀 Features
🐞 Bug Fixes
defaultreference to itself - by @sibbng in https://github.com/unocss/unocss/issues/2292 (9e385)animate-easeautocomplete - by @zyyv in https://github.com/unocss/unocss/issues/2306 (dccfe)View changes on GitHub
eslint/eslint
v8.36.0Compare Source
Features
c89a485feat: AddcheckJSDocoption to multiline-comment-style (#16807) (Laurent Cozic)f5f5e11feat: Serialize parsers/processors in flat config (#16944) (Nicholas C. Zakas)4799297feat: use @eslint-community dependencies (#16784) (Michaël De Boey)Bug Fixes
92c1943fix: correctly iterate files matched by glob patterns (#16831) (Nitin Kumar)Documentation
b98fdd4docs: Update README (GitHub Actions Bot)caf08cedocs: fix estree link in custom formatters docs (#16967) (Milos Djermanovic)3398431docs: Custom Parsers cleanup/expansion (#16887) (Ben Perlmutter)19d3531docs: Update README (GitHub Actions Bot)b09a512docs: detect and fix broken links (#16837) (Nitin Kumar)Chores
602b111chore: upgrade @eslint/js@8.36.0 (#16978) (Milos Djermanovic)43c2345chore: package.json update for @eslint/js release (ESLint Jenkins)00afb84chore: upgrade @eslint/eslintrc@2.0.1 (#16977) (Milos Djermanovic)698c5aachore: upgrade espree@9.5.0 (#16976) (Milos Djermanovic)75acdd2chore: lint more js files in docs (#16964) (Milos Djermanovic)89d9844ci: bump actions/add-to-project from 0.4.0 to 0.4.1 (#16943) (dependabot[bot])Shinigami92/eslint-define-config
v1.16.0Compare Source
diff
config.ruletype to eslintLinter.Rule(#172)pnpm/pnpm
v7.29.3Compare Source
Patch Changes
node_modules/.pnpm/node_modulesdirectory through theNODE_PATHenv variable, then the command's ownnode_modulesdirectory #5176.extend-node-pathis set back totrueby default. It was set tofalsein v7.29.2 in order to fix issues with multiple versions of Jest in one workspace. It has caused other issues, so now we keep extendingNODE_PATH. We have fixed the Jest issue with a different solution #6213.Our Gold Sponsors
Our Silver Sponsors
v7.29.2Compare Source
v7.29.1Compare Source
Patch Changes
Our Gold Sponsors
Our Silver Sponsors
v7.29.0Compare Source
Minor Changes
A new setting is now supported:
dedupe-peer-dependents.When this setting is set to
true, packages with peer dependencies will be deduplicated after peers resolution.For instance, let's say we have a workspace with two projects and both of them have
webpackin their dependencies.webpackhasesbuildin its optional peer dependencies, and one of the projects hasesbuildin its dependencies. In this case, pnpm will link two instances ofwebpackto thenode_modules/.pnpmdirectory: one withesbuildand another one without it:This makes sense because
webpackis used in two projects, and one of the projects doesn't haveesbuild, so the two projects cannot share the same instance ofwebpack. However, this is not what most developers expect, especially since in a hoistednode_modules, there would only be one instance ofwebpack. Therefore, you may now use thededupe-peer-dependentssetting to deduplicatewebpackwhen it has no conflicting peer dependencies (explanation at the end). In this case, if we setdedupe-peer-dependentstotrue, both projects will use the samewebpackinstance, which is the one that hasesbuildresolved:What are conflicting peer dependencies? By conflicting peer dependencies we mean a scenario like the following one:
In this case, we cannot dedupe
webpackaswebpackhasreactin its peer dependencies andreactis resolved from two different versions in the context of the two projects.Patch Changes
The configuration added by
pnpm setupshould check if the pnpm home directory is already in the PATH before adding to the PATH.Before this change, this code was added to the shell:
Now this will be added:
Add
skippedstatus in exec report summary when script is missing #6139.pnpm env -gshould fail with a meaningful error message if pnpm cannot find the pnpm home directory, which is the directory into which Node.js is installed.Should not throw an error when local dependency use file protocol #6115.
Fix the incorrect error block when subproject has been patched #6183
Our Gold Sponsors
Our Silver Sponsors
esbuild-kit/tsx
v3.12.5Compare Source
Bug Fixes
v3.12.4Compare Source
Bug Fixes
process.listeners()(#194) (b6793b2)unjs/unplugin
v1.3.1Compare Source
Reverts
v1.3.0Compare Source
Features
v1.2.0Compare Source
Features
antfu/unplugin-auto-import
v0.15.1Compare Source
🐞 Bug Fixes
View changes on GitHub
antfu/unplugin-vue-components
v0.24.1Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
vitest-dev/vitest
v0.29.3Compare Source
🚀 Features
🐞 Bug Fixes
anyas default value for TArgs in vi.fn() - by @jessevanassen in https://github.com/vitest-dev/vitest/issues/2947 (1bdcc)🏎 Performance
View changes on GitHub
Configuration
📅 Schedule: Branch creation - "before 3am 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.