Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

yarn-1.22.22-lp160.1.1 RPM for noarch

From OpenSuSE Leap 16.0 for noarch

Name: yarn Distribution: openSUSE Leap 16.0
Version: 1.22.22 Vendor: openSUSE
Release: lp160.1.1 Build date: Wed Jun 19 22:53:46 2024
Group: Unspecified Build host: reproducible
Size: 5338112 Source RPM: yarn-1.22.22-lp160.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/yarnpkg/yarn/releases
Summary: 📦🐈 Fast, reliable, and secure dependency management
Fast: Yarn caches every package it has downloaded, so it never needs to
download the same package again. It also does almost everything concurrently to
maximize resource utilization. This means even faster installs.

Reliable: Using a detailed but concise lockfile format and a deterministic
algorithm for install operations, Yarn is able to guarantee that any
installation that works on one system will work exactly the same on another
system.

Secure: Yarn uses checksums to verify the integrity of every installed package
before its code is executed.

Provides

Requires

License

BSD-2-Clause

Changelog

* Wed Jun 19 2024 Avindra Goolcharan <avindra@opensuse.org>
  - update to 1.22.22:
    * Fix a hoisting issue when transitive dependencies themselves
      listed aliases as dependencies
    * Fix a punycode warning
* Sat Dec 02 2023 Gagah Pangeran <gagahpangeran29@gmail.com>
  - update to 1.22.21:
    https://github.com/yarnpkg/yarn/releases/tag/v1.22.20
    https://github.com/yarnpkg/yarn/releases/tag/v1.22.21
* Thu May 12 2022 Marcus Rueckert <mrueckert@suse.de>
  - update to 1.22.19:
    https://github.com/yarnpkg/yarn/releases/tag/v1.22.19
* Fri Mar 25 2022 Manu Maier <mmanu84@outlook.de>
  - update to 1.22.18:
    https://github.com/yarnpkg/yarn/releases/tag/v1.22.18
* Wed Oct 20 2021 Marcus Rueckert <mrueckert@suse.de>
  - update to 1.22.17:
    https://github.com/yarnpkg/yarn/releases/tag/v1.22.16
    https://github.com/yarnpkg/yarn/releases/tag/v1.22.17
* Thu Sep 30 2021 Marcus Rueckert <mrueckert@suse.de>
  - update to 1.22.15:
    https://github.com/yarnpkg/yarn/releases/tag/v1.22.15
* Wed Sep 29 2021 Marcus Rueckert <mrueckert@suse.de>
  - update to 1.22.14:
    https://github.com/yarnpkg/yarn/releases/tag/v1.22.14
* Wed Sep 29 2021 Marcus Rueckert <mrueckert@suse.de>
  - update to 1.22.13:
    https://github.com/yarnpkg/yarn/releases/tag/v1.22.13
* Fri Jul 30 2021 Marcus Rueckert <mrueckert@suse.de>
  - update to 1.22.11:
    https://github.com/yarnpkg/yarn/releases/tag/v1.22.11
* Fri Apr 23 2021 Dan Čermák <dcermak@suse.com>
  - Add missing Requires: sed
  - Run spec cleaner
* Wed Nov 11 2020 Dirk Mueller <dmueller@suse.com>
  - update to 1.22.10:
    https://github.com/yarnpkg/yarn/releases/tag/v1.22.10
* Thu Aug 27 2020 Marcus Rueckert <mrueckert@suse.de>
  - update to 1.22.5
    https://github.com/yarnpkg/yarn/releases/tag/v1.22.5
* Tue Apr 14 2020 Manuel Schnitzer <mschnitzer@suse.com>
  - Remove nodejs from build requires
    Just the runtime dependency is needed.
* Mon Mar 09 2020 Marcus Rueckert <mrueckert@suse.de>
  - update to 1.22.4
    https://github.com/yarnpkg/yarn/releases/tag/v1.22.3
    https://github.com/yarnpkg/yarn/releases/tag/v1.22.4
* Sat Mar 07 2020 Marcus Rueckert <mrueckert@suse.de>
  - update to 1.22.2
    https://github.com/yarnpkg/yarn/releases/tag/v1.22.2
