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

fix(deps): update all major dependencies (major) #335

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@commitlint/cli (source) 18.6.1 -> 19.6.0 age adoption passing confidence devDependencies major
@commitlint/config-conventional (source) 18.6.3 -> 19.6.0 age adoption passing confidence devDependencies major
@types/node (source) ^20.10.0 -> ^22.0.0 age adoption passing confidence devDependencies major
@types/react (source) ^18.2.38 -> ^19.0.0 age adoption passing confidence devDependencies major
@types/react (source) 18.3.1 -> 19.0.1 age adoption passing confidence devDependencies major
@types/react-dom (source) ^18.2.17 -> ^19.0.0 age adoption passing confidence devDependencies major
@types/react-dom (source) 18.3.0 -> 19.0.2 age adoption passing confidence devDependencies major
@typescript-eslint/eslint-plugin (source) 6.21.0 -> 8.18.0 age adoption passing confidence devDependencies major
@typescript-eslint/parser (source) 6.21.0 -> 8.18.0 age adoption passing confidence devDependencies major
@vitejs/plugin-vue (source) 4.6.2 -> 5.2.1 age adoption passing confidence devDependencies major
@vitest/coverage-v8 (source) 0.34.6 -> 2.1.8 age adoption passing confidence devDependencies major
@vue/eslint-config-typescript 12.0.0 -> 14.1.4 age adoption passing confidence devDependencies major
actions/checkout v3 -> v4 age adoption passing confidence action major
actions/setup-node v3 -> v4 age adoption passing confidence action major
borales/actions-yarn v4 -> v5 age adoption passing confidence action major
css-loader ^6.8.1 -> ^7.0.0 age adoption passing confidence devDependencies major
eslint (source) ^8.54.0 -> ^9.0.0 age adoption passing confidence devDependencies major
eslint-config-turbo (source) 1.13.3 -> 2.3.3 age adoption passing confidence devDependencies major
eslint-plugin-jest 27.9.0 -> 28.9.0 age adoption passing confidence devDependencies major
eslint-plugin-react-hooks (source) 4.6.2 -> 5.1.0 age adoption passing confidence devDependencies major
eslint-plugin-simple-import-sort 10.0.0 -> 12.1.1 age adoption passing confidence devDependencies major
eslint-plugin-unused-imports 3.1.0 -> 4.1.4 age adoption passing confidence devDependencies major
highcharts (source) 11.4.1 -> 12.0.2 age adoption passing confidence dependencies major
highcharts-vue 1.4.3 -> 2.0.1 age adoption passing confidence dependencies major
husky 8.0.3 -> 9.1.7 age adoption passing confidence devDependencies major
jsdom 23.2.0 -> 25.0.1 age adoption passing confidence devDependencies major
mustache.js 3.2.1 -> 4.2.0 age adoption passing confidence major
node (source) 20.12.2 -> 22.12.0 age adoption passing confidence major
react (source) ^18.2.0 -> ^19.0.0 age adoption passing confidence dependencies major
react (source) 18.3.1 -> 19.0.0 age adoption passing confidence dependencies major
react-dom (source) ^18.2.0 -> ^19.0.0 age adoption passing confidence devDependencies major
react-dom (source) 18.3.1 -> 19.0.0 age adoption passing confidence dependencies major
sass-loader 13.3.3 -> 16.0.4 age adoption passing confidence devDependencies major
style-loader ^3.3.3 -> ^4.0.0 age adoption passing confidence devDependencies major
turbo (source) 1.13.3 -> 2.3.3 age adoption passing confidence devDependencies major
vitest (source) 0.34.6 -> 2.1.8 age adoption passing confidence devDependencies major
webpack-dev-server ^4.15.1 -> ^5.0.0 age adoption passing confidence devDependencies major
zustand ^4.4.4 -> ^5.0.0 age adoption passing confidence dependencies major
zustand ^4.4.6 -> ^5.0.0 age adoption passing confidence dependencies major

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.6.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.5.0

Compare Source

Features

19.4.1 (2024-08-28)

Note: Version bump only for package @​commitlint/cli

v19.4.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.4.0

Compare Source

Features

v19.3.0

Compare Source

Note: Version bump only for package @​commitlint/cli

19.2.2 (2024-04-14)

Note: Version bump only for package @​commitlint/cli

19.2.1 (2024-03-19)

Note: Version bump only for package @​commitlint/cli

v19.2.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.2.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.2.0

Compare Source

