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 non-breaking #74

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Lock file maintenance non-breaking #74

merged 1 commit into from
Sep 18, 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/dockerode (source) devDependencies patch 3.3.29 -> 3.3.31 age adoption passing confidence
@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
ajv (source) dependencies minor 8.16.0 -> 8.17.1 age adoption passing confidence
eslint (source) devDependencies patch 8.57.0 -> 8.57.1 age adoption passing confidence
traverse dependencies patch 0.6.9 -> 0.6.10 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.

ajv-validator/ajv (ajv)

v8.17.1

Compare Source

What's Changed

Full Changelog: ajv-validator/ajv@v8.17.0...v8.17.1

Plus everything in 8.17.0 which failed to release

The only functional change is to switch from uri-js (which is no longer supported), to fast-uri. This is the second attempt and the team on fast-uri have been really helpful addressing the issues we found last time.

Revert "Revert fast-uri change (https://github.com/ajv-validator/ajv/pull/2444)" by @​gurgunday in https://github.com/ajv-validator/ajv/pull/2448
fix: ignore new eslint error for @​typescript-eslint/no-extraneous-class by @​jasoniangreen in https://github.com/ajv-validator/ajv/pull/2455
docs: clarify behaviour of addVocabulary by @​jasoniangreen in https://github.com/ajv-validator/ajv/pull/2454
docs: refactor to improve legibility by @​blottn in https://github.com/ajv-validator/ajv/pull/2432
Fix grammatical typo in managing-schemas.md by @​wetneb in https://github.com/ajv-validator/ajv/pull/2305
docs: Fix broken strict-mode link by @​alexanderjsx in https://github.com/ajv-validator/ajv/pull/2459
feat: add test for encoded refs and bump fast-uri by @​jasoniangreen in https://github.com/ajv-validator/ajv/pull/2449
fix: changes for @​typescript-eslint/array-type rule by @​jasoniangreen in https://github.com/ajv-validator/ajv/pull/2467
fixes https://github.com/ajv-validator/ajv/issues/2217 - clarify custom keyword naming by @​jasoniangreen in https://github.com/ajv-validator/ajv/pull/2457

eslint/eslint (eslint)

v8.57.1

Compare Source

ljharb/js-traverse (traverse)

v0.6.10

Compare Source

Fixed
  • [Fix] continue iterating properly when items are removed #18
Commits
  • [Robustness] minimize use of prototype methods 14f3ef3
  • [Dev Deps] update @ljharb/eslint-config, auto-changelog, tape c232f79
  • [Refactor] protect against an impossible bug 368e82c
  • [Tests] replace aud with npm audit 343a68f
  • [Robustness] use a null object in modifiers 8edc266
  • [Dev Deps] add missing peer dep ecfc692
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 changed the title Lock file maintenance Lock file maintenance non-breaking Jul 8, 2024
@renovate renovate bot force-pushed the renovate/non-breaking branch 5 times, most recently from 24568ac to 18c0eb1 Compare July 12, 2024 22:23
@renovate renovate bot force-pushed the renovate/non-breaking branch 6 times, most recently from 1e190ec to 0f64bc0 Compare July 22, 2024 18:15
@renovate renovate bot force-pushed the renovate/non-breaking branch 5 times, most recently from ccde607 to 8abfdfd Compare July 29, 2024 19:57
@renovate renovate bot force-pushed the renovate/non-breaking branch 3 times, most recently from fc5250f to 525ddf0 Compare August 6, 2024 07:11
@renovate renovate bot force-pushed the renovate/non-breaking branch 2 times, most recently from 1037408 to 986ee7e Compare August 16, 2024 18:26
@renovate renovate bot force-pushed the renovate/non-breaking branch 3 times, most recently from 2d629b1 to c43e0fd Compare August 23, 2024 17:33
@renovate renovate bot force-pushed the renovate/non-breaking branch 3 times, most recently from 3e71e77 to a7d529c Compare September 4, 2024 00:57
@renovate renovate bot force-pushed the renovate/non-breaking branch 2 times, most recently from 19ab4a1 to 3ce0d8c Compare September 9, 2024 16:36
@renovate renovate bot force-pushed the renovate/non-breaking branch from 3ce0d8c to 10d1dcb Compare September 13, 2024 03:47
@renovate renovate bot force-pushed the renovate/non-breaking branch from 10d1dcb to cf1d8f5 Compare September 16, 2024 17:19
@firecow firecow merged commit 437ec42 into main Sep 18, 2024
4 checks passed
@firecow firecow deleted the renovate/non-breaking branch September 18, 2024 05:39
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