Skip to content
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

Lock file maintenance All non-major #189

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Lock file maintenance All non-major #189

merged 1 commit into from
Sep 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 8, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@types/node (source) devDependencies minor 20.14.10 -> 20.16.5 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) devDependencies minor 7.15.0 -> 7.18.0 age adoption passing confidence
@typescript-eslint/parser (source) devDependencies minor 7.15.0 -> 7.18.0 age adoption passing confidence
alpine final patch 3.20.1 -> 3.20.3 age adoption passing confidence
alpine stage patch 3.20.1 -> 3.20.3 age adoption passing confidence
got dependencies patch 14.4.1 -> 14.4.2 age adoption passing confidence
traefik stage patch v2.11.6 -> v2.11.8 age adoption passing confidence
ts-jest (source) devDependencies minor 29.1.5 -> 29.2.5 age adoption passing confidence
typescript (source) devDependencies minor 5.5.3 -> 5.6.2 age adoption passing confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

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

v7.18.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib

  • eslint-plugin: [unbound-method] report on destructuring in function parameters

  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types

  • eslint-plugin: [strict-boolean-expressions] support branded booleans

❤️ Thank You
  • auvred
  • Oliver Salzburg
  • Vinccool96
  • Yukihiro Hasegawa

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

v7.17.0

Compare Source

🚀 Features
  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7

  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never"

🩹 Fixes
  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more)

  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context

  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field

❤️ Thank You
  • Armano
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit

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

v7.16.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters
❤️ Thank You
  • Dan Vanderkam

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

v7.16.0

Compare Source

🚀 Features
  • rule-tester: stricter rule test validations

  • eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule

  • eslint-plugin: add support for nested namespaces to unsafe-member-access

  • eslint-plugin: [no-floating-promises] add checkThenables option

🩹 Fixes
  • deps: update dependency @​eslint-community/regexpp to v4.11.0

  • eslint-plugin: [no-floating-promises] add suggestions to tests from #​9263 checkThenables

  • website: react key error on internal pages of website

  • eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled

❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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

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

v7.18.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.

v7.17.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.

v7.16.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.

v7.16.0

Compare Source

🩹 Fixes
❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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

sindresorhus/got (got)

v14.4.2

Compare Source

containous/traefik (traefik)

v2.11.8

Compare Source

All Commits

Bug fixes:

Documentation:

v2.11.8

Compare Source

All Commits

Bug fixes:

Documentation:

v2.11.7

Compare Source

All Commits

Bug fixes:

Documentation:

v2.11.7

Compare Source

All Commits

Bug fixes:

Documentation:

kulshekhar/ts-jest (ts-jest)

v29.2.5

Compare Source

v29.2.4

Compare Source

v29.2.3

Compare Source

v29.2.2

Compare Source

v29.2.1

Compare Source

v29.2.0

Compare Source

Bug Fixes
  • fix: don't show warning message with Node16/NodeNext (99c4f49), closes #​4266
Features
  • feat(cli): allow migrating cjs presets to transform config (22fb027)
  • feat(presets): add util functions to create ESM presets (06f78ed)
  • feat(presets): add util functions to create CJS presets (f9cc3c0)
Code refactoring
  • refactor: replace lodash deps with native js implementation (40f1708)
  • refactor: use TsJestTransformerOptions type everywhere possibly (7d001be)
  • refactor(cli): use new preset util functions to initialize test config (c2b56ca)
  • refactor(presets): use create preset util functions for cjs presets (922d6d0)
  • test: switch react-app to use Vite (827c8ad)
microsoft/TypeScript (typescript)

v5.6.2

Compare Source

v5.5.4: TypeScript 5.5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: Branch creation - "before 4am 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.


  • 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 force-pushed the renovate/all-non-major branch from e81fa76 to 8245983 Compare July 8, 2024 16:12
@renovate renovate bot changed the title Lock file maintenance Lock file maintenance All non-major Jul 8, 2024
@renovate renovate bot force-pushed the renovate/all-non-major branch 4 times, most recently from 51411f6 to 3055f6c Compare July 15, 2024 17:26
@renovate renovate bot force-pushed the renovate/all-non-major branch 6 times, most recently from 21fb791 to f768da9 Compare July 23, 2024 18:22
@renovate renovate bot force-pushed the renovate/all-non-major branch 4 times, most recently from 0570d3a to 5cee9b8 Compare July 30, 2024 21:23
@renovate renovate bot force-pushed the renovate/all-non-major branch 4 times, most recently from 7aa9437 to bb44114 Compare August 6, 2024 23:00
@renovate renovate bot force-pushed the renovate/all-non-major branch 2 times, most recently from 7f163a9 to 31d8f7c Compare August 16, 2024 18:53
@renovate renovate bot force-pushed the renovate/all-non-major branch 3 times, most recently from 3c86e9e to 0b26ac9 Compare August 23, 2024 17:13
@renovate renovate bot force-pushed the renovate/all-non-major branch 2 times, most recently from 8cdc481 to abdc636 Compare September 1, 2024 17:08
@renovate renovate bot force-pushed the renovate/all-non-major branch 3 times, most recently from 63865af to 1c9f570 Compare September 7, 2024 01:38
@renovate renovate bot force-pushed the renovate/all-non-major branch from 1c9f570 to a0f20de Compare September 9, 2024 18:47
@renovate renovate bot force-pushed the renovate/all-non-major branch from a0f20de to 38799a3 Compare September 16, 2024 10:53
@firecow firecow merged commit 806b32f into main Sep 16, 2024
4 checks passed
@firecow firecow deleted the renovate/all-non-major branch September 16, 2024 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant