Skip to content

fix(deps): update all non major npm update #319

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 16, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) ^9.24.0 -> ^9.27.0 age adoption passing confidence
@openapitools/openapi-generator-cli ^2.18.4 -> ^2.20.0 age adoption passing confidence
@types/node (source) ^22.14.1 -> ^22.15.18 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^8.30.1 -> ^8.32.1 age adoption passing confidence
@typescript-eslint/parser (source) ^8.30.1 -> ^8.32.1 age adoption passing confidence
axios (source) ^1.8.4 -> ^1.9.0 age adoption passing confidence
debug ^4.4.0 -> ^4.4.1 age adoption passing confidence
eslint (source) ^9.24.0 -> ^9.27.0 age adoption passing confidence
eslint-config-prettier ^10.1.2 -> ^10.1.5 age adoption passing confidence
lint-staged ^15.5.1 -> ^15.5.2 age adoption passing confidence
ts-jest (source) ^29.3.2 -> ^29.3.4 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.27.0

Compare Source

v9.26.0

Compare Source

v9.25.1

Compare Source

v9.25.0

Compare Source

OpenAPITools/openapi-generator-cli (@​openapitools/openapi-generator-cli)

v2.20.0

Compare Source

Features

v2.19.1

Compare Source

Bug Fixes

v2.19.0

Compare Source

Features
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.32.1

Compare Source

🩹 Fixes
  • eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#​11177)
  • eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#​11180)
  • eslint-plugin: [no-deprecated] support computed member access (#​10867)
  • eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#​11194)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.32.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add option allowRethrowing (#​11075)
  • eslint-plugin: [no-unnecessary-type-conversion] add rule (#​10182)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#​11098)
  • eslint-plugin: [unified-signatures] exempt this from optional parameter overload check (#​11005)
  • eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#​10907)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.31.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#​11081)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.31.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#​10979)
❤️ Thank You
  • Nicolas Le Cam

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.32.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.32.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.31.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.31.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

axios/axios (axios)

v1.9.0

Compare Source

Bug Fixes
  • core: fix the Axios constructor implementation to treat the config argument as optional; (#​6881) (6c5d4cd)
  • fetch: fixed ERR_NETWORK mapping for Safari browsers; (#​6767) (dfe8411)
  • headers: allow iterable objects to be a data source for the set method; (#​6873) (1b1f9cc)
  • headers: fix getSetCookie by using 'get' method for caseless access; (#​6874) (d4f7df4)
  • headers: fixed support for setting multiple header values from an iterated source; (#​6885) (f7a3b5e)
  • http: send minimal end multipart boundary (#​6661) (987d2e2)
  • types: fix autocomplete for adapter config (#​6855) (e61a893)
Features
  • AxiosHeaders: add getSetCookie method to retrieve set-cookie headers values (#​5707) (80ea756)
Contributors to this release

1.8.4 (2025-03-19)

Bug Fixes
  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#​6833) (f10c2e0)
Contributors to this release

1.8.3 (2025-03-10)

Bug Fixes
  • add missing type for allowAbsoluteUrls (#​6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#​6814) (ec159e5)
Contributors to this release

1.8.2 (2025-03-07)

Bug Fixes
  • http-adapter: add allowAbsoluteUrls to path building (#​6810) (fb8eec2)
Contributors to this release

1.8.1 (2025-02-26)

Bug Fixes
  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#​6789) (36a5a62)
Contributors to this release
debug-js/debug (debug)

v4.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: debug-js/debug@4.4.0...4.4.1

eslint/eslint (eslint)

v9.27.0

Compare Source

v9.26.0

Compare Source

v9.25.1

Compare Source

v9.25.0

Compare Source

prettier/eslint-config-prettier (eslint-config-prettier)

v10.1.5

Compare Source

Patch Changes

v10.1.4

Compare Source

Patch Changes

v10.1.3

Compare Source

Patch Changes
lint-staged/lint-staged (lint-staged)

v15.5.2

Compare Source

Patch Changes
kulshekhar/ts-jest (ts-jest)

v29.3.4

Compare Source

Bug Fixes
  • fix: fix TsJestTransformerOptions type (3b11e29), closes #​4247
  • fix(cli): fix wrong path for preset creator fns (249eb2c)
  • fix(config): disable rewriteRelativeImportExtensions always (9b1f472), closes #​4855

v29.3.3

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency @openapitools/openapi-generator-cli to ^2.19.0 chore(deps): update dependency @openapitools/openapi-generator-cli to ^2.19.1 Apr 17, 2025
@renovate renovate bot force-pushed the renovate/all-non-major-npm-update branch from d0f2a2e to 70504e7 Compare April 17, 2025 07:35
@renovate renovate bot changed the title chore(deps): update dependency @openapitools/openapi-generator-cli to ^2.19.1 chore(deps): update all non major npm update Apr 18, 2025
@renovate renovate bot force-pushed the renovate/all-non-major-npm-update branch 3 times, most recently from 3da1062 to e50c80c Compare April 24, 2025 20:45
@renovate renovate bot changed the title chore(deps): update all non major npm update fix(deps): update all non major npm update Apr 24, 2025
@renovate renovate bot force-pushed the renovate/all-non-major-npm-update branch 5 times, most recently from ac742ab to dab6ab5 Compare April 28, 2025 20:26
@renovate renovate bot force-pushed the renovate/all-non-major-npm-update branch 13 times, most recently from d2066cb to 396ba70 Compare May 9, 2025 08:29
@renovate renovate bot force-pushed the renovate/all-non-major-npm-update branch 5 times, most recently from ee00cd2 to e721ab5 Compare May 16, 2025 18:54
@renovate renovate bot force-pushed the renovate/all-non-major-npm-update branch from e721ab5 to e9f54fb Compare May 16, 2025 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants