fix(deps): update external major (major) #1080
Open
+8
−8
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.34.5
->2.0.3
v4
->v5
16.6.1
->17.2.1
3.25.76
->4.0.17
Release Notes
Redocly/redocly-cli (@redocly/cli)
v2.0.3
Compare Source
Patch Changes
input
andserver
options to support both string and string[] values.Respect
results by properly encoding it as base64.v2.0.2
Compare Source
Patch Changes
executionTimeout
parameter optional in therun
function exported fromrespect-core
.v2.0.1
Compare Source
Patch Changes
no-required-schema-properties-undefined
rule incorrectly resolved nested$ref
s relative to the file in which they were defined.v2.0.0
Compare Source
Major Changes
spec
rule. Usestruct
instead.apiDefinitions
option in the Redocly config. Useapis
instead.Removed the
labels
field within theapis
section, which was associated with the legacy Redocly API Registry product.redocly.yaml
.features.openapi
andfeatures.mockServer
configuration options. Useopenapi
andmockServer
directly instead.lint
andstyleguide
options in the Redocly config.Use
rules
,decorators
and other related options on the root level instead.disallowAdditionalProperties
option support in rules. UseallowAdditionalProperties
instead.theme
property of Redocly config.All the properties of
theme
are now available in the config root.path-excludes-patterns
andinfo-license-url
rules.undefined
assertion. Usedefined
instead.Reunite provides improved API management capabilities and better integration with Redocly's tooling ecosystem.
Migrated the
login
andpush
commands to work exclusively with Reunite.Removed the
preview-docs
command as part of platform modernization.Use the
preview
command instead.referenceDocs
option, which was related to the legacy Reference docs product.assert/
prefix in configurable rules. Userule/
prefix instead.Update to Node.js version 20.19.0+, 22.12.0+, or 23+.
Minor Changes
Added
x-security
extension for Respect that enables secure handling of authentication in Arazzo workflows.Use this extension to:
Added environment variable support for CLI arguments using Yargs
.env()
method to parse environment variables with matching prefixes.Added validation for JSON Schema format.
Extracted
nullable
validation from thestruct
rule into a newnullable-type-sibling
rule for OpenAPI 3.0. This allows users to disablenullable
validation separately from other structural checks.Configured the
spec
ruleset for OpenAPI, AsyncAPI, Arazzo, and Overlay specifications.This ruleset is designed to strictly follow the specifications.
Added the
no-duplicated-tag-names
rule to check for duplications in thetags
field in API descriptions.Enabled
no-required-schema-properties-undefined
,no-schema-type-mismatch
, andno-enum-type-mismatch
rules for AsyncAPI and Arazzo specifications.Adjusted the rules' severities in the
recommended
andminimal
rulesets. Refer to the following table:off
->warn
off
->warn
error
warn
warn
->error
off
->warn
Implemented automatic masking of sensitive fields (such as tokens and passwords) in response bodies to enhance security and prevent accidental exposure of secrets in logs and outputs.
Added new CLI options for the
respect
command to improve test execution control.Patch Changes
extends
section.no-undefined-server-variable
crash when encounteringnull
values in the server list.@redocly/respect-core
to eliminate Node.js-specific dependencies, improving cross-platform compatibility.--config
from a different folder than the current working directory.[email protected]
injected an unintended message into the output.residency
from the Redocly configuration file.actions/checkout (actions/checkout)
v5
Compare Source
motdotla/dotenv (dotenv)
v17.2.1
Compare Source
Changed
v17.2.0
Compare Source
Added
DOTENV_CONFIG_QUIET=true
in your environment or.env
file to quiet the runtime log (#889)DOTENV_CONFIG_
environment variables take precedence over any code set options like({quiet: false})
v17.1.0
Compare Source
Added
v17.0.1
Compare Source
Changed
v17.0.0
Compare Source
Changed
quiet
to false - informational (file and keys count) runtime log message shows by default (#875)colinhacks/zod (zod)
v4.0.17
Compare Source
v4.0.16
Compare Source
v4.0.15
Compare Source
Commits:
7e7e346
Clean up docsf2949a8
[docs] Fix migration guide upgrade command (#5021)d43cf19
Fix recursive object initialization errors with check() and other methods (#5018)3de2b63
fix: remove redundant Required<> from input and output type definitions (#5033)93553bd
Add needs info03cfa8d
4.0.15v4.0.14
Compare Source
Commits:
99391a8
Docs: Fix typo (#5005)e25303e
Docs: fix typo (#5008)dbb05ef
Add JSON Schema draft-04 output (#4811)b8257d7
Improve tuple recursive inference.9bdbc2f
Avoid infinite loops in defineLazy. Fixes #4994.af96ad4
4.0.14v4.0.13
Compare Source
v4.0.12
Compare Source
Commits:
ff83fc9
Add eslint-plugin-import-zod (#4848)7c9ce38
Update docs for z.property check (#4863)c432577
docs: add jwt schema docs (#4867)35e6a6f
Add llms.txt (#4915)3ac7bf0
Clean up Edit this Page60a9372
Implementllms-full.txt
(#5004)73a1970
4.0.12v4.0.11
Compare Source
Commits:
8e6a5f8
Fix “Edit on Github” link (#4997)930a2f6
Fix number of errors in doc (#4993)c762dbb
feat(locale): Add Yoruba (yo) locale (#4996)9a34a3a
Zod 4.0.11 (#4981)v4.0.10
Compare Source
v4.0.9
Compare Source
Commits:
4e7a3ef
v4.0.9 (#4970)v4.0.8
Compare Source
Commits:
3048d14
Fix #4961v4.0.7
Compare Source
v4.0.6
Compare Source
v4.0.5
Compare Source
v4.0.4
Compare Source
v4.0.3
Compare Source
v4.0.2
Compare Source
v4.0.1
Compare Source
Commits:
91c9ca6
fix: cleanup _idmap of $ZodRegistry (#4837)9cce1c5
docs: fix typo in flattenError example on error-formatting page (#4819) (#4833)a3560ae
v3.25.76 (#4838)5060661
Release 3.25.767baee4e
Update index.mdx (#4831)06172bf
docs: add zod2md to zodToXConverters (#4835)30e2f3e
Update docsb748b91
Add zod-openapi libraries to v4 (#4829)990e03b
Update core.mdx (#4746)e7f20c2
Fix treeifyError type for branded primitives. Add test. Closes #4840 (#4843)79d4d80
v4.0.0 (#4844)00a1708
Remove JSR from release.yml7c4c83c
Update mime docsa7bd58a
Remove when from paramse899016
Support format in z.templateLiteralb259211
4.0.1v4.0.0
Compare Source
Configuration
📅 Schedule: Branch creation - "after 2pm on Monday" in timezone Europe/Zurich, 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.