chore(deps): update all non-major dependencies#40
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## main #40 +/- ##
=======================================
Coverage 93.40% 93.40%
=======================================
Files 2 2
Lines 182 182
Branches 15 15
=======================================
Hits 170 170
Misses 12 12 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
71d4e9c to
a68e752
Compare
a68e752 to
475edd1
Compare
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
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:
^18.11.18->^18.13.0^0.28.3->^0.28.4^1.16.2->^1.17.07.25.0->7.27.0^2.8.3->^2.8.4^0.28.3->^0.28.4Release Notes
vitest-dev/vitest
v0.28.4Compare Source
🐞 Bug Fixes
onWatcherStartwhentypecheck.ignoreSourceErrorsis true - by @mascii and @sheremet-va in https://github.com/vitest-dev/vitest/issues/2774 (d612e)View changes on GitHub
unjs/jiti
v1.17.0Compare Source
Features
.mts(#112) (94ab3f2).jsonimports with.defaultproperty (#114) (08a9a47)1.16.2 (2023-01-10)
1.16.1 (2023-01-03)
pnpm/pnpm
v7.27.0Compare Source
Minor Changes
resolution-modeadded:lowest-direct. With this resolution mode direct dependencies will be resolved to their lowest versions. So if there isfoo@^1.1.0in the dependencies, then1.1.0will be installed, even if the latest version offoois1.2.0.pnpm run /build:.*/and execute the matched scripts with the RegExp #5871.Patch Changes
Fix version number replacing for namespaced workspace packages.
workspace:@​foo/bar@*should be replaced withnpm:@​foo/bar@<version>on publish #6052.When resolving dependencies, prefer versions that are already used in the root of the project. This is important to minimize the number of packages that will be nested during hoisting #6054.
Deduplicate direct dependencies.
Let's say there are two projects in the workspace that dependend on
foo. One project hasfoo@1.0.0in the dependencies while another one hasfoo@^1.0.0in the dependencies. In this case,foo@1.0.0should be installed to both projects as satisfies the version specs of both projects.Use Map rather than Object in
createPackageExtenderto prevent read the prototype property to native functionOur Gold Sponsors
Our Silver Sponsors
v7.26.3Compare Source
Patch Changes
pnpm-lock.yamllockfile format #5976.Our Gold Sponsors
Our Silver Sponsors
v7.26.2Compare Source
Patch Changes
pnpm auditoutput for better readability #5981node-linkeris set tohoisted#5992.Our Gold Sponsors
Our Silver Sponsors
v7.26.1Compare Source
Patch Changes
node-linkeris set tohoisted#5988.EMFILE: too many open filesby using graceful-fs for reading bin files of dependencies #5887.Our Gold Sponsors
Our Silver Sponsors
v7.26.0Compare Source
Minor Changes
pnpm dedupecommand that removes dependencies from the lockfile by re-resolving the dependency graph. This work similar to yarn'syarn dedupe --strategy highestcommand #5958Patch Changes
prepublishOnlyandprepublishshould not be executed onpnpm pack#2941.Our Gold Sponsors
Our Silver Sponsors
v7.25.1Compare Source
Patch Changes
pnpm auditoutput #3073--forceoption in thepnpm installcommand #5932.prefer-symlinked-executablesistrue#5946.pnpm install --fix-lockfileshould not fail if the package has no dependencies #5878.Our Gold Sponsors
Our Silver Sponsors
prettier/prettier
v2.8.4Compare Source
diff
Fix leading comments in mapped types with
readonly(#13427 by @thorn0, @sosukesuzuki)Group params in opening block statements (#14067 by @jamescdavis)
This is a follow-up to #13930 to establish wrapping consistency between opening block statements and else blocks by
grouping params in opening blocks. This causes params to break to a new line together and not be split across lines
unless the length of params exceeds the print width. This also updates the else block wrapping to behave exactly the
same as opening blocks.
Ignore files in
.sl/(#14206 by @bolinfest)In Sapling SCM,
.sl/is the folder where it stores its state, analogous to.git/in Git. It should be ignored in Prettier like the other SCM folders.Recognize
@satisfiesin Closure-style type casts (#14262 by @fisker)Fix parens in inferred function return types with
extends(#14279 by @fisker)Configuration
📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).
🚦 Automerge: Enabled.
♻ 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.