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 release-related tools (major) #233

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 17.8.1 -> 19.3.0 age adoption passing confidence
@commitlint/config-conventional (source) 17.8.1 -> 19.2.2 age adoption passing confidence
@release-it/conventional-changelog 5.1.1 -> 8.0.1 age adoption passing confidence
release-it 15.11.0 -> 17.2.1 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

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

v18.4.3

Compare Source

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

v18.4.2

Compare Source

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

v18.4.0

Compare Source

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

v18.1.0

Compare Source

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

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/config-conventional

release-it/conventional-changelog (@​release-it/conventional-changelog)

v8.0.1

Compare Source

v8.0.0

Compare Source

v7.0.2

Compare Source

  • Upgrade conventional-changelog to 5.1.0 (#​75) (bdd80bd)
  • Fix presetpreset.name in readme (fa034ed)

v7.0.1

Compare Source

  • Explicit preset objects in tests + migrate error message (c4e90e0)
  • Improve readability (c37a7ea)
  • Fix test matrix (50c3155)
  • Update dependencies (3d52b17)
  • Fix test wrt tag suffix/template (b92151f)
  • Fix the parserOpts in the getRecommendedVersion function. (#​64) (a4acfea)

v7.0.0

Compare Source

  • Major bump with release-it v16/Node.js v16 (2f9ca56)

v6.0.0

Compare Source

  • Use GITHUB_TOKEN_RELEASE_IT token (3931967)
  • Update dependencies (1a42811)
  • Add test (related to #​58) (ff9f1aa)
  • Update dependencies (e41e7d3)
  • Add note about not writing a changelog and setting options from CLI (closes #​48) (6166bd8)
release-it/release-it (release-it)

v17.2.1

Compare Source

v17.2.0

Compare Source

v17.1.1

Compare Source

v17.1.0

Compare Source

v17.0.5

Compare Source

  • Fix dependencies for Windows (d5a4c55)

v17.0.4

Compare Source

v17.0.3

Compare Source

  • Fix dependencies for Windows (c7d5ff0)

v17.0.2

Compare Source

v17.0.1

Compare Source

v17.0.0

Compare Source

v16.3.0

Compare Source

v16.2.1

Compare Source

  • Format Markdown (ebe4fbd)
  • Add production mode config for Knip (c1c0f99)
  • Update dependencies (a3d32ae)
  • Fix initial --snapshot latestVersion (f283230)

v16.2.0

Compare Source

v16.1.5

Compare Source

  • Only show url message on Windows (68b91c4)
  • fix: unable to open the browser automatically on Windows system (#​1019) (5069c30)

v16.1.4

Compare Source

  • Replace mock-fs with memfs + fs-monkey (723db6c)
  • Update dependencies (a3da2bf)

v16.1.3

Compare Source

v16.1.2

Compare Source

  • Revert some updates for Node.js 16 compat (a106c83)

v16.1.1

Compare Source

v16.1.0

Compare Source

  • Edit and move new section about getLatestTagFromAllRefs up in docs (a166ab4)
  • Extend test for getLatestTagFromAllRefs to assert default behavior too (930e80a)
  • test: add a test scenario for git.getLatestTagFromAllRefs (fef97c6)
  • feat: add git.getLatestTagFromAllRefs config item to use all refs to determine latest version, not just reachable commits. (8611ef0)
  • docs: update legacy Node comment on readme page (#​1021) (5beacf2)

v16.0.0

Compare Source

  • Add v16 to changelog (2e09260)
  • Add knip to deps/scripts (00220ce)
  • Update dependencies + add lockfile (breaking support for Node.js v14/npm v6) (97c233e)

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

@renovate renovate bot added dependencies Pull requests that update a dependency file MAJOR labels Jul 4, 2023
@renovate renovate bot changed the title chore(deps): update dependency @release-it/conventional-changelog to v6 chore(deps): update release-related tools (major) Jul 5, 2023
@renovate renovate bot force-pushed the renovate/major-release-related-tools branch 5 times, most recently from 1d26132 to 514b41c Compare July 12, 2023 22:45
@renovate renovate bot force-pushed the renovate/major-release-related-tools branch 4 times, most recently from 96e3ba3 to 95e6766 Compare July 20, 2023 12:06
@renovate renovate bot force-pushed the renovate/major-release-related-tools branch 5 times, most recently from 2c4b77b to 43a5747 Compare August 3, 2023 10:10
@renovate renovate bot force-pushed the renovate/major-release-related-tools branch 5 times, most recently from 526e59d to f7860c1 Compare August 13, 2023 23:04
@renovate renovate bot force-pushed the renovate/major-release-related-tools branch 2 times, most recently from 97989c8 to fc5a169 Compare August 19, 2023 02:15
@renovate renovate bot force-pushed the renovate/major-release-related-tools branch from fc5a169 to 2b20867 Compare August 26, 2023 00:31
@renovate renovate bot force-pushed the renovate/major-release-related-tools branch 2 times, most recently from d42b2e9 to e2a3a90 Compare September 9, 2023 00:24
@renovate renovate bot force-pushed the renovate/major-release-related-tools branch 3 times, most recently from f7766ca to 7fa3f8d Compare September 23, 2023 13:46
@renovate renovate bot force-pushed the renovate/major-release-related-tools branch 2 times, most recently from 312cdec to d946439 Compare January 9, 2024 22:41
@renovate renovate bot force-pushed the renovate/major-release-related-tools branch 5 times, most recently from fe8a76c to 19bacd0 Compare January 26, 2024 05:18
@renovate renovate bot force-pushed the renovate/major-release-related-tools branch 5 times, most recently from cf63060 to ba85da1 Compare February 19, 2024 00:36
@renovate renovate bot force-pushed the renovate/major-release-related-tools branch 5 times, most recently from 7f64a93 to 723dfc7 Compare February 28, 2024 13:43
@renovate renovate bot force-pushed the renovate/major-release-related-tools branch 3 times, most recently from 74f5218 to 92baaa7 Compare March 19, 2024 03:37
@renovate renovate bot force-pushed the renovate/major-release-related-tools branch 2 times, most recently from e11a779 to 05957e5 Compare March 20, 2024 22:19
@renovate renovate bot force-pushed the renovate/major-release-related-tools branch 2 times, most recently from 98e24ec to 813257f Compare April 14, 2024 12:29
@renovate renovate bot force-pushed the renovate/major-release-related-tools branch 4 times, most recently from bc86640 to 4b1d5fb Compare April 28, 2024 18:27
@renovate renovate bot force-pushed the renovate/major-release-related-tools branch from 4b1d5fb to 0ce23ad Compare April 29, 2024 21:22
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 MAJOR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants