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(deps): update typescript-eslint monorepo to v8.13.0 #1601

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin (source) 8.12.2 -> 8.13.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.12.2 -> 8.13.0 age adoption passing confidence

Release Notes

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

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.

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

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.


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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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 Oct 29, 2024

⚠️ No Changeset found

Latest commit: 96ee116

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

Copy link

nx-cloud bot commented Oct 29, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 96ee116. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

Copy link

socket-security bot commented Oct 29, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher

View full report↗︎

Copy link

codecov bot commented Oct 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.66%. Comparing base (df70352) to head (96ee116).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1601   +/-   ##
=======================================
  Coverage   93.66%   93.66%           
=======================================
  Files         132      132           
  Lines        1263     1263           
  Branches      261      261           
=======================================
  Hits         1183     1183           
  Misses         72       72           
  Partials        8        8           
Flag Coverage Δ
httpx-assert-unit 93.66% <ø> (ø)
httpx-dsn-parser-unit 93.66% <ø> (ø)
httpx-exception-unit 93.66% <ø> (ø)
httpx-json-api-unit 93.66% <ø> (ø)
httpx-memo-intl-unit 93.66% <ø> (ø)
httpx-plain-object-unit 93.66% <ø> (ø)
httpx-treeu-unit 93.66% <ø> (ø)

Copy link

codspeed-hq bot commented Oct 29, 2024

CodSpeed Performance Report

Merging #1601 will degrade performances by 91.43%

Comparing renovate/typescript-eslint-monorepo (96ee116) with main (df70352)

Summary

⚡ 1 improvements
❌ 1 regressions
✅ 12 untouched benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark main renovate/typescript-eslint-monorepo Change
lodash-es: _.isPlainObject(v)`` 299.4 µs 3,493.3 µs -91.43%
FlatTreeWsMapper.toTreeNodesOrThrow 78.9 ms 63.3 ms +24.62%

@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 691833d to 109e0af Compare October 30, 2024 02:31
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.12.2 chore(deps): update typescript-eslint monorepo to v8.12.2 - autoclosed Oct 30, 2024
@renovate renovate bot closed this Oct 30, 2024
@renovate renovate bot deleted the renovate/typescript-eslint-monorepo branch October 30, 2024 19:27
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.12.2 - autoclosed chore(deps): update typescript-eslint monorepo to v8.12.2 Nov 4, 2024
@renovate renovate bot reopened this Nov 4, 2024
@renovate renovate bot restored the renovate/typescript-eslint-monorepo branch November 4, 2024 19:33
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 109e0af to 96ee116 Compare November 4, 2024 19:34
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.12.2 chore(deps): update typescript-eslint monorepo to v8.13.0 Nov 4, 2024
@belgattitude belgattitude merged commit 8234e90 into main Nov 4, 2024
19 of 20 checks passed
@belgattitude belgattitude deleted the renovate/typescript-eslint-monorepo branch November 4, 2024 20:39
belgattitude pushed a commit that referenced this pull request Nov 25, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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