-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update yarn to v3.8.7 #101
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #101 +/- ##
========================================
Coverage 93.07% 93.07%
========================================
Files 16 16
Lines 231 231
Branches 18 18
========================================
Hits 215 215
Misses 16 16
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
aecadd2
to
7ec7a88
Compare
7ec7a88
to
cf31ef4
Compare
cf31ef4
to
f76866c
Compare
f76866c
to
d45a5ec
Compare
d45a5ec
to
1258413
Compare
ea0a18d
to
a7a1d12
Compare
a7a1d12
to
0f5e3ad
Compare
0f5e3ad
to
60d6e7d
Compare
60d6e7d
to
335de81
Compare
335de81
to
e77f2f5
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: yarn.lock
|
e77f2f5
to
6d3ba97
Compare
6d3ba97
to
73ea486
Compare
|
73ea486
to
2ef3077
Compare
2ef3077
to
86aa976
Compare
86aa976
to
2019c68
Compare
2019c68
to
2ee7460
Compare
This PR contains the following updates:
3.1.0
->3.8.7
Release Notes
yarnpkg/berry (yarn)
v3.8.7
Compare Source
v3.8.6
Compare Source
v3.8.5
Compare Source
v3.8.4
Compare Source
v3.8.3
Compare Source
v3.8.2
Compare Source
v3.8.1
Compare Source
v3.8.0
Compare Source
v3.7.0
Compare Source
v3.6.4
Compare Source
v3.6.3
Compare Source
v3.6.2
Compare Source
v3.6.1
Compare Source
v3.6.0
Compare Source
v3.5.1
Compare Source
v3.5.0
Compare Source
v3.4.1
Compare Source
yarn init
.v3.4.0
Compare Source
Node.js parity
--conditions
flag.--watch
flag on Node 18 (it previously only supported it on Node 19).Bugfixes
pnpapi
) can now be imported from ESM modules.ZipFS.prototype.getBufferAndClose
will not error on empty archives resulting from an unlink after write.YN0000
) fromyarn workspaces foreach
.Compatibility
v3.3.1
Compare Source
v3.3.0
Compare Source
Installs
hardlinks-global
node-modules
linker mode by 1.5xCompatibility
v3.2.4
Compare Source
Compatibility
v3.2.3
Compare Source
Bugfixes
Compatibility
v3.2.2
Compare Source
Compatibility
ftruncate
.fchmod
.throwIfNoEntry
.npm_package_json
environment variable is now set by Yarn.v3.2.1
Compare Source
Installs
node_modules
directory, whennode-modules
linker is activesupportedArchitectures
Bugfixes
v3.2.0
Compare Source
Various improvements have been made in the core to improve performance. Additionally:
Commands
yarn workspaces foreach run
command is now able to run binaries.yarn npm info
command now supports displaying information about a tagged version of a package (e.g.yarn npm info vue@next
).yarn explain
command has been added. It can be used to explain an error code, or list all available error codes.yarn explain YN0002
.yarn npm publish
command now accepts a new--otp
option, to set the One-Time Password from the CLI.yarn upgrade-interactive
now has improved paging:Installs
node_modules
is a symbolic link, and doesn't recreate it.cpu
andarch
fields, Yarn now support a newlibc
field which can be used in tandem withoptionalDependencies
to avoid downloading packages that have been linked against incompatible standard libraries (we currently support two values:glibc
andmusl
).node_modules/.store
andnode_modules
folders if they are empty.node_modules/@​yarnpkg
) if they are empty or after removing a scoped dependency..pnp.cjs
files with inlined data will now store the data in a JSON string literal instead of an object literal to improve startup performance.Compatibility
${FOO:+}
.read
andreadSync
using options.path
property on streams created bycreateReadStream()
and obtained from zip archives.ERR_REQUIRE_ESM
error when attempting to require an ES Module, matching the default Node.js behaviour.Bugfixes
@yarnpkg/pnpify
now escapes paths correctly.node
field inside thenpm_config_user_agent
Yarn sets will now include a leadingv
.platform
isn't set to Node.YARN_IGNORE_NODE
environment variable will now be parsed using the same mechanism as env variable configuration settings (i.e. both1
/0
andtrue
/false
will be accepted)ZipFS Extension
Miscellaneous Features
wrapNetworkRequest
hook now lets you wrap network requests (for example to log them).v3.1.1
Compare Source
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.