Skip to content
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 v1.22.22 #126

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
yarn 1.22.19 -> 1.22.22 age adoption passing confidence

Release Notes

yarnpkg/yarn (yarn)

v1.22.22

Compare Source

[!WARNING]
This release is missing a couple of artifacts (the .msi/.rpm/.deb/.asc files); we're working on fixing this.

  • Fixes a punycode warning.

  • Fixes a hoisting issue when transitive dependencies themselves listed aliases as dependencies.

v1.22.21

Compare Source

[!WARNING]
This release is missing a couple of artifacts (the .msi/.rpm/.deb/.asc files); we're working on fixing this.

  • Fixes an issue in the v1.22.20 when calling Yarn from a project subfolder, outside of a Corepack context.

  • Added a SKIP_YARN_COREPACK_CHECK environment variable to skip the Corepack check.

v1.22.20

Compare Source

  • Important: Punycode is now embed within the bundle, as it has been deprecated by Node.js and will be removed in a future version.

  • A message will be displayed when Yarn 1.22 notices that the local project has a package.json file referencing a non-1.x Yarn release via the packageManager field. The message will explain that the project is intended to be used with Corepack.

  • The yarn-error.log files won't be generated anymore, as we don't process non-critical 1.x bug reports (we however process all bugs reported on https://github.com/yarnpkg/berry; we just released the 4.0.2 release there).

  • The yarn set version x.y.z command will now install the exact x.y.z version (prior to this change it used to first install the latest version, and only in a second step would it downgrade to x.y.z; this was causing issues when we bump the minimal Node.js version we support, as running yarn set version 3.6.4 wouldn't work on Node 16).

  • Prevents crashes when reading from an empty .yarnrc.yml file.


Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

changeset-bot bot commented Jan 1, 2024

⚠️ No Changeset found

Latest commit: 6aec3ef

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

codesandbox-ci bot commented Jan 1, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Copy link

codecov bot commented Jan 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.75%. Comparing base (ec6e60d) to head (6aec3ef).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #126   +/-   ##
=======================================
  Coverage   93.75%   93.75%           
=======================================
  Files           3        3           
  Lines          48       48           
  Branches       15       15           
=======================================
  Hits           45       45           
  Misses          3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

github-actions bot commented Jan 1, 2024

📊 Package size report   No changes

File Before After
Total (Includes all files) 123.9 kB 123.9 kB
Tarball size 21.9 kB 21.9 kB
Unchanged files
File Size
.changeset/config.json 313 B
.changeset/README.md 510 B
.codesandbox/ci.json 76 B
.gitattributes 35 B
.github/workflows/ci.yml 749 B
.github/workflows/codeql.yml 832 B
.github/workflows/pkg-size.yml 494 B
.github/workflows/release.yml 1.0 kB
.lintstagedrc.js 50 B
.prettierignore 19 B
.simple-git-hooks.js 51 B
auto-imports.d.ts 776 B
CHANGELOG.md 237 B
LICENSE 1.1 kB
package.json 2.3 kB
packages/angular-parser/CHANGELOG.md 5.5 kB
packages/angular-parser/package.json 1.1 kB
packages/angular-parser/README.md 553 B
packages/angular-parser/src/index.ts 368 B
packages/angular-parser/src/worker.mts 8.4 kB
packages/angular-parser/test/__snapshots__/fixtures.spec.ts.snap 776 B
packages/angular-parser/test/__snapshots__/parser.spec.ts.snap 64.1 kB
packages/angular-parser/test/fixtures.spec.ts 434 B
packages/angular-parser/test/fixtures/.markuplintrc 180 B
packages/angular-parser/test/fixtures/.prettierrc 32 B
packages/angular-parser/test/fixtures/attr-duplication.html 89 B
packages/angular-parser/test/fixtures/case-sensitive-tag-name.html 1.1 kB
packages/angular-parser/test/fixtures/deprecated-element.html 31 B
packages/angular-parser/test/helper.ts 1.3 kB
packages/angular-parser/test/parser.spec.ts 2.8 kB
packages/angular-parser/tsconfig.json 154 B
packages/angular-rules/CHANGELOG.md 882 B
packages/angular-rules/package.json 488 B
packages/angular-rules/README.md 566 B
packages/angular-rules/src/attribute-group-order/__snapshots__/index.spec.ts.snap 5.7 kB
packages/angular-rules/src/attribute-group-order/index.spec.ts 8.2 kB
packages/angular-rules/src/attribute-group-order/index.ts 2.4 kB
packages/angular-rules/src/attribute-group-order/README.md 1.6 kB
packages/angular-rules/src/index.ts 388 B
packages/angular-rules/tsconfig.json 191 B
README.md 7.1 kB
tsconfig.base.json 273 B
tsconfig.json 162 B
vitest.config.ts 300 B

🤖 This report was automatically generated by pkg-size-action

@renovate renovate bot force-pushed the renovate/yarn-1.x branch from de729fe to 6aec3ef Compare March 10, 2024 01:07
@renovate renovate bot changed the title chore(deps): update yarn to v1.22.21 chore(deps): update yarn to v1.22.22 Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants