build(deps-dev): bump all #1597
Merged
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:
3.1.0
->3.1.1
22.15.21
->22.15.30
v3.28.18
->v3.28.19
5.0.0
->5.0.1
10.11.0
->10.12.1
10.11.0
->10.12.1
85b77ad
->3947ff7
16.19.1
->16.20.0
3.25.28
->3.25.56
Release Notes
11ty/eleventy (@11ty/eleventy)
v3.1.1
: Eleventy v3.1.1 (we fixed some things)Compare Source
Try it out in your project
Read more about getting started with Eleventy or why you should use Eleventy.
Release notes
eleventyConfig.amendLibrary
andeleventyConfig.setLibrary
together on the same syntax type, amendLibrary would run multiple times #3816includes
directory is set to an empty string""
#3797eleventyComputed.permalink
values when used with non-computedpermalink
#3818"../"
) #3809date
values in Data Cascade #3833github/codeql-action (github/codeql-action)
v3.28.19
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.19 - 03 Jun 2025
actions
language, which is currently in public preview.The
actions
extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled theactions
language and you have pinnedyour
tools:
property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disableactions
analysis.See the full CHANGELOG.md for more information.
gulpjs/gulp (gulp)
v5.0.1
Compare Source
pnpm/pnpm (pnpm)
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.stylelint/stylelint (stylelint)
v16.20.0
Compare Source
It fixes 2 bugs with the built-in rules.
function-url-no-scheme-relative
false negatives for@import
(#8576) (@pamelalozano16).shorthand-property-no-redundant-values
false negatives for additional radius (#8539) (@ryo-manba).colinhacks/zod (zod)
v3.25.56
Compare Source
v3.25.55
Compare Source
v3.25.54
Compare Source
v3.25.53
Compare Source
Commits:
a6adb14
zod mini internals (#4631)da4f921
3.25.53v3.25.52
Compare Source
Commits:
2954f40
Fix json (#4630)51dc6f9
3.25.52e479ea7
Add test cast for deferred self-recursionv3.25.51
Compare Source
v3.25.50
Compare Source
v3.25.49
Compare Source
v3.25.48
Compare Source
v3.25.47
Compare Source
v3.25.46
Compare Source
v3.25.45
Compare Source
Commits:
dc2c0b0
minor grammar typo fix (#4584)6fd3b39
fix(JSONSchema): add type for enum (#4577)6be478b
Fix ZodType assignability issues69ccb67
3.25.45v3.25.44
Compare Source
v3.25.43
Compare Source
Commits:
508e306
Fix type inference in ZodMiniType check method (#4568)f8fef45
Ecosystem: Add Express Zod API (#4579)289cba3
Fix type inference in ZodMiniType check method (#4568)011623a
Fix dts filesv3.25.42
Compare Source
v3.25.41
Compare Source
v3.25.40
Compare Source
v3.25.39
Compare Source
v3.25.38
Compare Source
Commits:
11477ae
Add test1574d2e
3.25.38v3.25.37
Compare Source
Commits:
abc13de
Add major version sectiond6cc999
Improve inference in z.function implementc00ca42
3.25.37v3.25.36
Compare Source
v3.25.35
Compare Source
Commits:
5e31fd0
Update readmefe75806
Improve discriminated union implementation (#4556)caee693
Tweak readme02f2389
Fix lint056e3f8
Improve homepage33495d5
Fix isPlainObject3a42469
Remove defaults from JSON Schema for transforming schemas (#4557)edc3477
3.25.35v3.25.34
Compare Source
v3.25.33
Compare Source
Commits:
80cfd3a
Improve runtime error for non-schema values in shape741be37
chore: fix comment for packages/docs/content/v4/index.mdx (#4533)74662e3
chore: Update README to specify TypeScript syntax highlighting for schema example (#4443)3c5ffd2
Add Khmer locale support to Zod and update documentation (#4447)8e827b1
docs: Add conform to the ecosystem page (#4415)7918973
add Swedish locale (#4451)33d3bb9
Fix issue #4454: Updating the contribution.md file (#4455)4d8cb5d
Update bronze.tsx (#4472)bc15379
Fix typo in changelog (#4496)010bbe4
type in error-customization.mdx (#4514)f3b4630
Add inheritance diagram to docsb97e218
fix: Add check for requiredKeys before assigning to json.required (#4525)b650a48
nit (#4520)56ae81b
fix v4 docs typo (#4414)efbcd7a
feat(locales): add nl (#4425)1ba8ddc
Standardize casing for locales5cb48f7
3.25.33345864f
Improve library docs9379c0c
Improve stringbool docs0828c93
Fix CId1e0876
Rename494b944
Undo rename4e44e61
Add zh-TW5a6d986
docs: fix typos in "Per-parse error customization" (#4549)v3.25.32
Compare Source
v3.25.31
Compare Source
v3.25.30
Compare Source
v3.25.29
Compare Source
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.