* Fri Mar 06 2020 Marcus Rueckert <mrueckert@suse.de>
  - update to 1.22.1
    https://github.com/yarnpkg/yarn/releases/tag/v1.22.1
* Thu Feb 06 2020 Marcus Rueckert <mrueckert@suse.de>
  - update to 1.22.0
    https://github.com/yarnpkg/yarn/releases/tag/v1.22.0
* Wed Dec 11 2019 Marcus Rueckert <mrueckert@suse.de>
  - update to 1.21.1
    https://github.com/yarnpkg/yarn/releases/tag/v1.21.1
* Mon Dec 02 2019 Marcus Rueckert <mrueckert@suse.de>
  - update to 1.21.0
    https://github.com/yarnpkg/yarn/releases/tag/v1.20.0
    https://github.com/yarnpkg/yarn/releases/tag/v1.21.0
* Fri Nov 22 2019 Marcus Rueckert <mrueckert@suse.de>
  - update to 1.19.2
    https://github.com/yarnpkg/yarn/releases/tag/v1.19.2
* Tue Oct 08 2019 Marcus Rueckert <mrueckert@suse.de>
  - update to 1.19.1
    https://github.com/yarnpkg/yarn/releases/tag/v1.19.1
* Sun Sep 29 2019 Marcus Rueckert <mrueckert@suse.de>
  - update to 1.19.0
    https://github.com/yarnpkg/yarn/releases/tag/v1.18.0
    https://github.com/yarnpkg/yarn/releases/tag/v1.19.0
* Thu Sep 19 2019 Marcus Rueckert <mrueckert@suse.de>
  - update to 1.17.3
    https://github.com/yarnpkg/yarn/releases/tag/v1.17.0
    https://github.com/yarnpkg/yarn/releases/tag/v1.17.1
    https://github.com/yarnpkg/yarn/releases/tag/v1.17.2
    https://github.com/yarnpkg/yarn/releases/tag/v1.17.3
* Tue Apr 30 2019 Marcus Rueckert <mrueckert@suse.de>
  - update to 1.16.0
    - Retries downloading a package on `yarn install` when we get a ETIMEDOUT error.
      [#7163](https://github.com/yarnpkg/yarn/pull/7163) - [**Vincent Bailly**](https://github.com/VincentBailly)
    - Implements `yarn audit --level [severity]` flag to filter the audit command's output.
      [#6716](https://github.com/yarnpkg/yarn/pull/6716) - [**Rogério Vicente**](https://twitter.com/rogeriopvl)
    - Implements `yarn audit --groups group_name [group_name ...]`.
      [#6724](https://github.com/yarnpkg/yarn/pull/6724) - [**Tom Milligan**](https://github.com/tommilligan)
    - Exposes the script environment variables to `yarn create` spawned processes.
      [#7127](https://github.com/yarnpkg/yarn/pull/7127) - [**Eli Perelman**](https://github.com/eliperelman)
    - Prevents EPIPE errors from being printed.
      [#7194](https://github.com/yarnpkg/yarn/pull/7194) - [**Abhishek Reddy**](https://github.com/arbscht)
    - Adds support for the npm enterprise URLs when computing the offline mirror filenames.
      [#7200](https://github.com/yarnpkg/yarn/pull/7200) - [**John Millikin**](https://john-millikin.com)
    - Tweaks the lockfile parser logic to parse a few extra cases
      [#7210](https://github.com/yarnpkg/yarn/pull/7210) - [**Maël Nison**](https://twitter.com/arcanis)
* Tue Mar 19 2019 Marcus Rueckert <mrueckert@suse.de>
  - initial package

Files

/usr/bin/yarn
/usr/bin/yarnpkg
/usr/share/doc/packages/yarn
/usr/share/doc/packages/yarn/README.md
/usr/share/licenses/yarn
/usr/share/licenses/yarn/LICENSE
/usr/share/yarn
/usr/share/yarn/bin
/usr/share/yarn/bin/yarn
/usr/share/yarn/bin/yarn.js
/usr/share/yarn/bin/yarnpkg
/usr/share/yarn/lib
/usr/share/yarn/lib/cli.js
/usr/share/yarn/lib/v8-compile-cache.js
/usr/share/yarn/package.json


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Feb 22 00:10:27 2025