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 devdependencies (non-major) (minor) #678

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin (source) 8.11.0 -> 8.15.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.11.0 -> 8.15.0 age adoption passing confidence
concurrently 9.0.1 -> 9.1.0 age adoption passing confidence
cypress (source) 13.15.1 -> 13.16.0 age adoption passing confidence

Release Notes

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

v8.15.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#​10299)
  • eslint-plugin: new rule no-unsafe-type-assertion (#​10051)
  • eslint-plugin: added related-getter-setter-pairs rule (#​10192)
🩹 Fixes
  • utils: add defaultOptions to meta in rule (#​10339)
  • eslint-plugin: report deprecations used in default export (#​10330)
  • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#​10315)
  • eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#​10314)
  • eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#​10301)
❤️ Thank You

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

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.

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

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

open-cli-tools/concurrently (concurrently)

v9.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.0.1...v9.1.0

cypress-io/cypress (cypress)

v13.16.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-16-0

v13.15.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-15-2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 added the dependencies Pull requests that update a dependency file label Aug 20, 2024
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from def14ea to 2f7c054 Compare August 22, 2024 08:44
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 2f7c054 to d91d1f5 Compare August 27, 2024 19:53
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v20.16.1 chore(deps): update devdependencies (non-major) (minor) Aug 27, 2024
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from 39fa477 to 8cce8c4 Compare September 1, 2024 12:48
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from 32dbf68 to 3c9a2dd Compare September 9, 2024 20:03
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from 80b525a to 470f847 Compare September 19, 2024 04:26
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 9 times, most recently from bf12653 to 0fcb4c1 Compare September 27, 2024 19:57
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from ca0889b to fcc8fad Compare October 2, 2024 16:18
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 9 times, most recently from a0369a6 to 4d344ca Compare October 24, 2024 18:37
@renovate renovate bot changed the title chore(deps): update devdependencies (non-major) (minor) chore(deps): update devdependencies (non-major) (minor) - autoclosed Oct 25, 2024
@renovate renovate bot closed this Oct 25, 2024
@renovate renovate bot deleted the renovate/devdependencies-(non-major) branch October 25, 2024 06:58
@renovate renovate bot changed the title chore(deps): update devdependencies (non-major) (minor) - autoclosed chore(deps): update devdependencies (non-major) (minor) Oct 28, 2024
@renovate renovate bot reopened this Oct 28, 2024
@renovate renovate bot restored the renovate/devdependencies-(non-major) branch October 28, 2024 19:46
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 4d344ca to de52841 Compare October 28, 2024 19:47
@renovate renovate bot changed the title chore(deps): update devdependencies (non-major) (minor) chore(deps): update devdependencies (non-major) to v8.12.0 (minor) Oct 28, 2024
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from de52841 to 885b83f Compare October 29, 2024 01:18
@renovate renovate bot changed the title chore(deps): update devdependencies (non-major) to v8.12.0 (minor) chore(deps): update devdependencies (non-major) to v8.12.1 (minor) Oct 29, 2024
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 885b83f to 31b5487 Compare October 29, 2024 13:48
@renovate renovate bot changed the title chore(deps): update devdependencies (non-major) to v8.12.1 (minor) chore(deps): update devdependencies (non-major) to v8.12.2 (minor) Oct 29, 2024
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from 45ce397 to d2ba473 Compare November 4, 2024 12:26
@renovate renovate bot changed the title chore(deps): update devdependencies (non-major) to v8.12.2 (minor) chore(deps): update devdependencies (non-major) (minor) Nov 4, 2024
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from d2ba473 to 2f0d543 Compare November 4, 2024 19:57
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from 921928d to 5dedd7c Compare November 18, 2024 17:28
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 5dedd7c to 6ab0625 Compare November 19, 2024 21:19
Copy link

sonarcloud bot commented Nov 19, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants