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 #62

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 11, 2018

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
yarn 1.3.2 -> 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.

v1.22.19

Compare Source

  • Adds compatibility with WebAuthn on the npm registry

v1.22.18

Compare Source

Node 17.7.0 had a regression in url.resolve which broke Yarn, causing network errors. This release fixes that, although the regression also got fixed on the Node side starting from 17.7.1, so as long as you keep your Node up-to-date it'll be fine.

v1.22.17

Compare Source

Strangely this released disappeared from GitHub, re-adding it.

v1.22.16

Compare Source

v1.22.15

Compare Source

  • Fixes an issue on Windows where relative scripts would fail to execute

v1.22.14

Compare Source

  • Fixes false positives that would happen on non-win32 platforms ("Potentially dangerous call to ...")

v1.22.13

Compare Source

  • Fixes a potential security issue where packages could run scripts even with --ignore-builds set (Windows only)
  • Fixes yarn init -y2 w/ Corepack
  • yarn set version stable (and canary) will now defer to the stable & canary for upgrading the project

v1.22.12

Compare Source

Bogus release (published the wrong folder)

v1.22.11

Compare Source

This version fixes a problem where Yarn wasn't forwarding SIGTERM to the binary spawned via yarnPath. It also makes yarn init -2 compatible with Corepack. The behaviour of yarn init (without -2) doesn't change.

Remember that Yarn 1.x won't receive further functional improvements. We recommend you to switch to the recently-released 3.0, and to ping us on Discord if you find issues when migrating (also check our Migration Guide).

v1.22.10

v1.22.7

This release doesn't change anything and was caused by a publish issue.

v1.22.6

  • Running yarn init with the -2 flag won't print the set version output anymore.

  • A new preinstall check will ensure that npm install -g yarn works even under Corepack. It doesn't have any effect on other setups.

v1.22.5

Compare Source

  • Headers won't be printed when calling yarn init with the -2 flag

    Maël Nison

  • Files with the .cjs extension will be spawned by yarnPath using `execPath

    #​8144 - bgotink

  • Generates local yarn verions as .cjs files when calling yarn set version

    #​8145 - bgotink

  • Sorts files when running yarn pack to produce identical layout on Windows and Unix systems

    #​8142 - Merceyz

v1.22.4

Compare Source

Those versions didn't contain any changes and were just triggered by our infra while working on the tests.

v1.22.1

Compare Source

This version fixes a problem where Yarn wasn't forwarding SIGTERM to the binary spawned via yarnPath. It also makes yarn init -2 compatible with Corepack. The behaviour of yarn init (without -2) doesn't change.

Remember that Yarn 1.x won't receive further functional improvements. We recommend you to switch to the recently-released 3.0, and to ping us on Discord if you find issues when migrating (also check our Migration Guide).

v1.22.0

Compare Source

v1.21.1

Compare Source

v1.21.0

Compare Source

v1.19.2

Compare Source

  • Folders like .cache won't be pruned from the node_modules after each install.

    #​7699 - Maël Nison

  • Correctly installs workspace child dependencies when workspace child not symlinked to root.

    #​7289 - Daniel Tschinder

  • Makes running scripts with Plug'n Play possible on node 13.

    #​7650 - Sander Verweij

  • Change run command to check cwd/node_modules/.bin for commands. Fixes run in workspaces.

    #​7151 - Jeff Valore

v1.19.1

Compare Source

Important: This release contains a cache bump. It will cause the very first install following the upgrade to take slightly more time, especially if you don't use the Offline Mirror feature. After that everything will be back to normal.

v1.19.0

Compare Source

Important: This release contains a cache bump. It will cause the very first install following the upgrade to take slightly more time, especially if you don't use the Offline Mirror feature. After that everything will be back to normal.

  • Fixes a potential vulnerability regarding how the build artifacts are stored

    Reported by ChALkeR, fixed by Maël Nison

v1.18.0

Compare Source

v1.17.3

Compare Source

v1.17.2

Compare Source

v1.17.1

Compare Source

v1.17.0

Compare Source

v1.16.0

Compare Source

v1.15.2

Compare Source

The 1.15.1 doesn't exist due to a release hiccup.

  • Reverts a behavior causing boggus interactions between PowerShell and yarn global

    #​6954 - briman0094

  • Fixes a bug where non-zero exit codes were converted to a generic 1 when running yarn run

    #​6926 - Kyle Fang

  • Fixes production / development reporting when running yarn audit

    #​6970 - Adam Richardson

v1.15.1

Compare Source

v1.15.0

Compare Source

v1.14.0

Compare Source

v1.13.0

Compare Source

v1.12.3

Compare Source

Important: This release contains a cache bump. It will cause the very first install following the upgrade to take slightly more time, especially if you don't use the Offline Mirror feature. After that everything will be back to normal.

  • Fixes an issue with yarn audit when using workspaces

    #​6625 - Jeff Valore

  • Uses NODE_OPTIONS to instruct Node to load the PnP hook, instead of raw CLI arguments

    Caveat: This change might cause issues for PnP users having a space inside their cwd (cf nodejs/node#24065)

    #​6479 - Maël Nison

  • Fixes Gulp when used with Plug'n'Play

    #​6623 - Maël Nison

  • Fixes an issue with yarn audit when the root package was missing a name

    #​6611 - Jack Zhao

  • Fixes an issue with yarn audit when a package was depending on an empty range

    #​6611 - Jack Zhao

  • Fixes an issue with how symlinks are setup into the cache on Windows

    #​6621 - Yoad Snapir

  • Upgrades inquirer, fixing upgrade-interactive for users using both Node 10 and Windows

    #​6635 - Philipp Feigl

  • Exposes the path to the PnP file using require.resolve('pnpapi')

    #​6643 - Maël Nison

v1.12.1

Compare Source

v1.12.0

Compare Source

v1.11.1

Compare Source

v1.11.0

Compare Source

v1.10.1

Compare Source

v1.10.0

Compare Source

v1.9.4

Compare Source

No changes, release process improvements

v1.9.2

Compare Source

Fixes a small Windows bug with yarn pack.

v1.9.1

Compare Source

No changes, purely for release processes.

v1.8.0

Compare Source

  • feat(cli): enable emoji on Hyper terminal (#​5875)

    Pig Fang - Mon, 11 Jun 2018 10:42:47 +0100

  • Make sure TarballFetcher error messages contain names of problematic files (#​5964)

    sth - Mon, 11 Jun 2018 10:37:48 +0100

  • Remove logic to skip updating of existing symlinks (#​5751)

    Wolfgang Beyer - Fri, 8 Jun 2018 23:47:07 +0100

  • Check for ENOENT, add tests (#​5938)

    Eelco Lempsink - Fri, 8 Jun 2018 16:41:14 +0100

  • fix(autoclean): Fixes autoclean when used with workspaces

    Maël Nison - Fri, 8 Jun 2018 16:38:47 +0100

  • fix(import): warn and normally resolve dep missing from package-lock.json (#​5947)

    Aram Drevekenin - Fri, 8 Jun 2018 16:11:34 +0100

  • chore: Better error handling and tests in TarballFetcher (#​5845)

    sth - Fri, 8 Jun 2018 11:39:50 +0100

  • add ability to publish non-interactively without version bumping (#​5748)

    Pei Jie - Wed, 6 Jun 2018 18:24:22 +0100

  • fix: don't use folder name to determine focused package name (fix #​5881) (#​5893)

    Bryan Wain - Tue, 5 Jun 2018 16:28:40 +0200

  • Replace nodejs dependency with nodejs-lts. (#​5925)

    Ilkka Halila - Tue, 5 Jun 2018 16:25:08 +0200

  • fix(deps): change cmd-shim to @​zkochan/cmd-shim (#​5927)

    Doma - Tue, 5 Jun 2018 16:23:18 +0200

  • feat(install): warn if a package-lock.json file exists

    Jeremy Morrell - Fri, 1 Jun 2018 18:09:37 +0200

  • fix(info): report empty npm response with infoFail again (#​5915)

    sth - Thu, 31 May 2018 17:23:09 +0100

  • fix(lockfile): remove yet-unreleased integrity field (#​5911)

    Aram Drevekenin - Wed, 30 May 2018 08:56:25 -0400

  • fix(info): handle 404 with non-empty body (#​5903)

    Aram Drevekenin - Tue, 29 May 2018 22:12:05 +0100

  • fix(github-resolver): support for semver hash (#​5858)

    Daniel Lenksjö - Tue, 29 May 2018 11:23:01 +0200

  • Update Debian package to "conflict" with cmdtest (#​5898)

    Daniel Lo Nigro - Mon, 28 May 2018 23:22:45 +0100

  • fix bin links for link: protocol (fixes #​5876) (#​5879)

    Bryan Wain - Fri, 25 May 2018 00:26:17 -0700

  • Support MSYS{2} bash in bin/yarn (#​5859)

    akrieger - Thu, 24 May 2018 09:52:31 -0700

  • ci(brew): Pass access token to Homebrew job (#​5862)

    Daniel Lo Nigro - Thu, 24 May 2018 12:59:31 +0100

v1.7.0

Compare Source

  • v1.7.0

    - Wed, 23 May 2018 21:55:56 +0100

  • chore: Remove unused constants (#​5830)

    Masato Ohba - Wed, 23 May 2018 15:59:05 +0100

  • feat(cli): Generate an empty lockfile when there are no dependencies (#​5843)

    Jimmy Chan - Wed, 23 May 2018 14:54:20 +0100

  • fix: Add Node 10 support (#​5769)

    Aram Drevekenin - Wed, 23 May 2018 11:16:38 +0100

  • fix(run): Fix custom shell execution (#​5851)

    Jeff Valore - Tue, 22 May 2018 20:35:25 +0100

  • focused workspaces (#​5663)

    Bryan Wain - Thu, 17 May 2018 10:42:50 -0700

  • feat(import): convert package-lock.json to yarn.lock (#​5745)

    Aram Drevekenin - Thu, 17 May 2018 12:47:55 +0200

  • Fix #​5517: Backlashes in output fail for escape sequences in Windows (#​5792)

    An Thien Tran - Sun, 13 May 2018 18:49:42 +0100

  • fixes ignored folders in prebuilt packages feature of offline mirror (#​5793)

    Konstantin Raev - Tue, 8 May 2018 18:58:23 -0700

  • Fix #​5776: CLI switch "--scripts-prepend-node-path" doesn't work (#​5787)

    brainfish - Sun, 6 May 2018 12:36:24 +0100

  • Excluded shebang for lockfile package (#​5788)

    Anton Alexandrenok - Sun, 6 May 2018 12:34:07 +0100

  • Show error message to user when publishing fails (#​5771)

    sth - Wed, 2 May 2018 15:03:20 +0100

  • fix(deps): update dependency fs-extra to v6 (#​5767)

    renovate[bot] - Wed, 2 May 2018 15:02:43 +0100

  • chore(deps): update deprecated deps for node 10 (#​5763)

    Aram Drevekenin - Mon, 30 Apr 2018 23:16:29 +0100

  • fix(tar): Upgrade tar-fs and tar-stream to fix warnings on Node 10 (#​5752)

    Burak Yiğit Kaya - Sat, 28 Apr 2018 20:50:21 +0100

  • fix(run): yarn run should never prompt when non-interactive (#​5694)

    peijiesim - Thu, 26 Apr 2018 19:11:48 +0100

  • feat(bin): Implement an optional parameter support to yarn bin (#​5739)

    Maël Nison - Thu, 26 Apr 2018 18:45:12 +0100

  • Add error when attempting to remove dependency from workspace root and add -W flag (#​5737)

    Jake Moxey - Thu, 26 Apr 2018 18:39:58 +0100

  • Adds the directory that contains Node to the PATH (#​5743)

    Maël Nison - Thu, 26 Apr 2018 18:38:29 +0100

  • fix #​5729: replace dependency on deepequal with deep-equal (#​5742)

    simevo - Thu, 26 Apr 2018 16:03:53 +0100

  • fix(publish): Run pre and postpack lifecycle scripts on publish (#​5712)

    Jeff Valore - Thu, 26 Apr 2018 12:27:17 +0100

  • fix(console-reporter): Fix issue where tree logger was ignoring --silent/-s flag (#​5722)

    Jake Moxey - Thu, 26 Apr 2018 12:01:52 +0100

  • fix: Remove usage of deprecated Buffer constructor. (#​5477) (#​5731)

    aduh95 - Thu, 26 Apr 2018 11:51:36 +0100

  • fix(publish): Fixes the path parameter when specifying a dir to publish. (#​5711)

    Jeff Valore - Mon, 23 Apr 2018 17:12:56 +0100

  • test(init): Fix flaky init test which used snapshots w/ concurrent (#​5700)

    Burak Yiğit Kaya - Thu, 19 Apr 2018 10:04:58 +0100

  • fix(build): Stop scripts from trying to read user input during install (#​5632)

    Rebecca Turner - Wed, 18 Apr 2018 23:05:10 +0100

  • adding resolutions should cause lockfile regeneration (#​5603)

    Max Burmagin - Wed, 18 Apr 2018 17:36:19 +0100

  • Make secureGitUrl() warn for insecure Urls (#​5424)

    sth - Wed, 18 Apr 2018 17:33:50 +0100

  • fix(resolution): Prevent duplicate patterns in PackageResolver patternsByPackage array (#​5681)

    Jeff Valore - Wed, 18 Apr 2018 17:29:44 +0100

  • fix(config): allow binLinks to be set in .yarnrc (#​5113)

    Ian Sutherland - Wed, 18 Apr 2018 10:00:12 +0100

  • test: Fix failing tests on master (#​5687)

    Burak Yiğit Kaya - Tue, 17 Apr 2018 17:52:20 +0100

  • chore(release): Add changelog script (#​5677)

    Maël Nison - Mon, 16 Apr 2018 17:04:59 +0100

  • fix(resolution): Allow github dependency refs of type "#pull/1/head" (#​5673)

    Jeff Valore - Sun, 15 Apr 2018 22:02:18 +0100

  • feat(version): Added semver versioning flags to version command (#​5670)

    Brendan Warkentin - Sun, 15 Apr 2018 16:55:28 -0400

  • chore(request): Add an unfiltered option to getting full responses from npm (#​5667)

    Burak Yiğit Kaya - Sun, 15 Apr 2018 21:55:03 +0100

  • fix(owner): Fix the currently broken yarn owner command (#​5593)

    Rubycut - Fri, 13 Apr 2018 17:16:57 +0100

  • fix(run): Remove notice and licenseText fields from npm_package_* (#​5666)

    Burak Yiğit Kaya - Fri, 13 Apr 2018 16:21:34 +0100

  • feat(run): Set INIT_CWD in environment (#​5656)

    Dimitar Nestorov - Fri, 13 Apr 2018 11:52:28 +0100

  • feat(version): Ability to disable commit hooks on versioning (#​5640)

    Brendan Warkentin - Fri, 13 Apr 2018 09:59:08 +0100

  • fix(upgrade): Fix for pattern not working with upgrade (#​5662)

    Phil Quinn - Thu, 12 Apr 2018 18:17:33 -0400

  • chore(deps): update dependency eslint-plugin-babel to ^5.0.0 (#​5647)

    renovate[bot] - Thu, 12 Apr 2018 11:17:25 +0100

  • chore(deps): update dependency validate-npm-package-license to ^3.0.3 (#​5626)

    Quentin Dreyer - Thu, 12 Apr 2018 10:50:21 +0100

  • Remove yarn-e2e from Jenkins (#​5651)

    Daniel Lo Nigro - Wed, 11 Apr 2018 22:06:33 -0700

  • ci(renovate): Disable Renovate Docker support (#​5646)

    Burak Yiğit Kaya - Wed, 11 Apr 2018 07:59:38 -0700

v1.6.0

Compare Source

  • test(pkg-tests): Fix duplicate module errors from pkg-tests (#​5636)

    Burak Yiğit Kaya - Tue, 10 Apr 2018 17:15:34 +0100

  • test(resolver): Replace ocaml repo with left-pad for package-resolver (#​5638)

    Burak Yiğit Kaya - Tue, 10 Apr 2018 17:14:39 +0100

  • test(integration): left-pad released a new version which broke tests (#​5635)

    Burak Yiğit Kaya - Tue, 10 Apr 2018 14:59:33 +0100

  • Fix yarn behaviour when scripts are failing (#​5497)

    sth - Thu, 5 Apr 2018 10:51:32 +0100

  • fix(linking): Dont integrity check build artifacts (#​5470)

    Jeff Valore - Thu, 5 Apr 2018 10:49:00 +0100

  • fixed link and unlink cmd on windows (#​4772) (#​5524)

    xsbchen - Thu, 5 Apr 2018 10:47:52 +0100

  • fix(config): Don't pass .yarnrc generated flags to workspace child command (#​5534)

    Jeff Valore - Thu, 5 Apr 2018 10:47:05 +0100

  • fix(upgrade): No longer warn when upgrading a devDependency (#​5606)

    Jeff Valore - Thu, 5 Apr 2018 10:42:45 +0100

  • Remove leading spaces of yarn run's answer (#​5581)

    Rongjian Zhang - Wed, 4 Apr 2018 22:10:37 +0100

  • Bugfix #​5614: When offline pruning, don't unlink prebuilt packages. (#​5616)

    Andrew Lane - Wed, 4 Apr 2018 13:37:44 -0700

  • fix workspace packages ignore-pattern (#​5607)

    ConnectDotz - Tue, 3 Apr 2018 17:37:05 +0100

  • remove .vscode settings from repository (#​5608)

    ConnectDotz - Tue, 3 Apr 2018 17:19:13 +0100

  • do not remove pattern from lockfile if it is overridden by resolution (#​5572)

    Max Burmagin - Tue, 27 Mar 2018 16:06:27 +0100

  • ci(appveyor): Fix AppVeyor tests (#​5574)

    Burak Yiğit Kaya - Mon, 26 Mar 2018 14:05:32 +0100

  • chore(jest): Upgrade Jest flow types (#​5573)

    Burak Yiğit Kaya - Mon, 26 Mar 2018 11:03:06 +0100

  • chore(deps): update dependency eslint-config-fb-strict to ^22.0.0 (#​5570)

    renovate[bot] - Mon, 26 Mar 20


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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update yarn to v1.12.3 chore(deps): update yarn to v1.13.0 Jan 9, 2019
@renovate renovate bot changed the title chore(deps): update yarn to v1.13.0 chore(deps): update yarn to v1.15.2 Mar 27, 2019
@renovate renovate bot changed the title chore(deps): update yarn to v1.15.2 chore(deps): update yarn to v1.16.0 May 12, 2019
@renovate renovate bot changed the title chore(deps): update yarn to v1.16.0 chore(deps): update yarn to v1.17.3 Jul 13, 2019
@renovate renovate bot changed the title chore(deps): update yarn to v1.17.3 chore(deps): update yarn to v1.19.0 Oct 3, 2019
@renovate renovate bot changed the title chore(deps): update yarn to v1.19.0 chore(deps): update yarn to v1.19.1 Nov 11, 2019
@renovate renovate bot changed the title chore(deps): update yarn to v1.19.1 chore(deps): update yarn to v1.21.0 Dec 5, 2019
@renovate renovate bot changed the title chore(deps): update yarn to v1.21.0 chore(deps): update yarn to v1.21.1 Dec 11, 2019
@renovate renovate bot changed the title chore(deps): update yarn to v1.21.1 chore(deps): update yarn to v1.22.0 Feb 8, 2020
@renovate renovate bot changed the title chore(deps): update yarn to v1.22.0 chore(deps): update yarn to v1.22.4 Mar 11, 2020
@renovate renovate bot changed the title chore(deps): update yarn to v1.22.4 chore(deps): update yarn to v1.22.10 Oct 28, 2020
@renovate renovate bot changed the title chore(deps): update yarn to v1.22.10 chore(deps): update yarn to v1.22.17 Oct 18, 2021
@renovate renovate bot changed the title chore(deps): update yarn to v1.22.17 chore(deps): update yarn to v1.22.18 Mar 26, 2022
@renovate renovate bot changed the title chore(deps): update yarn to v1.22.18 chore(deps): update yarn to v1.22.19 Jun 18, 2022
@renovate renovate bot changed the title chore(deps): update yarn to v1.22.19 chore(deps): update yarn to v1.22.20 Nov 14, 2023
@renovate renovate bot changed the title chore(deps): update yarn to v1.22.20 chore(deps): update yarn to v1.22.21 Nov 14, 2023
@renovate renovate bot changed the title chore(deps): update yarn to v1.22.21 chore(deps): update yarn to v1.22.22 Mar 9, 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.

None yet

1 participant