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 all major dependencies (major) #134

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 24, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) ^16.2.3 -> ^19.0.0 age adoption passing confidence
@commitlint/config-conventional (source) ^16.2.1 -> ^19.0.0 age adoption passing confidence
@dnd-kit/modifiers (source) ^6.0.1 -> ^7.0.0 age adoption passing confidence
@dnd-kit/sortable (source) ^7.0.2 -> ^8.0.0 age adoption passing confidence
@dvcol/stylelint-plugin-presets ^1.1.2 -> ^2.0.0 age adoption passing confidence
@faker-js/faker ^7.6.0 -> ^8.0.0 age adoption passing confidence
@mui/x-data-grid (source) ^6.0.3 -> ^7.0.0 age adoption passing confidence
@redux-devtools/cli (source) ^2.0.0 -> ^4.0.0 age adoption passing confidence
@reduxjs/toolkit (source) ^1.7.2 -> ^2.0.0 age adoption passing confidence
@testing-library/jest-dom ^5.16.2 -> ^6.0.0 age adoption passing confidence
@testing-library/react ^12.1.3 -> ^15.0.0 age adoption passing confidence
@types/jest (source) ^27.4.1 -> ^29.0.0 age adoption passing confidence
@types/react (source) ^17.0.39 -> ^18.0.0 age adoption passing confidence
@types/react-dom (source) ^17.0.13 -> ^18.0.0 age adoption passing confidence
@​types/testing-library__jest-dom ^5.14.2 -> ^6.0.0 age adoption passing confidence
@types/uuid (source) ^8.3.4 -> ^9.0.0 age adoption passing confidence
babel-jest (source) ^27.5.1 -> ^29.0.0 age adoption passing confidence
babel-loader ^8.2.3 -> ^9.0.0 age adoption passing confidence
chrome-webstore-upload-cli ^2.0.1 -> ^3.0.0 age adoption passing confidence
copy-webpack-plugin ^10.0.0 -> ^12.0.0 age adoption passing confidence
css-loader ^6.6.0 -> ^7.0.0 age adoption passing confidence
eslint (source) ^8.36.0 -> ^9.0.0 age adoption passing confidence
fs-extra ^10.0.1 -> ^11.0.0 age adoption passing confidence
html-loader ^3.1.0 -> ^5.0.0 age adoption passing confidence
husky ^7.0.4 -> ^9.0.0 age adoption passing confidence
jest (source) ^27.5.1 -> ^29.0.0 age adoption passing confidence
lint-staged ^13.1.2 -> ^15.0.0 age adoption passing confidence
notistack (source) ^2.0.3 -> ^3.0.0 age adoption passing confidence
prettier (source) ^2.6.2 -> ^3.0.0 age adoption passing confidence
pretty-bytes ^5.6.0 -> ^6.0.0 age adoption passing confidence
react (source) ^17.0.2 -> ^18.0.0 age adoption passing confidence
react-dom (source) ^17.0.2 -> ^18.0.0 age adoption passing confidence
react-redux ^7.2.6 -> ^9.0.0 age adoption passing confidence
redux (source) ^4.1.2 -> ^5.0.0 age adoption passing confidence
sass-loader ^12.6.0 -> ^14.0.0 age adoption passing confidence
source-map-loader ^3.0.1 -> ^5.0.0 age adoption passing confidence
style-loader ^3.3.1 -> ^4.0.0 age adoption passing confidence
stylelint (source) ^15.3.0 -> ^16.0.0 age adoption passing confidence
ts-jest (source) ^27.1.3 -> ^29.0.0 age adoption passing confidence
typescript (source) ^4.9.5 -> ^5.0.0 age adoption passing confidence
uuid ^8.3.2 -> ^9.0.0 age adoption passing confidence
webpack-cli (source) ^4.9.2 -> ^5.0.0 age adoption passing confidence
webpack-dev-server ^4.7.4 -> ^5.0.0 age adoption passing confidence
yarn (source) 3.6.1 -> 4.2.2 age adoption passing confidence

Release Notes

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

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

v18.6.1

Compare Source

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

v18.6.0

Compare Source

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

v18.5.0

Compare Source

Features

18.4.4 (2024-01-04)

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

18.4.3 (2023-11-21)

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

18.4.2 (2023-11-16)

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

18.4.1 (2023-11-12)

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

v18.4.4

Compare Source

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

v18.4.3

Compare Source

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

v18.4.2

Compare Source

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

v18.4.1

Compare Source

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

v18.4.0

Compare Source

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

v18.2.0

Compare Source

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

v18.1.0

Compare Source

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

v18.0.0

Compare Source

BREAKING CHANGES
  • drop node v14 and v16 support

  • chore: remove unused types

  • docs: prepare node update and new release

  • chore!: minimum TS version v5

  • drop TS v4 support

  • ci: remove node v14/16 checks

  • chore: adjust node types to minimal supported version

  • chore!: further major versions of other deps

  • upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom,

  • docs: simplify releases and remove roadmap

17.8.1 (2023-10-20)

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

v17.8.1

Compare Source

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

v17.8.0

Compare Source

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

17.7.2 (2023-09-28)

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

17.7.1 (2023-08-10)

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

v17.7.2

Compare Source

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

v17.7.1

Compare Source

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

v17.7.0

Compare Source

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

17.6.7 (2023-07-19)

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

17.6.6 (2023-06-24)

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

17.6.5 (2023-05-30)

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

17.6.3 (2023-05-04)

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

17.6.1 (2023-04-14)

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

v17.6.7

Compare Source

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

v17.6.6

Compare Source

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

v17.6.5

Compare Source

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

v17.6.3

Compare Source

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

v17.6.1

Compare Source

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

v17.6.0

Compare Source

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

17.5.1 (2023-03-28)

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

v17.5.1

Compare Source

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

v17.5.0

Compare Source

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

17.4.4 (2023-02-17)

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

17.4.3 (2023-02-13)

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

17.4.2 (2023-01-12)

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

17.4.1 (2023-01-09)

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

v17.4.4

Compare Source

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

v17.4.3

Compare Source

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

v17.4.2

Compare Source

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

v17.4.1

Compare Source

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

v17.4.0

Compare Source

Bug Fixes

v17.3.0

Compare Source

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

v17.2.0

Compare Source

Features

17.1.2 (2022-08-29)

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

17.1.1 (2022-08-27)

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

v17.1.2

Compare Source

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

v17.1.1

Compare Source

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

v17.1.0

