Compare commits

15 Commits

Author SHA256 Message Date
3df59666b2 Accepting request 1199941 from devel:languages:nodejs
- update to version 9.10.0:
  * Support for a new CLI flag, --exclude-peers, added to the
    list and why commands. When --exclude-peers is used, peer
    dependencies are not printed in the results, but dependencies
    of peer dependencies are still scanned #8506.
  * Added a new setting to package.json at pnpm.auditConfig.
    ignoreGhsas for ignoring vulnerabilities by their GHSA code #6838.
  * Throw an exception if pnpm switches to the same version of itself.
  * Reduce memory usage during peer dependencies resolution.

OBS-URL: https://build.opensuse.org/request/show/1199941
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pnpm?expand=0&rev=4
2024-09-11 14:55:46 +00:00
115297edb7 Accepting request 1198376 from devel:languages:nodejs
OBS-URL: https://build.opensuse.org/request/show/1198376
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pnpm?expand=0&rev=3
2024-09-03 11:38:49 +00:00
e318be1a5a Simple update to version 9.9.0
Build fails on RISCV (outdated Node.js version) and SLE 12 (outdated RPM version), although version 9.6.0 didn't work either

- update to version 9.9.0:
  * https://github.com/pnpm/pnpm/compare/v9.8.0...v9.9.0
  * Minor breaking change. We had to optimize how we resolve peer
    dependencies in order to fix some infinite loops and
    out-of-memory errors during peer dependencies resolution.
  * pnpm deploy should write the node_modules/.modules.yaml to the
    node_modules directory within the deploy directory #7731
  * Don't override a symlink in node_modules if it already points
    to the right location pnpm/symlink-dir#54
- changes from 9.8.0:
  * https://github.com/pnpm/pnpm/compare/v9.7.1...v9.8.0
  * Added a new command for upgrading pnpm itself when it isn't
    managed by Corepack: pnpm self-update. This command will work,
    when pnpm was installed via the standalone script from the pnpm
    installation page #8424
  * CLI tools installed in the root of the workspace should be
    added to the PATH, when running scripts and use-node-version is
    set
  * pnpm setup should never switch to another version of pnpm
  * Ignore non-string value in the os, cpu, libc fields, which
    checking optional dependencies #8431
  * Remember the state of edit dir, allow running pnpm patch-commit
    the second time without having to re-run pnpm patch
- changes from 9.7.1:
  * https://github.com/pnpm/pnpm/compare/v9.7.0...v9.7.1
  * Fixed passing public-hoist-pattern and hoist-pattern via env
    variables #8339
  * pnpm setup no longer creates Batch/Powershell scripts on Linux
    and macOS #8418
  * When dlx uses cache, use the real directory path not the
    symlink to the cache #8421
  * pnpm exec now supports executionEnv #8356
  * Remove warnings for non-root pnpm field, add warnings for
    non-root pnpm subfields that aren't executionEnv #8143
  * Replace semver in "peerDependency" with workspace protocol
    #8355
  * Fix a bug in patch-commit in which relative path is rejected
    #8405
  * Update Node.js in @pnpm/exe to v20
- changes from 9.7.0:
  * https://github.com/pnpm/pnpm/compare/v9.6.0...v9.7.0
  * Added pnpm version management. If the
    manage-package-manager-versions setting is set to true, pnpm
    will switch to the version specified in the packageManager
    field of package.json #8363
  * Added the ability to apply patch to all versions #8337
  * Change the default edit dir location when running pnpm patch
    from a temporary directory to
    node_modules/.pnpm_patches/pkg[@version] to allow the code
    editor to open the edit dir in the same file tree as the main
    project #8379.
  * Substitute environment variables in config keys #6679
  * pnpm install should run node-gyp rebuild if the project has a
    binding.gyp file even if the project doesn't have an install
    script #8293
  * Print warnings to stderr #8342
  * Peer dependencies of optional peer dependencies should be
    automatically installed #8323

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/pnpm?expand=0&rev=13
2024-09-02 19:11:59 +00:00
3caa240848 Accepting request 1189662 from devel:languages:nodejs
- update to version 9.6.0:
  * Support specifying node version (via pnpm.executionEnv.nodeVersion
    in package.json) for running lifecycle scripts per each package
    in a workspace #6720
  * Overrides now support the catalogs: protocol #8303
  * The pnpm deploy command now supports the catalog: protocol #8298
  * The pnpm outdated command now supports the catalog: protocol #8304
  * Correct the error message when trying to run pnpm patch
    without node_modules/.modules.yaml #8257
  * Silent reporting fixed with the pnpm exec command #7608
  * Add registries information to the calculation of dlx cache hash #8299

OBS-URL: https://build.opensuse.org/request/show/1189662
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pnpm?expand=0&rev=2
2024-07-26 14:15:49 +00:00
16f5fbec86 9.6.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/pnpm?expand=0&rev=11
2024-07-25 20:38:51 +00:00
92a82b271e Accepting request 1188854 from devel:languages:nodejs
new package pnpm: Fast, disk space efficient package manager for the nodejs eco system

OBS-URL: https://build.opensuse.org/request/show/1188854
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pnpm?expand=0&rev=1
2024-07-22 15:18:15 +00:00
7425f607dc 9.5.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/pnpm?expand=0&rev=9
2024-07-09 20:06:11 +00:00
f2fa3f1abd 9.4.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/pnpm?expand=0&rev=8
2024-07-06 01:53:01 +00:00
ad0c42690d 9.3.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/pnpm?expand=0&rev=7
2024-06-14 21:14:14 +00:00
ad39fb231d - update to version 9.1.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/pnpm?expand=0&rev=6
2024-05-22 17:41:47 +00:00
3865f26a7b 9.0.6
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/pnpm?expand=0&rev=5
2024-04-27 21:40:02 +00:00
a398ffff3a - Update to version 9.0.4
- Added shell completion subpackages for bash, zsh and fish
- Removed python2 dependency.
- Prevent packaging of executable files for other OS.
- Cleaned up specfile: 
  * Removed some unused tags, macros and redudant requirements
  * Added licensing header
  * Fixed rpmlint errors and warnings
- Removed unused _service file
- Restored changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/pnpm?expand=0&rev=4
2024-04-20 23:07:45 +00:00
John Vandenberg
2fb95fbdff - Update to version 8.14.3
* https://github.com/pnpm/pnpm/compare/v8.4.0...v8.14.3

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/pnpm?expand=0&rev=3
2024-01-30 04:10:00 +00:00
John Vandenberg
734c322bf2 bump to 8.4.0
8.5.1 available

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/pnpm?expand=0&rev=2
2023-05-25 04:35:51 +00:00
Karl Cheng
823255b815 - Initial revision for pnpm 2.25.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/pnpm?expand=0&rev=1
2019-01-15 10:57:12 +00:00
3 changed files with 0 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dbdf5961c32909fb030595a9daa1dae720162e658609a8f92f2fa99835510ca5
size 4387426

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dae0f7e822c56b20979bb5965e3b73b8bdabb6b8b8ef121da6d857508599ca35
size 4388902

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a4261e50d9a44d9240baf6c9d6e10089dcf0a79d0007f2a26985a6927324177
size 4423083