Features
  • cli: introduce new --last flag, to stop recommending HEAD~1 (#​3916) (99f4f3f)

v19.1.0

Compare Source

Note: Version bump only for package @​commitlint/cli

19.0.3 (2024-02-28)

Note: Version bump only for package @​commitlint/cli

19.0.2 (2024-02-28)

Note: Version bump only for package @​commitlint/cli

19.0.1 (2024-02-27)

Bug Fixes
  • drop resolve-from, resolve-global and import-fresh, resolve global packages correctly (#​3939) (8793c63), closes #​3938

v19.0.3

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.0.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.0.1

Compare Source

Bug Fixes
  • drop resolve-from, resolve-global and import-fresh, resolve global packages correctly (#​3939) (8793c63), closes #​3938

v19.0.0

Compare Source

Reverts
  • Revert "chore!: minimum node version v20" (2816783)
BREAKING CHANGES
  • migrate to pure ESM

  • feat: migrate to pure ESM

  • chore: update snapshot

  • fix: load parserPreset with another await

  • test: migrate to vitest

  • test: remove no replacement --runInBand test-ci script

  • chore: fix code reviews

  • refactor(load): rewrite resolve logic

  • fix(config-nx-scopes): fix syntax error

  • feat(resolve-extends): add resolveFrom and loadParserPreset

  • feat(load): use resolveFrom and loadParserPreset from resolve-extends

  • test: include only @​commitlint/* packages src in coverage

  • test: explicit import vitest utilities

  • test: remove @​jest/globals from dependencies

  • fix(resolve-extends): resolveFrom output should be platform aware

  • test: restore NO_COLOR to test script

  • chore: fix linting issues

  • fix: should use fileURLToPath instead of pathname for Windows compatibility

  • Apply suggestions from code review

  • fix: should reuse cli instead call yargs()

  • feat(cli): set terminalWidth as wrap to avoid work break on help

  • Update .eslintrc.cjs

  • feat: migrate @​commitlint/config-conventional to pure ESM

18.6.1 (2024-02-13)

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.6.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v19.5.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

19.4.1 (2024-08-28)

Note: Version bump only for package @​commitlint/config-conventional

19.2.2 (2024-04-14)

Note: Version bump only for package @​commitlint/config-conventional

v19.4.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v19.2.2

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v19.1.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

19.0.3 (2024-02-28)

Note: Version bump only for package @​commitlint/config-conventional

v19.0.3

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v19.0.0

Compare Source

Reverts
  • Revert "chore!: minimum node version v20" (2816783)
BREAKING CHANGES
  • migrate to pure ESM

  • feat: migrate to pure ESM

  • chore: update snapshot

  • fix: load parserPreset with another await

  • test: migrate to vitest

  • test: remove no replacement --runInBand test-ci script

  • chore: fix code reviews

  • refactor(load): rewrite resolve logic

  • fix(config-nx-scopes): fix syntax error

  • feat(resolve-extends): add resolveFrom and loadParserPreset

  • feat(load): use resolveFrom and loadParserPreset from resolve-extends

  • test: include only @​commitlint/* packages src in coverage

  • test: explicit import vitest utilities

  • test: remove @​jest/globals from dependencies

  • fix(resolve-extends): resolveFrom output should be platform aware

  • test: restore NO_COLOR to test script

  • chore: fix linting issues

  • fix: should use fileURLToPath instead of pathname for Windows compatibility

  • Apply suggestions from code review

  • fix: should reuse cli instead call yargs()

  • feat(cli): set terminalWidth as wrap to avoid work break on help

  • Update .eslintrc.cjs

  • feat: migrate @​commitlint/config-conventional to pure ESM

18.6.2 (2024-02-14)

Bug Fixes

18.6.1 (2024-02-13)

Note: Version bump only for package @​commitlint/config-conventional

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

v8.18.0

Compare Source

🚀 Features
  • eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#​10218)
  • eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#​10397)
🩹 Fixes
  • eslint-plugin: [use-unknown-in-catch-callback-variable] only flag function literals (#​10436)
  • eslint-plugin: [no-base-to-string] handle more robustly when multiple toString() declarations are present for a type (#​10432)
  • eslint-plugin: [no-deprecated] check if a JSX attribute is deprecated (#​10374)
  • typescript peer dependency (#​10373)
❤️ Thank You

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

v8.17.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#​10392)
🩹 Fixes
  • eslint-plugin: [promise-function-async] handle function overloading (#​10304)
  • eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#​10401)
  • eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#​10363)
❤️ Thank You

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

v8.16.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] check Array.prototype.join (#​10287)
  • eslint-plugin: [max-params] add function overload and function type support (#​10312)
❤️ Thank You

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

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

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (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/major-all-major-patch branch 7 times, most recently from 7a2c8bd to 7393435 Compare April 15, 2024 20:13
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 4 times, most recently from d6f8b85 to 1a448e1 Compare April 23, 2024 03:51
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 6 times, most recently from fec0582 to b808557 Compare April 30, 2024 09:40
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 3 times, most recently from dfb27a3 to 7a0f5e9 Compare May 3, 2024 22:58
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 2 times, most recently from 5f76a3a to aed81f4 Compare May 20, 2024 18:10
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 4 times, most recently from f39688e to 441bf4a Compare May 31, 2024 11:44
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 4 times, most recently from e381eb6 to e914df4 Compare June 6, 2024 21:03
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 5 times, most recently from 70bd809 to 80ef9b1 Compare November 1, 2024 01:08
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 3 times, most recently from 216b589 to 09608a6 Compare November 11, 2024 03:20
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 6 times, most recently from 8a68057 to 0a72575 Compare November 18, 2024 18:14
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 3 times, most recently from e6cd541 to f747d89 Compare November 25, 2024 15:05
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 6 times, most recently from af61e63 to 3804135 Compare December 2, 2024 14:54
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 4 times, most recently from 0f7506a to 0bdd30e Compare December 6, 2024 18:48
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch from 0bdd30e to 9cbdc9d Compare December 9, 2024 20:51
@renovate renovate bot changed the title chore(deps): update all major dependencies (major) fix(deps): update all major dependencies (major) Dec 11, 2024
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.

0 participants