[Compare Source](https://togithub.com/conventional-changelog/commitl


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.

👻 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added breaking dependencies Pull requests that update a dependency file labels Sep 24, 2022
@github-actions
Copy link

github-actions bot commented Sep 24, 2022

Coverage report

Multiple errors occurred

 1 | Error: The process '/usr/local/bin/yarn' failed with exit code 1
 2 | Coverage output file not found. (file "report.json" not found)
 3 | Getting code coverage data failed.
St.
Category Percentage Covered / Total
🟢 Statements 100% 0/0
🟢 Branches 100% 0/0
🟢 Functions 100% 0/0
🟢 Lines 100% 0/0

Test suite run failed

Failed tests: 0/0. Failed suites: 1/1.
  ● Test suite failed to run

    ReferenceError: chrome is not defined

       7 |
       8 | /** @see chrome.action.setBadgeText */
    >  9 | export const setBadgeText = chrome?.action?.setBadgeText;
         |                             ^
      10 |
      11 | /** @see chrome.action.setTitle */
      12 | export const setTitle = chrome?.action?.setTitle;

      at Object.<anonymous> (src/utils/chrome/chrome.utils.ts:9:29)
      at Object.<anonymous> (src/utils/chrome/index.ts:1:1)
      at Object.<anonymous> (src/utils/index.ts:3:1)
      at Object.<anonymous> (src/models/download.model.ts:4:1)
      at Object.<anonymous> (src/models/index.ts:2:1)
      at Object.<anonymous> (src/components/common/material/material-icon.spec.tsx:4:1)
      at TestScheduler.scheduleTests (node_modules/@jest/core/build/TestScheduler.js:333:13)
      at runJest (node_modules/@jest/core/build/runJest.js:404:19)
      at _run10000 (node_modules/@jest/core/build/cli/index.js:320:7)
      at runCLI (node_modules/@jest/core/build/cli/index.js:173:3)

Report generated by 🧪jest coverage report action from 66227eb

@renovate renovate bot force-pushed the renovate/major-all-major branch 2 times, most recently from 66d2305 to e37b196 Compare October 20, 2022 14:30
@renovate renovate bot force-pushed the renovate/major-all-major branch 2 times, most recently from 92ea4fe to f8f1548 Compare October 27, 2022 15:31
@renovate renovate bot force-pushed the renovate/major-all-major branch 3 times, most recently from 258ce27 to 34fc42f Compare November 15, 2022 13:52
@renovate renovate bot force-pushed the renovate/major-all-major branch 2 times, most recently from 5c1dae0 to a624812 Compare November 23, 2022 21:36
@renovate renovate bot force-pushed the renovate/major-all-major branch 2 times, most recently from b43bf22 to 5713b9b Compare November 29, 2022 21:10
@renovate renovate bot force-pushed the renovate/major-all-major branch 2 times, most recently from 91edae1 to f89064d Compare December 12, 2022 18:37
@renovate renovate bot changed the title chore(deps): update all major dependencies (major) Update all major dependencies (major) Dec 17, 2022
@renovate renovate bot changed the title Update all major dependencies (major) chore(deps): update all major dependencies (major) Dec 17, 2022
@renovate renovate bot force-pushed the renovate/major-all-major branch 2 times, most recently from d569e9c to 8b13dc1 Compare December 21, 2022 13:48
@renovate renovate bot force-pushed the renovate/major-all-major branch 2 times, most recently from 2285b97 to 98472f9 Compare January 11, 2023 10:48
@renovate renovate bot force-pushed the renovate/major-all-major branch 2 times, most recently from 9962e55 to 9fedb79 Compare January 24, 2023 05:29
@renovate renovate bot force-pushed the renovate/major-all-major branch 2 times, most recently from 9417677 to 694b14a Compare February 4, 2023 04:20
@renovate renovate bot force-pushed the renovate/major-all-major branch 3 times, most recently from b048b63 to 1ce2bf9 Compare February 18, 2023 10:15
@renovate renovate bot force-pushed the renovate/major-all-major branch 5 times, most recently from 8b2a2e9 to 94da982 Compare December 10, 2023 13:07
@renovate renovate bot force-pushed the renovate/major-all-major branch from 94da982 to 2946cc3 Compare January 2, 2024 01:24
@renovate renovate bot force-pushed the renovate/major-all-major branch 4 times, most recently from 6d13c1f to 4be349a Compare January 16, 2024 16:47
@renovate renovate bot force-pushed the renovate/major-all-major branch 2 times, most recently from 959fe10 to ca6c640 Compare January 30, 2024 18:41
@renovate renovate bot force-pushed the renovate/major-all-major branch 2 times, most recently from 4de2818 to e0c411a Compare March 5, 2024 01:28
@renovate renovate bot force-pushed the renovate/major-all-major branch 4 times, most recently from acdf92a to 3c20743 Compare March 26, 2024 23:26
@renovate renovate bot force-pushed the renovate/major-all-major branch 7 times, most recently from 36d8f3f to 68fe9db Compare April 10, 2024 17:00
@renovate renovate bot force-pushed the renovate/major-all-major branch from 68fe9db to 11e7492 Compare May 2, 2024 18:33
@renovate renovate bot force-pushed the renovate/major-all-major branch from 11e7492 to cf94e65 Compare May 8, 2024 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants