chore(deps): update all non-major dependencies #88
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:
^1.2.3
->^1.2.5
^1.2.33
->^1.2.49
^1.2.20
->^1.2.30
^1.3.0
->^1.9.0
^0.11.2
->^0.11.4
^1.10.0
->^1.11.0
^1.8.0
->^1.8.1
3.0.3
->3.1.0
^1.2.2
->^1.2.3
^9.25.1
->^9.34.0
^5.1.2
->^5.1.9
10.9.0
->10.15.0
^1.236.7
->^1.260.3
^5.8.3
->^5.9.2
^2.2.10
->^2.2.12
^3.24.3
->^3.25.76
Release Notes
nuxt/eslint (@nuxt/eslint)
v1.9.0
Compare Source
🚀 Features
🐞 Bug Fixes
defineNuxtConfig
as ESLint's globals, close #603 - by @antfu in #603 (2e67f)View changes on GitHub
v1.8.0
Compare Source
🚀 Features
View changes on GitHub
v1.7.1
Compare Source
🐞 Bug Fixes
eslint-typegen.d.ts
innuxt.node.d.ts
, close #596 - by @antfu in #596 (ab74e)View changes on GitHub
v1.7.0
Compare Source
🚀 Features
View changes on GitHub
v1.6.0
Compare Source
🐞 Bug Fixes
eslint-plugin-import-x
as default, close #590 - by @antfu in #590 (e43d6)View changes on GitHub
v1.5.2
Compare Source
🚀 Features
features.import.plugin
to swap plugin implementation, close #587 - by @antfu in #587 (66f5e)View changes on GitHub
v1.5.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.5.0
Compare Source
🚀 Features
eslint-plugin-import-lite
, update deps - by @antfu (31bd8)🐞 Bug Fixes
View changes on GitHub
v1.4.1
Compare Source
🐞 Bug Fixes
node:
prefix to build-in modules - by @danielroe in #579 (8180f)View changes on GitHub
v1.4.0
Compare Source
🚀 Features
View changes on GitHub
v1.3.1
Compare Source
No significant changes
View changes on GitHub
nuxt/fonts (@nuxt/fonts)
v0.11.4
Compare Source
👉 Changelog
compare changes
🩹 Fixes
unifont
upgrade (76a8f0d)❤️ Contributors
v0.11.3
Compare Source
👉 Changelog
compare changes
🩹 Fixes
baseURL
in devtools (29cdb31)storybook
module (db5fbf1)🏡 Chore
❤️ Contributors
nuxt/image (@nuxt/image)
v1.11.0
Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
📖 Documentation
🏡 Chore
✅ Tests
🤖 CI
❤️ Contributors
nuxt/ui-pro (@nuxt/ui-pro)
v1.8.1
Compare Source
harlan-zw/nuxt-seo (@nuxtjs/seo)
v3.1.0
Compare Source
📦 Dependencies
Updated SEO related packages:
These updates bring the latest bug fixes and improvements from the Nuxt SEO ecosystem, namely:
stefanobartoletti/nuxt-social-share (@stefanobartoletti/nuxt-social-share)
v1.2.3
Compare Source
eslint/eslint (eslint)
v9.34.0
Compare Source
v9.33.0
Compare Source
v9.32.0
Compare Source
v9.31.0
Compare Source
v9.30.1
Compare Source
v9.30.0
Compare Source
v9.29.0
Compare Source
v9.28.0
Compare Source
v9.27.0
Compare Source
v9.26.0
Compare Source
nuxt-modules/og-image (nuxt-og-image)
v5.1.9
Compare Source
🐞 Bug Fixes
View changes on GitHub
v5.1.8
Compare Source
🐞 Bug Fixes
#imports
- by @harlan-zw (f2788)View changes on GitHub
v5.1.7
Compare Source
🐞 Bug Fixes
nitro.static
over_generate
- by @danielroe in #372 (7a570)View changes on GitHub
v5.1.6
Compare Source
🐞 Bug Fixes
sharp
dependency usage - by @harlan-zw (9e522)View changes on GitHub
v5.1.5
Compare Source
🐞 Bug Fixes
link
/style
in server component response - by @danielroe in #368 (f8ae4)sharp
compatibility checks for JPEG rendering - by @harlan-zw in #370 (f7bb7)🏎 Performance
sharp
for JPEG's - by @harlan-zw (efcc4)View changes on GitHub
v5.1.4
Compare Source
🐞 Bug Fixes
View changes on GitHub
v5.1.3
Compare Source
🐞 Bug Fixes
og:image:type
- by @harlan-zw (9c571)View changes on GitHub
pnpm/pnpm (pnpm)
v10.15.0
Compare Source
Minor Changes
cleanupUnusedCatalogs
configuration. When set totrue
, pnpm will remove unused catalog entries during installation #9793.@*/pnpm-plugin-*
#9780.pnpm config get
now prints an INI string for an object value #9797.pnpm config get
now accepts property paths (e.g.pnpm config get catalog.react
,pnpm config get .catalog.react
,pnpm config get 'packageExtensions["@​babel/parser"].peerDependencies["@​babel/types"]'
), andpnpm config set
now accepts dot-leading or subscripted keys (e.g.pnpm config set .ignoreScripts true
).pnpm config get --json
now prints a JSON serialization of config value, andpnpm config set --json
now parses the input value as JSON.Patch Changes
pnpm create
command, must verify whether the node version is supported even if a cache already exists #9775.*/*
to theAccept
header to avoid getting a 406 error on AWS CodeArtifact #9862.pnpm dlx pkg --help
doesn't pass--help
topkg
#9823.v10.14.0
Compare Source
Minor Changes
Added support for JavaScript runtime resolution
Declare Node.js, Deno, or Bun in
devEngines.runtime
(insidepackage.json
) and let pnpm download and pin it automatically.Usage example:
How it works:
pnpm install
resolves your specified range to the latest matching runtime version.Why this is better:
useNodeVersion
andexecutionEnv.nodeVersion
)executionEnv.nodeVersion
). So, different projects in a workspace can use different runtimes.devEngines.runtime
setting will install the runtime locally, which we will improve in future versions of pnpm by using a shared location on the computer.Related PR: #9755.
Add
--cpu
,--libc
, and--os
topnpm install
,pnpm add
, andpnpm dlx
to customizesupportedArchitectures
via the CLI #7510.Patch Changes
pnpm add
downloads packages whoselibc
differ frompnpm.supportedArchitectures.libc
.dlx
to parse CLI flags and options between thedlx
command and the command to run or between thedlx
command and--
#9719.pnpm install --prod
should removing hoisted dev dependencies #9782.pnpm install
to incorrectly assume the lockfile is up to date after changing a local tarball that has peers dependencies.v10.13.1
Compare Source
Patch Changes
v10.13.0
Compare Source
Minor Changes
Added the possibility to load multiple pnpmfiles. The
pnpmfile
setting can now accept a list of pnpmfile locations #9702.pnpm will now automatically load the
pnpmfile.cjs
file from any config dependency named@pnpm/plugin-*
orpnpm-plugin-*
#9729.The order in which config dependencies are initialized should not matter — they are initialized in alphabetical order. If a specific order is needed, the paths to the
pnpmfile.cjs
files in the config dependencies can be explicitly listed using thepnpmfile
setting inpnpm-workspace.yaml
.Patch Changes
pkg.pr.new
, treat them as Git tarball URLs #9694.dangerouslyAllowAllBuilds
,onlyBuiltDependencies
,onlyBuiltDependenciesFile
, andneverBuiltDependencies
#9628.pnpm-workspace.yaml
with deep #9701.pnpm rebuild
command should not add pkgs included inignoredBuiltDependencies
toignoredBuilds
innode_modules/.modules.yaml
#9338.shell-quote
withshlex
for quoting command arguments #9381.v10.12.4
Compare Source
Patch Changes
Fix
pnpm licenses
command for local dependencies #9583.Fix a bug in which
pnpm ls --filter=not-exist --json
prints nothing instead of an empty array #9672.Fix a deadlock that sometimes happens during peer dependency resolution #9673.
Running
pnpm install
afterpnpm fetch
should hoist all dependencies that need to be hoisted.Fixes a regression introduced in [v10.12.2] by [#9648]; resolves [#9689].
[v10.12.2]: https://redirect.github.com/pnpm/pnpm/releases/tag/v10.12.2Add commentMore actions
[#9648]: https://github.com/pnpm/pnpm/pull/9648
[#9689]: https://github.com/pnpm/pnpm/issues/9689
v10.12.3
Compare Source
Patch Changes
Regression introduced in v10.12.2 by #9648; resolves #9685.
v10.12.2
Compare Source
Patch Changes
enableGlobalVirtualStore
set totrue
#9648.--help
and-h
flags not working as expected for thepnpm create
command.pnpm licenses list --json
command is incorrect.pnpm deploy
fails due to overridden dependencies having peer dependencies causingERR_PNPM_OUTDATED_LOCKFILE
#9595.v10.12.1
Minor Changes
Experimental. Added support for global virtual stores. When enabled,
node_modules
contains only symlinks to a central virtual store, rather tonode_modules/.pnpm
. By default, this central store is located at<store-path>/links
(you can find the store path by runningpnpm store path
).In the central virtual store, each package is hard linked into a directory whose name is the hash of its dependency graph. This allows multiple projects on the system to symlink shared dependencies from this central location, significantly improving installation speed when a warm cache is available.
To enable the global virtual store, set
enableGlobalVirtualStore: true
in your rootpnpm-workspace.yaml
, or globally via:NOTE: In CI environments, where caches are typically cold, this setting may slow down installation. pnpm automatically disables the global virtual store when running in CI.
Related PR: #8190
pnpm update
command now supports updatingcatalog:
protocol dependencies and writes new specifiers topnpm-workspace.yaml
.--save-catalog
and--save-catalog-name=<name>
) topnpm add
to save new dependencies as catalog entries.catalog:
orcatalog:<name>
will be added topackage.json
and the package specifier will be added to thecatalogs
orcatalog[<name>]
object inpnpm-workspace.yaml
#9425.ci
for explicitly telling pnpm if the current environment is a CI or not.Patch Changes
pnpm patch
using semantic versioning rules.v10.11.1
Compare Source
Patch Changes
pnpm deploy --legacy
creates unexpected directories when the rootpackage.json
has a workspace package as a peer dependency #9550.strictPeerDependencies
istrue
but all issues are ignored bypeerDependencyRules
#9505.pnpm_config_
env variables instead ofnpm_config_
#9571.--lockfile-only
flag onpnpm update
to produce a differentpnpm-lock.yaml
than an update without the flag.pnpm deploy
work in repos withoverrides
wheninject-workspace-packages=true
#9283.pnpm -r --silent run
should not print out section #9563.v10.11.0
Compare Source
Minor Changes
A new setting added for
pnpm init
to create apackage.json
withtype=module
, wheninit-type
ismodule
. Works as a flag for the init command too #9463.Added support for Nushell to
pnpm setup
#6476.Added two new flags to the
pnpm audit
command,--ignore
and--ignore-unfixable
#8474.Ignore all vulnerabilities that have no solution:
> pnpm audit --ignore-unfixable
Provide a list of CVE's to ignore those specifically, even if they have a resolution.
> pnpm audit --ignore=CVE-2021-1234 --ignore=CVE-2021-5678
Added support for recursively running pack in every project of a workspace #4351.
Now you can run
pnpm -r pack
to pack all packages in the workspace.Patch Changes
dangerouslyAllowAllBuilds
is set totrue
#9472.pnpm link
should work from inside a workspace #9506.workspaceConcurrency
toMath.min(os.availableParallelism(), 4)
#9493.strictPeerDependencies
istrue
but all issues are ignored bypeerDependencyRules
#9505.updateConfig
frompnpm-workspace.yaml
#9500.recursive pack
url.parse
usage to fix warning on Node.js 24 #9492.pnpm run
should be able to run commands from the workspace root, ifignoreScripts
is set tottrue
#4858.v10.10.0
Compare Source
Minor Changes
preResolution
,importPackage
, andfetchers
hooks from local pnpmfile.Patch Changes
cd
command, whenshellEmulator
istrue
#7838.pnpm-workspace.yaml
#9453.npm_package_json
environment variable to the executed scripts #9452.--reporter=silent
option.PostHog/posthog-js (posthog-js)
v1.260.3
Compare Source
1.260.3
Patch Changes
#2219
44d10c4
Thanks @daibhin! - add @posthog/core dependencyUpdated dependencies [
44d10c4
]:v1.260.2
Compare Source
1.260.2
Patch Changes
f3269f3
Thanks @lucasheriques! - fix: set survey person properties on SDK <1.249.2v1.260.1
Compare Source
1.260.1
Patch Changes
1e95d47
Thanks @lucasheriques! - fix: always set surveySeen on local storage for old posthog-js versionsv1.260.0
Compare Source
1.260.0
Minor Changes
fda2932
Thanks @robbie-c! - Support 2 cookieless modes - 'always' and 'on_reject'Patch Changes
4387da4
Thanks @daibhin! - expose captured exception to React error boundary fallbackv1.259.0
Compare Source
1.259.0
Minor Changes
dec3f44
Thanks @marandaneto! - survey support for feature flag variantsv1.258.6
Compare Source
1.258.6
Patch Changes
faa2f28
Thanks @realguse! - block vercel screenshot botv1.258.5
Compare Source
1.258.5
Patch Changes
db569fa
Thanks @lucasheriques! - - Fix surveys loading with advanced_enable_surveys configv1.258.4
Compare Source
1.258.4
Patch Changes
ac254d9
Thanks @lucasheriques! - Adds a new config,advanced_enable_surveys
, to always enable surveys funcionality in the SDKv1.258.3
Compare Source
1.258.3
Patch Changes
#2171
14adc01
Thanks @lucasheriques! - Fix early access features accumulation in persistence#2170
262cc5c
Thanks @lucasheriques! - Removes the_renderExternalSurvey
method which is not needed anymorev1.258.2
Compare Source
1.258.2
Patch Changes
7114593
Thanks @pauldambra! - checks for session activity in other windows when timing out in any particular window, avoids a race condition when proactively marking a session as idlev1.258.1
Compare Source
1.258.1
Patch Changes
c7b03cd
Thanks @lucasheriques! - Updates the renderSurvey and getActiveMatchingSurveys methods to not take any external surveys into considerationv1.258.0
Compare Source
1.258.0
Minor Changes
0a19df2
Thanks @daibhin! - feat: exclude exceptions autocaptured by extensionsNotes
This is the first posthog-js release after the posthog-js-lite migration, please open an issue if you see incompatible changes with your code.
v1.257.2
: 1.257.2Compare Source
1.257.2 - 2025-07-22
__add_tracing_headers
(#2100)v1.257.1
: 1.257.1Compare Source
1.257.1 - 2025-07-21
v1.257.0
: 1.257.0Compare Source
1.257.0 - 2025-07-08
v1.256.2
: 1.256.2Compare Source
1.256.2 - 2025-07-04
v1.256.1
: 1.256.1[Compare Source](https://redirect.git
Configuration
📅 Schedule: Branch creation - "on Monday" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.