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 (major) #39

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 27, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 18.4.3 -> 19.5.0 age adoption passing confidence
@commitlint/config-conventional (source) 18.4.3 -> 19.5.0 age adoption passing confidence
@commitlint/cz-commitlint (source) 18.4.3 -> 19.5.0 age adoption passing confidence
@rightcapital/eslint-config-javascript (source) 16.0.1 -> 36.1.1 age adoption passing confidence
@rightcapital/eslint-config-typescript (source) 16.0.1 -> 36.1.1 age adoption passing confidence
@rightcapital/prettier-config (source) 6.0.8 -> 7.1.7 age adoption passing confidence
husky 8.0.3 -> 9.1.6 age adoption passing confidence
inquirer (source) 9.2.12 -> 10.2.2 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​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

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

conventional-changelog/commitlint (@​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

v18.6.3

Compare Source

Bug Fixes

Full Changelog: conventional-changelog/commitlint@v18.6.2...v18.6.3

v18.6.2

Compare Source

Bug Fixes

v18.6.1

Compare Source

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

v18.6.0

Compare Source

Features

v18.5.0

Compare Source

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

18.4.4 (2024-01-04)

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

18.4.3 (2023-11-21)

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

18.4.2 (2023-11-16)

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

v18.4.4

Compare Source

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

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

v19.5.0

Compare Source

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

v19.4.0

Compare Source

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

v19.2.0

Compare Source

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

v19.1.0

Compare Source

Bug Fixes
Features

19.0.3 (2024-02-28)

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

19.0.2 (2024-02-28)

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

19.0.1 (2024-02-27)

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

v19.0.3

Compare Source

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

v19.0.2

Compare Source

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

v19.0.1

Compare Source

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

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/cz-commitlint

v18.6.1

Compare Source

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

v18.6.0

Compare Source

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

v18.5.0

Compare Source

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

18.4.4 (2024-01-04)

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

18.4.3 (2023-11-21)

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

18.4.2 (2023-11-16)

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

18.4.1 (2023-11-12)

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

v18.4.4

Compare Source

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

RightCapitalHQ/frontend-style-guide (@​rightcapital/eslint-config-javascript)

v36.1.1

Compare Source

Patches
  • fix(deps): update dependencies (non-major) (d39d5a4)

v36.1.0

Compare Source

v36.0.0

Compare Source

Major changes
  • fix(deps): update eslint rule and plugin updates (9836fa1)

v35.0.0

Compare Source

v34.1.1

Compare Source

Patches
  • chore(deps): update pnpm to v9.6.0 (4e6d77f)

v34.1.0

Compare Source

v34.0.0

Compare Source

v33.0.1

Compare Source

Patches
  • fix(deps): update dependencies (non-major) (c3609db)

v33.0.0

Compare Source

Major changes
  • feat: remove unnecessary rules, migrate deprecated rules and tweak configs (e164a1e)

v32.0.2

Compare Source

v32.0.1

Compare Source

v32.0.0

Compare Source

v31.0.0

Compare Source

v30.0.0

Compare Source

v29.0.0

Compare Source

v28.0.2

Compare Source

v28.0.1

Compare Source

Patches
  • fix(deps): update dependencies (non-major) (99f3128)

v28.0.0

Compare Source

v27.0.0

Compare Source

v26.0.1

Compare Source

Patches
  • fix(deps): update dependencies (non-major) (c3adf41)

v26.0.0

Compare Source

Major changes
  • feat: enhance multiple rules for better consistency (cea895e)

v25.1.1

Compare Source

Patches
  • fix(deps): update dependencies (non-major) (3396d79)

v25.1.0

Compare Source

Minor changes
  • feat: add types to packages (4a977ee)

v25.0.0

Compare Source

v24.0.0

Compare Source

Major changes
  • fix(deps): update eslint rule and plugin updates (12116ea)

v23.0.0

Compare Source

v22.1.2

Compare Source

Patches
  • fix(deps): update dependencies (non-major) (491ecdd)

v22.1.1

Compare Source

Patches
  • fix(deps): update dependencies (non-major) (cff58b9)

v22.1.0

Compare Source

v22.0.2

Compare Source

Patches
  • chore(deps): update pnpm to v9 (f553292)

v22.0.1

Compare Source

Thu, 11 Apr 2024 02:57:31 GMT

22.0.1 (2024-4-11)
  • fix(deps): update dependencies (non-major) (1df49a6)

v22.0.0

Compare Source

Thu, 11 Apr 2024 02:47:15 GMT

v21.0.0

Compare Source

Thu, 28 Mar 2024 02:58:31 GMT

v20.1.2

Compare Source

v20.1.1

Compare Source

Tue, 19 Mar 2024 01:43:17 GMT

20.1.1 (2024-3-19)
  • fix(deps): update dependencies (non-major) (b045435)

v20.1.0

Compare Source

v20.0.0

Compare Source

v19.0.2

Compare Source

Mon, 26 Feb 2024 05:50:35 GMT

19.0.2 (2024-2-26)
  • fix(deps): update dependencies (non-major) (7f2eb99)

v19.0.1

Compare Source

Sun, 18 Feb 2024 02:27:42 GMT

19.0.1 (2024-2-18)
  • fix(deps): update dependencies (non-major) (4f884d7)

v19.0.0

Compare Source

Tue, 30 Jan 2024 05:55:09 GMT

v18.0.1

Compare Source

Tue, 30 Jan 2024 03:43:18 GMT

18.0.1 (2024-1-30)
  • fix(deps): update dependencies (non-major) (daddd15)

v18.0.0

Compare Source

Tue, 23 Jan 2024 03:19:49 GMT

v17.0.3

Compare Source

Tue, 23 Jan 2024 02:25:14 GMT

17.0.3 (2024-1-23)
  • chore(deps): update pnpm to v8.14.2 (918c627)

v17.0.2

Compare Source

Thu, 11 Jan 2024 03:12:31 GMT

17.0.2 (2024-1-11)
  • fix(deps): update dependencies (non-major) (7dd1713)

v17.0.1

[Compare Source](https://redirect.github.com/RightCapitalHQ/frontend-style-guide/compare/@rightcapital/eslint-config-javascript_v17.0.0...@rightcapital/eslint-confi


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Change in project dependencies. label Dec 27, 2023
@renovate renovate bot assigned rainx Dec 27, 2023
@renovate renovate bot requested a review from rainx December 27, 2023 11:08
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch 2 times, most recently from 03d8f07 to dabd746 Compare January 11, 2024 04:56
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch from dabd746 to 121d542 Compare January 23, 2024 03:26
@renovate renovate bot changed the title chore(deps): update devdependencies to v17 (major) chore(deps): update devdependencies to v18 (major) Jan 23, 2024
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch from 121d542 to c69abb7 Compare January 25, 2024 03:38
@renovate renovate bot changed the title chore(deps): update devdependencies to v18 (major) chore(deps): update devdependencies (major) Jan 25, 2024
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch 6 times, most recently from f5f4c4f to 7cff6da Compare January 30, 2024 07:07
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch from 7cff6da to c1862ef Compare February 2, 2024 14:53
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch 2 times, most recently from dae45d4 to 0e46083 Compare February 18, 2024 03:17
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch 6 times, most recently from 177ed1b to 1a41331 Compare February 28, 2024 13:13
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch 3 times, most recently from 04df957 to 29315f3 Compare March 15, 2024 04:13
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch 3 times, most recently from d9ff1ee to c121971 Compare March 25, 2024 04:43
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch 6 times, most recently from fa8969c to 54c9b4b Compare July 25, 2024 13:12
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch 6 times, most recently from e097d3f to c9b40c2 Compare July 31, 2024 01:47
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch 4 times, most recently from f83958b to c0bc21f Compare August 7, 2024 12:06
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch 2 times, most recently from 0aa7666 to 0cf70f1 Compare August 13, 2024 09:08
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch 2 times, most recently from cbf58d9 to c0e4c26 Compare August 26, 2024 03:36
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch 3 times, most recently from 54385c8 to 571f35b Compare September 3, 2024 02:08
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch from 571f35b to b5e3728 Compare September 7, 2024 02:24
Copy link
Contributor Author

renovate bot commented Sep 7, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: undefined
Post-upgrade command 'npx beachball change --no-fetch --no-commit --type none --message '{{{commitMessage}}}'' has not been added to the allowed list in allowedPostUpgradeCommands

@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch 3 times, most recently from 92ece2f to 35bf297 Compare September 12, 2024 01:11
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch from 35bf297 to cfabdd8 Compare September 12, 2024 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Change in project dependencies.
Development

Successfully merging this pull request may close these issues.

1 participant