Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pnpm for openSUSE:Factory checked in at 2025-04-30 19:03:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pnpm (Old) and /work/SRC/openSUSE:Factory/.pnpm.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pnpm" Wed Apr 30 19:03:37 2025 rev:35 rq:1273493 version:10.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/pnpm/pnpm.changes 2025-04-20 20:06:39.201797730 +0200 +++ /work/SRC/openSUSE:Factory/.pnpm.new.30101/pnpm.changes 2025-04-30 19:03:55.421178881 +0200 @@ -1,0 +2,47 @@ +Mon Apr 21 11:04:21 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- update to 10.9.0: + * Minor Changes + - Added support for installing JSR packages. You can now + install JSR packages using the following syntax: + add jsr:<pkg_name> + or with a version range: + pnpm add jsr:<pkg_name>@<range> + For example, running: + pnpm add jsr:@foo/bar + will add the following entry to your package.json: + { + "dependencies": { + "@foo/bar": "jsr:^0.1.2" + } + } + When publishing, this entry will be transformed into a format + compatible with npm, older versions of Yarn, and previous + pnpm versions: + { + "dependencies": { + "@foo/bar": "npm:@jsr/foo__bar@^0.1.2" + } + } + Related issue: #8941. + Note: The @jsr scope defaults to https://npm.jsr.io/ if the + @jsr:registry setting is not defined. + - Added a new setting, dangerouslyAllowAllBuilds, for + automatically running any scripts of dependencies without the + need to approve any builds. It was already possible to allow + all builds by adding this to pnpm-workspace.yaml: + neverBuiltDependencies: [] + dangerouslyAllowAllBuilds has the same effect but also allows + to be set globally via: + pnpm config set dangerouslyAllowAllBuilds true + It can also be set when running a command: + pnpm install --dangerously-allow-all-builds + * Patch Changes + - Fix a false negative in verifyDepsBeforeRun when nodeLinker + is hoisted and there is a workspace package without + dependencies and node_modules directory #9424. + - Explicitly drop verifyDepsBeforeRun support for nodeLinker: + pnp. Combining verifyDepsBeforeRun and nodeLinker: pnp will + now print a warning. + +------------------------------------------------------------------- Old: ---- pnpm-10.8.1.tgz New: ---- pnpm-10.9.0.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pnpm.spec ++++++ --- /var/tmp/diff_new_pack.aLLTjT/_old 2025-04-30 19:03:55.921199724 +0200 +++ /var/tmp/diff_new_pack.aLLTjT/_new 2025-04-30 19:03:55.925199892 +0200 @@ -23,7 +23,7 @@ %global __nodejs_provides %{nil} %global __nodejs_requires %{nil} Name: pnpm -Version: 10.8.1 +Version: 10.9.0 Release: 0 Summary: Fast, disk space efficient package manager License: MIT ++++++ pnpm-10.8.1.tgz -> pnpm-10.9.0.tgz ++++++ ++++ 10705 lines of diff (skipped)