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.6.1 age adoption passing confidence
@commitlint/config-conventional (source) 18.4.3 -> 19.6.0 age adoption passing confidence
@commitlint/cz-commitlint (source) 18.4.3 -> 19.6.1 age adoption passing confidence
@rightcapital/eslint-config (source) 38.0.0 -> 40.0.1 age adoption passing confidence
@rightcapital/prettier-config (source) 6.0.8 -> 7.1.11 age adoption passing confidence
@types/node (source) 20.10.5 -> 22.10.2 age adoption passing confidence
husky 8.0.3 -> 9.1.7 age adoption passing confidence
inquirer (source) 9.2.12 -> 12.3.0 age adoption passing confidence

Release Notes

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

v19.6.1

Compare Source

Note: Version bump only for package @​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

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

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.6.1

Compare Source

Note: Version bump only for package @​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)

v40.0.1

Compare Source

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

v40.0.0

Compare Source

Major changes
  • feat(eslint-config): add @typescript-eslint/consistent-type-definitions rule (95ff644)

v39.0.1

Compare Source

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

v39.0.0

Compare Source

Major changes
  • fix(deps): update eslint rule and plugin updates (50fce2e)

v38.0.1

Compare Source

Patches
  • fix(deps): update dependencies (non-major) (b1d750e)
RightCapitalHQ/frontend-style-guide (@​rightcapital/prettier-config)

v7.1.11

Compare Source

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

v7.1.10

Compare Source

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

v7.1.9

Compare Source

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

v7.1.8

Compare Source

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

v7.1.7

Compare Source

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

v7.1.6

Compare Source

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

v7.1.5

Compare Source

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

v7.1.4

Compare Source

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

v7.1.3

Compare Source

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

v7.1.2

Compare Source

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

v7.1.1

Compare Source

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

v7.1.0

Compare Source

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

v7.0.4

Compare Source

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

v7.0.3

Compare Source

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

v7.0.2

Compare Source

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

v7.0.1

Compare Source

Thu, 25 Apr 2024 05:29:31 GMT

7.0.1 (2024-4-25)
  • fix(deps): pin dependency prettier-plugin-packagejson to 2.5.0 (a3a7202)

v7.0.0

Compare Source

Tue, 16 Apr 2024 01:58:14 GMT

v6.0.16

Compare Source

Thu, 11 Apr 2024 02:57:31 GMT

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

v6.0.15

Compare Source

Tue, 19 Mar 2024 01:43:17 GMT

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

v6.0.14

Compare Source

Mon, 26 Feb 2024 05:50:35 GMT

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

v6.0.13

Compare Source

Sun, 18 Feb 2024 02:27:42 GMT

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

v6.0.12

Compare Source

Tue, 30 Jan 2024 03:43:18 GMT

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

v6.0.11

Compare Source

Tue, 23 Jan 2024 02:25:14 GMT

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

v6.0.10

Compare Source

Thu, 11 Jan 2024 03:12:31 GMT

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

v6.0.9

Compare Source

Thu, 04 Jan 2024 05:17:02 GMT

6.0.9 (2024-1-4)
  • fix(deps): update dependencies (non-major) (a092881)
typicode/husky (husky)

v9.1.7

Compare Source

v9.1.6

Compare Source

v9.1.5

Compare Source

v9.1.4

Compare Source

v9.1.3

Compare Source

  • fix: better handle space in PATH

v9.1.2

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

Super saiyan god dog! It's over 9.0.0!

There's a bug with this release which prevents the deprecation notice to appear and requires to remove #!/usr/bin/env sh and . "$(dirname -- "$0")/_/husky.sh" (which are deprecated by the way). I'll publish a new version to fix that. Sorry about any inconvenience.

What's new

You can now run package commands directly, no need for npx or equivalents.
It makes writing hooks more intuitive and is also slightly faster 🐺⚡️

### .husky/pre-commit
- npx jest
+ jest # ~0.2s faster

A new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it.

### .husky/pre-commit
prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown
git update-index --again

For more advanced use cases, see lint-staged.

Fixes

  • bunx husky init command
  • Workaround for some hooks implementation on Windows 🤷

Deprecations

  • Remove #!/usr/bin/env sh and . "$(dirname -- "$0")/_/husky.sh" from your hooks
  • Move your code from ~/.huskyrc to .config/husky/init.sh

Support for these will be removed in v10, notices have been added.

Friendly reminder

If Git hooks don't fit your workflow, you can disable Husky globally. Just add export HUSKY=0 to .config/husky/init.sh.

I've seen some confusion about this on X, so just a heads-up!

Sponsoring

Husky is downloaded over 45M times per month and used by ~1.5M projects. If your company wants to sponsor, you can do so here: GitHub Sponsors.

**Have a nice summer ☀️ I'm open to new opportunities/cons


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 7 times, most recently from 6f709eb to 3afad43 Compare November 5, 2024 04:40
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch 2 times, most recently from aa13643 to dd8665d Compare November 18, 2024 18:17
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch 6 times, most recently from 3749609 to 28cdfbe Compare November 26, 2024 05:36
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch 2 times, most recently from 26c59a5 to 4779d71 Compare November 28, 2024 10:03
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch from 4779d71 to 7a1dbfd Compare December 7, 2024 19:57
@renovate renovate bot changed the title chore(deps): update devdependencies (major) chore(deps): update devdependencies (major) - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/major-auto-merge-dev-dependencies-updates branch December 8, 2024 18:41
@renovate renovate bot changed the title chore(deps): update devdependencies (major) - autoclosed chore(deps): update devdependencies (major) Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch 3 times, most recently from dbff891 to bc1bff6 Compare December 15, 2024 16:00
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch 2 times, most recently from d8a5e45 to f7f0a85 Compare December 20, 2024 23:40
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch from f7f0a85 to afc0e67 Compare December 23, 2024 01:56
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