-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update npm devdependencies #54
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
base: main
Are you sure you want to change the base?
Conversation
|
b8a7c7a to
9608b13
Compare
75ca694 to
382f903
Compare
0ac5dbe to
329b8e6
Compare
3638f3a to
13cb5b0
Compare
430de7e to
2337d26
Compare
9297144 to
b1cd839
Compare
f55b590 to
e1a4977
Compare
3c3f5c5 to
42430bc
Compare
784c6b1 to
526db99
Compare
526db99 to
f2efd02
Compare
f2efd02 to
e6d87e3
Compare
e6d87e3 to
c06017c
Compare
4696e87 to
80ea602
Compare
bfbec68 to
1038771
Compare
770c00c to
cffe585
Compare
0be5583 to
49b1566
Compare
c3ada50 to
669191f
Compare
012c4a3 to
d9dff46
Compare
1d7c4e6 to
266f2f9
Compare
9349194 to
94774f9
Compare
94774f9 to
05596e3
Compare
This PR contains the following updates:
2.27.12->2.29.79.0.0->9.3.43.0.5->3.2.42.10.1->2.12.09.20.0->9.39.115.4.3->15.5.23.4.2->3.6.29.0.0->9.3.48.3.6->8.5.05.7.3->5.9.33.0.5->3.2.4Release Notes
changesets/changesets (@changesets/cli)
v2.29.7Compare Source
Patch Changes
957f24e]:v2.29.6Compare Source
Patch Changes
a3563b0Thanks @benmccann! - Switch to maintained fork ofexternal-editorv2.29.5Compare Source
Patch Changes
#1693
6352819Thanks @Andarist! - Fixed an issue withworkspace:^andworkspace:~dependency ranges not being semantically treated as, respectively,^CURRENT_VERSIONand~CURRENT_VERSION. This led to dependent packages being, at times, bumped too often when their dependencies with those ranges were bumped.Updated dependencies [
6352819]:v2.29.4Compare Source
Patch Changes
#1668
65d6632Thanks @Andarist! - Fixed a crash in pre mode when trying to version private packages when tagging for private package is disabledUpdated dependencies [
65d6632]:v2.29.3Compare Source
Patch Changes
#1589
de8bebcThanks @remorses, @vzt7! - Fixed a crash in prerelease mode when a package misses the version field in itspackage.json#1619
c1e8a78Thanks @manucorporat! - Support../inpublishConfig.directorywhen publishing packagesUpdated dependencies [
de8bebc]:v2.29.2Compare Source
Patch Changes
#1636
f73f84aThanks @Netail! - Correctly resolve new changesets withsinceoption when the.changesetdirectory is not directly in the git rootUpdated dependencies [
f73f84a]:v2.29.1Compare Source
Patch Changes
#1620
b15e629Thanks @Netail! - Correctly fetch new changesets with since if the git option diff.relative has been set to trueUpdated dependencies [
b15e629]:v2.29.0Compare Source
Minor Changes
29f34a3Thanks @JounQin! - Support scoped registries configured usingpackage.json#publishConfigv2.28.1Compare Source
Patch Changes
b9df596]:v2.28.0Compare Source
Minor Changes
84a4a1bThanks @bennypowers! - Added a new config option to opt-out from formatting with Prettier usingprettier: false.Patch Changes
84a4a1b,84a4a1b]:secretlint/secretlint (@secretlint/secretlint-rule-preset-recommend)
v9.3.4Compare Source
What's Changed
Bug Fixes
Documentation
Refactoring
CI
Dependency Updates
New Contributors
Full Changelog: secretlint/secretlint@v9.3.3...v9.3.4
v9.3.3Compare Source
What's Changed
Bug Fixes
ghuto typeMap and fix description by @benibenj in #1038Refactoring
CI
Dependency Updates
New Contributors
Full Changelog: secretlint/secretlint@v9.3.2...v9.3.3
v9.3.2Compare Source
What's Changed
Maintenance
CI
Dependency Updates
Full Changelog: secretlint/secretlint@v9.3.1...v9.3.2
v9.3.1Compare Source
What's Changed
Bug Fixes
CI
Dependency Updates
Full Changelog: secretlint/secretlint@v9.3.0...v9.3.1
v9.3.0Compare Source
What's Changed
Features
Testing
CI
New Contributors
Full Changelog: secretlint/secretlint@v9.2.1...v9.3.0
v9.2.1Compare Source
What's Changed
Refactoring
CI
Dependency Updates
Other Changes
New Contributors
Full Changelog: secretlint/secretlint@v9.2.0...v9.2.1
v9.2.0Compare Source
What's Changed
Features
Example:
Refactoring
Full Changelog: secretlint/secretlint@v9.1.0...v9.2.0
v9.1.0Compare Source
What's Changed
Features
Documentation
Dependency Updates
New Contributors
Full Changelog: secretlint/secretlint@v9.0.0...v9.1.0
vitest-dev/vitest (@vitest/coverage-v8)
v3.2.4Compare Source
🐞 Bug Fixes
vitest run --watchshould be watch-mode - by @AriPerkkio in #8128 (657e8)--shard x/<count>exceeds count of test files - by @AriPerkkio in #8112 (8a18c)minWorkerswhen onlymaxWorkersspecified - by @AriPerkkio in #8110 (14dc0)task.metashould be available in custom reporter's errors - by @AriPerkkio in #8115 (27df6)View changes on GitHub
v3.2.3Compare Source
🚀 Features
🐞 Bug Fixes
expect.anyreturn type - by @sheremet-va in #8129 (47514)process.send()- by @AriPerkkio in #8125 (dfe81)View changes on GitHub
v3.2.2Compare Source
🚀 Features
🐞 Bug Fixes
createTesterscall on the main thread - by @sheremet-va in #8101 (142c7)vitest-browser-*packages - by @sheremet-va in #8103 (247ef)toEqual- by @dubzzz in #8094 (02ec8)dotreporter to work in non interactive terminals - by @bstephen1 and @AriPerkkio in #7994 (6db9f)View changes on GitHub
v3.2.1Compare Source
🐞 Bug Fixes
DeeplyAllowMatchers- by @sheremet-va in #8078 (30ab4)View changes on GitHub
v3.2.0Compare Source
🚀 Features
ctx.signal- by @sheremet-va in [#7878](https://redirect.github.com/vitest-dev/Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.