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

chore(repo): update non-major dependency versions #493

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin (source) ^8.8.1 -> ^8.14.0 age adoption passing confidence
@typescript-eslint/parser (source) ^8.8.1 -> ^8.14.0 age adoption passing confidence
eslint (source) ^9.12.0 -> ^9.15.0 age adoption passing confidence
eslint-plugin-react ^7.37.1 -> ^7.37.2 age adoption passing confidence
renovate (source) ^38.116.0 -> ^38.142.7 age adoption passing confidence
yarn (source) 4.5.0+sha512.837566d24eec14ec0f5f1411adb544e892b3454255e61fdef8fd05f3429480102806bac7446bc9daff3896b01ae4b62d00096c7e989f1596f2af10b927532f39 -> 4.5.1 age adoption passing confidence

Release Notes

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

v8.14.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report unnecessary await using statements (#​10209)
  • eslint-plugin: [no-confusing-void-expression] add an option to ignore void<->void (#​10067)
🩹 Fixes
  • scope-manager: fix asserted increments not being marked as write references (#​10271)
  • eslint-plugin: [no-misused-promises] improve report loc for methods (#​10216)
  • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#​10194)
❤️ Thank You

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

v8.13.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add allow option (#​10221)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#​9924)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#​10250)
🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#​10232)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#​10235)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#​10259)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#​10261)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#​10205)
❤️ Thank You

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

v8.12.2

Compare Source

🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#​10223)
❤️ Thank You

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

v8.12.1

Compare Source

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

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

v8.12.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] handle String() (#​10005)
  • eslint-plugin: [switch-exhaustiveness-check] add allowDefaultCaseMatchUnionMember option (#​9954)
  • eslint-plugin: [consistent-indexed-object-style] report mapped types (#​10160)
  • eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#​10152)
❤️ Thank You

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

v8.11.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#​10149)
  • eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#​10138)
🩹 Fixes
  • eslint-plugin: [class-literal-property-style] don't report nodes with override keyword (#​10135)
❤️ Thank You

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

v8.10.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg ✨

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

v8.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-parameters] cannot assume variables are either type or value

  • scope-manager: [no-use-before-define] do not treat nested namespace aliases as variable references

  • eslint-plugin: [return-await] sync the behavior with await-thenable

  • eslint-plugin: [prefer-literal-enum-member] report a different error message when allowBitwiseExpressions is enabled

  • eslint-plugin: [no-loop-func] sync from upstream base rule

  • eslint-plugin: [no-unused-vars] never report the naming of an enum member

  • eslint-plugin: correct use-at-your-own-risk type definitions

  • eslint-plugin: handle unions in await...for

❤️ Thank You
  • Abraham Guo
  • Anna Bocharova
  • Arya Emami
  • auvred
  • Joshua Chen
  • Kirk Waiblinger
  • Lotfi Meklati
  • mdm317
  • Ronen Amiel
  • Sukka
  • YeonJuan

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

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

v8.14.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.13.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.12.2

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.12.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.12.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.11.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.10.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg ✨

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

v8.9.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.

eslint/eslint (eslint)

v9.15.0

Compare Source

v9.14.0

Compare Source

v9.13.0

Compare Source

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.2

Compare Source

Fixed
  • [destructuring-assignment]: fix false negative when using typeof props.a (#​3835 @​golopot)
Changed
  • [Refactor] [destructuring-assignment]: use getParentStatelessComponent (#​3835 @​golopot)
renovatebot/renovate (renovate)

v38.142.7

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.41.2 (#​32308) (b456ff4)

v38.142.6

Compare Source

Bug Fixes
  • better clarity on username/gitAuthor and modified branches (#​32159) (549c3ae)
Documentation
Miscellaneous Chores

v38.142.5

Compare Source

Bug Fixes

v38.142.4

Compare Source

Bug Fixes

v38.142.3

Compare Source

Bug Fixes
Miscellaneous Chores
Tests
  • datasource/go: Remove go-source header from gitlab fixtures (#​32286) (570a727)

v38.142.2

Compare Source

Miscellaneous Chores
Build System

v38.142.1

Compare Source

Bug Fixes
Miscellaneous Chores

v38.142.0

Compare Source

Features
  • presets: add poetry manager support to :semanticPrefixFixDepsChoreOthers preset (#​32246) (1810672)

v38.141.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.41.1 (#​32261) (f6c2f05)

v38.141.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.41.0 (#​32258) (64295c4)
Miscellaneous Chores

v38.140.2

Compare Source

Bug Fixes
  • manager/bundler: Escape special characters in bundler usernames (#​32229) (6560bed)

v38.140.1

Compare Source

Bug Fixes
Miscellaneous Chores

v38.140.0

Compare Source

Features

v38.139.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.40.5 (#​32245) (cef4f28)
Documentation

v38.139.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.40.5 (#​32241) (270a7ed)

v38.139.0

Compare Source

Features
  • versioning: allow versionings to provide isSame and use to detect majors (#​32207) (f680dcb)

v38.138.6

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.40.4 (#​32239) (a972ffa)
Code Refactoring

v38.138.5

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.40.3 (#​32238) (5a37aad)

v38.138.4

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.40.2 (#​32234) (4a6536d)

v38.138.3

Compare Source

Bug Fixes
Miscellaneous Chores
  • deps: update dependency google-github-actions/auth to v2.1.7 (#​32233) (1b3dbef)

v38.138.2

Compare Source

Build System

v38.138.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v11.11.41 (#​32230) (8e4ef69)

v38.138.0

Compare Source

Features
Bug Fixes
  • presets: apply NodeJS docker workaround for private registries (#​32220) (9faae86)

v38.137.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.40.1 (#​32224) (134a38f)
Miscellaneous Chores

v38.137.0

Compare Source

Features

v38.136.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.40.0 (#​32219) (a471762)

v38.135.3

Compare Source

Bug Fixes
  • rebaseWhen: text in PR for new branches with automerge=true (#​32218) (56df90b)
Documentation
Miscellaneous Chores
Tests

v38.135.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.39.1 (#​32206) (d3b64cc)

v38.135.1

Compare Source

Bug Fixes

v38.135.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.39.0 (#​32203) (61aaebd)

v38.134.2

Compare Source

Bug Fixes

v38.134.1

Compare Source

Bug Fixes
  • datasource/go: Remove .git suffix for go dependencies when calling go-get api (#​32181) (209a162)
Tests

v38.134.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.38.0 (#​32193) (fd5ba4c)
Code Refactoring

v38.133.4

Compare Source

Miscellaneous Chores
Build System

v38.133.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.37.7 (#​32188) (a25d8df)
Miscellaneous Chores

v38.133.2

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring

v38.133.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v11.11.40 (#​32176) (7527f13)

v38.133.0

Compare Source

Features
Documentation
Miscellaneous Chores

v38.132.3

Compare Source

Bug Fixes

v38.132.2

Compare Source

Bug Fixes

v38.132.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v11.11.39 (#​32155) (ed95612)
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v13.0.2 (#​32154) (2dd31fa)

v38.132.0

Compare Source

Features
Miscellaneous Chores

v38.131.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.37.4 (#​32150) (61f625b)
Build System

v38.131.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.37.3 (#​32146) (ad33c48)
Build System

v38.131.0

Compare Source

Features
Documentation
Miscellaneous Chores

v38.130.4

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.37.2 (#​32130) (66efbff)
Miscellaneous Chores
Build System

v38.130.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v11.11.38 (#​32126) (df7b8bb)
Miscellaneous Chores

v38.130.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.37.1 (#​32113) (f4eb39a)

v38.130.1

Compare Source

Bug Fixes
Miscellaneous Chores

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (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.

Copy link

changeset-bot bot commented Nov 1, 2024

⚠️ No Changeset found

Latest commit: b19c922

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/repo-non-major-dependency-versions branch 10 times, most recently from 8170080 to 85907f8 Compare November 4, 2024 18:49
@renovate renovate bot force-pushed the renovate/repo-non-major-dependency-versions branch from 85907f8 to 88ad7e6 Compare November 11, 2024 19:46
@renovate renovate bot force-pushed the renovate/repo-non-major-dependency-versions branch from 88ad7e6 to b19c922 Compare November 15, 2024 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants