fix(deps): update all non-major dependencies#32
Merged
Conversation
a24e42f to
a903b69
Compare
a903b69 to
9d19693
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.7.0->^0.8.0^0.62.1->^0.64.09.18.0->9.21.0v0.8.2->v0.9.2v0.128.1-0.20241224102021-cea0a13b906a->v0.129.0v2.25.1->v2.26.1v1.5.0->v1.5.1v1.14.1->v1.15.2v1.47.0->v1.49.1v1.8.1->v1.9.11.23.4->1.24.0v0.58.0->v0.59.0v0.58.0->v0.59.0v0.58.0->v0.59.0v1.33.0->v1.34.0v1.33.0->v1.34.0v1.33.0->v1.34.0v1.33.0->v1.34.0v1.33.0->v1.34.0v1.33.0->v1.34.0v1.33.0->v1.34.0v1.33.0->v1.34.01.23->1.24v6.1.1->v6.5.0v1.69.2->v1.70.03.3.1->3.5.0Release Notes
hey-api/openapi-ts (@hey-api/client-fetch)
v0.8.2Compare Source
Patch Changes
b8cc9f8Thanks @LinuCC! - fix: dropping Content-Type header with falsey but valid json bodyv0.8.1Compare Source
Patch Changes
7f0f4a7Thanks @ale18V! - Return a string from urlSearchParamsBodySerializer instead of a URLSearchParams object.This is due to some runtimes not being able to handle the URLSearchParams object as fetch body.
v0.8.0Compare Source
Minor Changes
bb6d46aThanks @mrlubos! - fix: make createConfig, CreateClientConfig, and Config accept ClientOptions genericAdded
ClientOptionsinterfacev0.7.3Compare Source
Patch Changes
#1637
2dc380eThanks @mrlubos! - fix: update keywords in package.json#1649
603541eThanks @mrlubos! - fix: handle BigInt in JSON body serializer#1646
2cbffebThanks @mrlubos! - fix: remove client from Options interface#1646
2cbffebThanks @mrlubos! - fix: export TDataShape interfacev0.7.2Compare Source
Patch Changes
8eba19dThanks @mrlubos! - fix: export CreateClientConfig typev0.7.1Compare Source
Patch Changes
#1600
0432418Thanks @mrlubos! - fix: bundle clients from compiled index file#1596
4784727Thanks @mrlubos! - fix: add null to valid bodySerializer typeseslint/eslint (eslint)
v9.21.0Compare Source
Features
418717ffeat: introduce new deprecated types for rules (#19238) (fnx)5c5b802feat: Add--extCLI option (#19405) (Milos Djermanovic)Bug Fixes
db5340dfix: update missing plugin message template (#19445) (Milos Djermanovic)d8ffdd4fix: do not exit process on rule crash (#19436) (Francesco Trotta)Documentation
c5561eadocs: Update README (GitHub Actions Bot)80b0485docs: replacevarwithletandconstin rule example (#19434) (Tanuj Kanti)f67d5e8docs: Update README (GitHub Actions Bot)75afc61docs: Update README (GitHub Actions Bot)0636cabdocs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)dd7d930docs: Update README (GitHub Actions Bot)Chores
a8c9a9fchore: update@eslint/eslintrcand@eslint/js(#19453) (Francesco Trotta)265e0cfchore: package.json update for @eslint/js release (Jenkins)3401b85test: add test forRule.ReportDescriptortype (#19449) (Francesco Trotta)e497aa7chore: update rewrite dependencies (#19448) (Francesco Trotta)dab5478chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)ebfe2ebchore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)5fd211dtest: processors can return subpaths (#19425) (Milos Djermanovic)v9.20.1Compare Source
Bug Fixes
274f054fix: fixRuleContexttype (#19417) (Francesco Trotta)Documentation
fe3ccb2docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)93c78a5docs: Add instructions for pnpm compat (#19422) (Nicholas C. Zakas)b476a93docs: Fix Keyboard Navigation for Search Results (#19416) (Amaresh S M)ccb60c0docs: Update README (GitHub Actions Bot)v9.20.0Compare Source
Features
e89a54afeat: change behavior of inactive flags (#19386) (Milos Djermanovic)Bug Fixes
91d4d9ffix: Bring types in sync with @eslint/core (#19157) (Nicholas C. Zakas)fa25c7afix: Emit warning when empty config file is used (#19399) (Nicholas C. Zakas)31a9fd0fix: Clearer error message for wrong plugin format (#19380) (Nicholas C. Zakas)61d99e3fix: Better error message for unserializable parser (#19384) (Nicholas C. Zakas)db1b9a6fix: Ensure module scope is checked for references inconsistent-this(#19383) (Nicholas C. Zakas)8bcd820fix:arrow-body-stylecrash with single-token body (#19379) (Milos Djermanovic)Documentation
b7012c8docs: rewrite examples with var using let and const (#19407) (Mueez Javaid Hashmi)6406376docs: Update README (GitHub Actions Bot)350f2b9docs: rewrite some examples with var using let and const (#19404) (Mueez Javaid Hashmi)93c325adocs: rewrite examples with var using let and const (#19398) (Mueez Javaid Hashmi)56ff404docs: replace var with let or const in rules docs (#19396) (Daniel Harbrueger)4053226docs: changesourceTypeinno-evalexamples (#19393) (Milos Djermanovic)1324af0docs: replace var with let and const in rules docs (#19392) (Daniel Harbrueger)8b87e00docs: replacevarwithconstandletin rules (#19389) (Tanuj Kanti)758c66bdocs: Explain what frozen rules mean (#19382) (Nicholas C. Zakas)0ef8bb8docs: additional checks for rule examples (#19358) (Milos Djermanovic)58ab2f6docs: fix order of installation steps in getting started (#19326) (Tanuj Kanti)Chores
979097achore: upgrade @eslint/js@9.20.0 (#19412) (Francesco Trotta)031734echore: package.json update for @eslint/js release (Jenkins)d4c47c3test: avoid empty config warning in test output (#19408) (Milos Djermanovic)67dd82achore: update dependency @eslint/json to ^0.10.0 (#19387) (renovate[bot])15ac0e1chore: add permissions: read-all to stale.yml workflow (#19374) (Josh Goldberg ✨)v9.19.0Compare Source
Features
1637b8efeat: add--report-unused-inline-configs(#19201) (Josh Goldberg ✨)Bug Fixes
aae6717fix: sync rule type header comments automatically (#19276) (Francesco Trotta)Documentation
cfea9abdocs: Clarify overrideConfig option (#19370) (Nicholas C. Zakas)2b84f66docs: Update README (#19362) (Nicholas C. Zakas)044f93cdocs: clarify frozen rule description (#19351) (Pavel)797ee7cdocs: fix Bluesky links (#19368) (Milos Djermanovic)81a9c0edocs: Update README (GitHub Actions Bot)093fb3ddocs: replacevarwithletandconstin rule examples (#19365) (Tanuj Kanti)417de32docs: replace var with const in rule examples (#19352) (jj)17f2aaedocs: update getting-started config to match default generated config (#19308) (0xDev)8a0a5a8docs: betterglobal ignoresinstruction (#19297) (Jacopo Marrone)6671a2cdocs: Update README (GitHub Actions Bot)e39d3f2docs: fix divider for rule category (#19264) (Tanuj Kanti)e0cf53fdocs: fix search result box position for small screens (#19328) (Tanuj Kanti)f92a680docs: replace var with let or const in rule examples (#19331) (Ravi Teja Kolla)b04b84bdocs: revert accidental changes in TS config files docs (#19336) (Francesco Trotta)Chores
9b9cb05chore: upgrade @eslint/js@9.19.0 (#19371) (Milos Djermanovic)58560e7chore: package.json update for @eslint/js release (Jenkins)2089707test: fix failing test in Node.js v22.13.0 (#19345) (Francesco Trotta)bufbuild/protovalidate-go (github.com/bufbuild/protovalidate-go)
v0.9.2Compare Source
What's Changed
This release fixes a bug where predefined rules may have their
rulevalues cached inappropriately across invocations. Also, URI validation was fixed to ensure the query string does not contain invalid characters.New Contributors
Full Changelog: bufbuild/protovalidate-go@v0.9.1...v0.9.2
v0.9.1Compare Source
This is a quick follow-on to v0.9.0. A mistake was made and the parameter type for
FieldPathStringchanged unintentionally. It has been fixed.Breaking Changes
v0.9.x removes support for the long-deprecated
ignore_emptyandskippedfields onFieldConstraints; protovalidate-go will no longer respect these options if they are set, and they are removed from the latest version of the protovalidate definitions.Legacy resolution of protoc-gen-validate rules is removed. The
resolverpackage is moved toresolveand now contains free functions instead of an interface. Thecelextpackage was moved tocel; it exports the same functionality, but has been refactored, with some method names changing, and thecelext.DefaultEnvfunction has been replaced withcel.NewLibrary.protovalidate.Validatoris now an interface and not a struct. Pointers of type*protovalidate.Validatorshould be changed toprotovalidate.Validatorvalues instead.What's Changed
Full Changelog: bufbuild/protovalidate-go@v0.9.0...v0.9.1
v0.9.0Compare Source
Breaking Changes
This release removes support for the long-deprecated
ignore_emptyandskippedfields onFieldConstraints; protovalidate-go will no longer respect these options if they are set, and they are removed from the latest version of the protovalidate definitions.Legacy resolution of protoc-gen-validate rules is removed. The
resolverpackage is moved toresolveand now contains free functions instead of an interface. Thecelextpackage was moved tocel; it exports the same functionality, but has been refactored, with some method names changing, and thecelext.DefaultEnvfunction has been replaced withcel.NewLibrary.protovalidate.Validatoris now an interface and not a struct. Pointers of type*protovalidate.Validatorshould be changed toprotovalidate.Validatorvalues instead.What's Changed
Full Changelog: bufbuild/protovalidate-go@v0.8.2...v0.9.0
getkin/kin-openapi (github.com/getkin/kin-openapi)
v0.129.0Compare Source
What's Changed
x-www-form-urlencodedwith arbitrary nested allOf by @mikhalytch in https://github.com/getkin/kin-openapi/pull/1046New Contributors
Full Changelog: getkin/kin-openapi@v0.128.0...v0.129.0
grpc-ecosystem/grpc-gateway (github.com/grpc-ecosystem/grpc-gateway/v2)
v2.26.1Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.26.0...v2.26.1
v2.26.0Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.25.1...v2.26.0
nekomeowww/fo (github.com/nekomeowww/fo)
[
v1.5.1](https://redirect.github.com/nekomConfiguration
📅 Schedule: Branch creation - "* 0-3 1 * *" (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.