-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update All (major) #69
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/major-all
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/major-all
branch
2 times, most recently
from
November 21, 2023 15:53
1274542
to
d2a6fb9
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
3 times, most recently
from
December 4, 2023 10:23
2fc15e7
to
fe88925
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
3 times, most recently
from
December 8, 2023 13:35
3e48bf4
to
505fca8
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
3 times, most recently
from
December 15, 2023 17:15
41325b0
to
9df7c14
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
2 times, most recently
from
December 22, 2023 09:46
360788e
to
b14f4d7
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
2 times, most recently
from
January 8, 2024 17:22
2628366
to
da56827
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
2 times, most recently
from
January 19, 2024 16:08
ca9f8ad
to
d78f7ec
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
2 times, most recently
from
February 1, 2024 14:11
9a0b0b6
to
d44b92e
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
4 times, most recently
from
February 9, 2024 13:42
ffdb288
to
13c98aa
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
3 times, most recently
from
February 21, 2024 13:11
14c3c24
to
f851795
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
2 times, most recently
from
March 3, 2024 18:44
edb8938
to
0bfc238
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
3 times, most recently
from
December 20, 2024 13:27
0291e91
to
d8d0807
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
2 times, most recently
from
January 1, 2025 04:37
499404e
to
4111910
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
5 times, most recently
from
January 9, 2025 18:09
7ca952a
to
2808500
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
5 times, most recently
from
January 16, 2025 13:22
ac6a988
to
cebd1c3
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
8 times, most recently
from
January 23, 2025 21:29
c4a1381
to
31d4791
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
5 times, most recently
from
February 4, 2025 01:01
ac461c9
to
609dda1
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
from
February 5, 2025 14:45
609dda1
to
03e812c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.16.6
->^1.0.0
8.56.10
->9.6.1
20.14.1
->22.13.1
9.0.8
->10.0.0
9.0.6+sha512.f6d863130973207cb7a336d6b439a242a26ac8068077df530d6a86069419853dc1ffe64029ec594a9c505a3a410d19643c870aba6776330f5cfddcf10a9c1617
->10.2.0
6.18.2
->7.3.0
9.0.1
->11.0.5
5.2.12
->6.1.0
4.3.2
->5.1.4
Release Notes
pnpm/pnpm (pnpm)
v10.2.0
Compare Source
Minor Changes
Packages executed via
pnpm dlx
andpnpm create
are allowed to be built (run postinstall scripts) by default.If the packages executed by
dlx
orcreate
have dependencies that have to be built, they should be listed via the--allow-build
flag. For instance, if you want to run a package calledbundle
that hasesbuild
in dependencies and want to allowesbuild
to run postinstall scripts, run:Related PR: #9026.
Patch Changes
pnpm deploy
fails to read the correctprojectId
when the deploy source is the same as the workspace directory #9001.overrides
from adding invalid version ranges topeerDependencies
by keeping thepeerDependencies
and overriding them with proddependencies
#8978.pnpm approve-builds
.v10.1.0
Compare Source
Minor Changes
pnpm ignored-builds
#8963.pnpm approve-builds
#8963.optimistic-repeat-install
. When enabled, a fast check will be performed before proceeding to installation. This way a repeat install or an install on a project with everything up-to-date becomes a lot faster. But some edge cases might arise, so we keep it disabled by default for now #8977.Patch Changes
pnpm install
, thepreprepare
andpostprepare
scripts of the project should be executed #8989.workspace:
andcatalog:
to be part of wider version range inpeerDependencies
.pnpm deploy
should inherit thepnpm
object from the rootpackage.json
#8991.node_modules
in a sub-project of a monorepo is detected as out-of-date #8959.pnpm
to execute other scripts duringpnpm install
withverify-deps-before-run=install
#8954.strip-ansi
with the built-inutil.stripVTControlCharacters
#9009.v10.0.0
Compare Source
Major Changes
Lifecycle scripts of dependencies are not executed during installation by default! This is a breaking change aimed at increasing security. In order to allow lifecycle scripts of specific dependencies, they should be listed in the
pnpm.onlyBuiltDependencies
field ofpackage.json
#8897. For example:pnpm link
behavior updated:The
pnpm link
command now adds overrides to the rootpackage.json
.pnpm link
from the package’s directory. Previously, you needed to usepnpm link -g
.Related PR: #8653
Secure hashing with SHA256:
Various hashing algorithms have been updated to SHA256 for enhanced security and consistency:
node_modules/.pnpm
are now hashed with SHA256.packageExtensionsChecksum
field ofpnpm-lock.yaml
is now SHA256.Configuration updates:
manage-package-manager-versions
: enabled by default. pnpm now manages its own version based on thepackageManager
field inpackage.json
by default.public-hoist-pattern
: nothing is hoisted by default. Packages containingeslint
orprettier
in their name are no longer hoisted to the root ofnode_modules
. Related Issue: #8378Upgraded
@yarnpkg/extensions
to v2.0.3. This may alter your lockfile.virtual-store-dir-max-length
: the default value on Windows has been reduced to 60 characters.Reduced environment variables for scripts:
During script execution, fewer
npm_package_*
environment variables are set. Onlyname
,version
,bin
,engines
, andconfig
remain.Related Issue: #8552
All dependencies are now installed even if
NODE_ENV=production
. Related Issue: #8827Changes to the global store:
Store version bumped to v10.
Some registries allow identical content to be published under different package names or versions. To accommodate this, index files in the store are now stored using both the content hash and package identifier.
This approach ensures that we can:
Related PR: #8510
Related Issue: #8204
More efficient side effects indexing. The structure of index files in the store has changed. Side effects are now tracked more efficiently by listing only file differences rather than all files.
Related PR: #8636
A new
index
directory stores package content mappings. Previously, these files were infiles
.Other breaking changes:
#
character is now escaped in directory names withinnode_modules/.pnpm
.Related PR: #8557
pnpm add --global pnpm
orpnpm add --global @​pnpm/exe
now fails with an error message, directing you to usepnpm self-update
instead.Related PR: #8728
Related Issue: #8833
pnpm deploy
command now only works in workspaces that haveinject-workspace-packages=true
. This limitation is introduced to allow us to create a proper lockfile for the deployed project using the workspace lockfile.pnpm test
now passes all parameters after thetest
keyword directly to the underlying script. This matches the behavior ofpnpm run test
. Previously you needed to use the--
prefix.Related PR: #8619
node-gyp
updated to version 11.pnpm deploy
now tries creating a dedicated lockfile from a shared lockfile for deployment. It will fallback to deployment without a lockfile if there is no shared lockfile orforce-legacy-deploy
is set totrue
.Minor Changes
Added support for a new type of dependencies called "configurational dependencies". These dependencies are installed before all the other types of dependencies (before "dependencies", "devDependencies", "optionalDependencies").
Configurational dependencies cannot have dependencies of their own or lifecycle scripts. They should be added using exact version and the integrity checksum. Example:
Related RFC: #8.
Related PR: #8915.
New settings:
New
verify-deps-before-run
setting. This setting controls howpnpm
checksnode_modules
before running scripts:install
: Automatically runpnpm install
ifnode_modules
is outdated.warn
: Print a warning ifnode_modules
is outdated.prompt
: Prompt the user to confirm runningpnpm install
ifnode_modules
is outdated.error
: Throw an error ifnode_modules
is outdated.false
: Disable dependency checks.Related Issue: #8585
New
inject-workspace-packages
setting enables hard-linking all local workspace dependencies instead of symlinking them. Previously, this could be achieved usingdependenciesMeta[].injected
, which remains supported.Related PR: #8836
Faster repeat installs:
On repeated installs,
pnpm
performs a quick check to ensurenode_modules
is up to date.Related PR: #8838
pnpm add
integrates with default workspace catalog:When adding a dependency,
pnpm add
checks the default workspace catalog. If the dependency and version requirement match the catalog,pnpm add
uses thecatalog:
protocol. Without a specified version, it matches the catalog’s version. If it doesn’t match, it falls back to standard behavior.Related Issue: #8640
pnpm dlx
now resolves packages to their exact versions and uses these exact versions for cache keys. This ensurespnpm dlx
always installs the latest requested packages.Related PR: #8811
No
node_modules
validation on certain commands. Commands that should not modifynode_modules
(e.g.,pnpm install --lockfile-only
) no longer validate or purgenode_modules
.Related PR: #8657
v9.15.5
: pnpm 9.15.5Compare Source
Patch Changes
pnpm install
, thepreprepare
andpostprepare
scripts of the project should be executed #8989.strip-ansi
with the built-inutil.stripVTControlCharacters
#9009.Platinum Sponsors
Gold Sponsors
v9.15.4
: pnpm 9.15.4Compare Source
Patch Changes
pnpm update --latest <pkg>
updates only the specified package, withdedupe-peer-dependents=true
.Platinum Sponsors
Gold Sponsors
v9.15.3
Compare Source
v9.15.2
: pnpm 9.15.2Compare Source
Patch Changes
publish
/pack
error with workspace dependencies with relative paths #8904. It was broken inv9.4.0
(398472c).pnpm patch
on Windows #7546.git ls-remote
works via HTTPS #8906.Platinum Sponsors
Gold Sponsors
v9.15.1
Compare Source
v9.15.0
Compare Source
v9.14.4
Compare Source
v9.14.3
Compare Source
v9.14.2
Compare Source
Patch Changes
pnpm publish --json
should work #8788.Platinum Sponsors
Gold Sponsors
v9.14.1
Compare Source
Minor Changes
pnpm pack --json
to print packed tarball and contents in JSON format #8765.Patch Changes
pnpm exec
should print a meaningful error message when no command is provided #8752.pnpm setup
should remove the CLI from the target location before moving the new binary #8173.ERR_PNPM_TARBALL_EXTRACT
error while installing a dependency from GitHub having a slash in branch name #7697.use-node-version
setting is used and the system has no Node.js installed #8769..npmrc
files to their correct types. For instance,child-concurrency
should be a number, not a string #5075.manage-package-manager-versions
is set totrue
.pnpm init
should respect the--dir
option #8768.Platinum Sponsors
Gold Sponsors
v9.14.0
Compare Source
v9.13.2
: pnpm 9.13.2Compare Source
Patch Changes
dlx
processes.Platinum Sponsors
Gold Sponsors
Silver Sponsors
v9.13.1
: pnpm 9.13.1Compare Source
Patch Changes
Platinum Sponsors
Gold Sponsors
This PR was generated by Mend Renovate. View the repository job log.