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

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 17.8.1 -> 19.6.0 age adoption passing confidence
@commitlint/config-conventional (source) 17.8.1 -> 19.6.0 age adoption passing confidence
@release-it/conventional-changelog 5.1.1 -> 9.0.3 age adoption passing confidence
release-it 15.11.0 -> 17.10.0 age adoption passing confidence

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

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

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)

v9.0.3

Compare Source

v9.0.2

Compare Source

v9.0.1

Compare Source

  • Update dependencies (6059558)
  • fix: Allow whatBump to return undefined to skip versioning (#​102) (3301fbe)

v9.0.0

Compare Source

v8.0.2

Compare Source

  • Add Node.js 22 to test matrix in CI (619c01c)
  • Upgrade dependencies (e73df9b)

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

Compare Source

  • Add error handling for gitlab requests + release url (312fd8b)
  • Add proper Content-Type header to fetch requests (#​1166) (04bd34c)

v17.9.0

Compare Source

v17.8.2

Compare Source

  • Revert "Fix up other tests" (e19bcd8)
  • discussion_category_name = undefined (9225077)

v17.8.1

Compare Source

  • Fix up other tests (d8f903e)
  • Fix up discussion_category_name (5716681)

v17.8.0

Compare Source

v17.7.0

Compare Source

v17.6.0

Compare Source

  • Update dependencies (517ac8c)
  • Replace eslint-plugin-import with eslint-plugin-import-x (5828326)
  • feat: add secure flag to gitlab config (#​1129) (7a3ce98)

v17.5.0

Compare Source

  • Add flag --preReleaseBase=1 to use prelease base 1 (resolves #​1128) (6570068)

v17.4.2

Compare Source

v17.4.1

Compare Source

v17.4.0

Compare Source

v17.3.0

Compare Source

v17.2.1

Compare Source

  • Update some dependencies (bb23771)
  • Exit without error message when requireCommits is true but requireCommitsFail is false and no commits are available (#​1101) (cce35f3)

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


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

@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 from 6e0ad3f to 293afc0 Compare July 28, 2024 22:29
@renovate renovate bot force-pushed the renovate/major-release-related-tools branch from 293afc0 to c707081 Compare August 7, 2024 09:32
@renovate renovate bot force-pushed the renovate/major-release-related-tools branch 2 times, most recently from c933a6f to 75df97c Compare August 20, 2024 20:03
@renovate renovate bot force-pushed the renovate/major-release-related-tools branch 3 times, most recently from 2722b48 to 2d135c2 Compare September 3, 2024 09:48
@renovate renovate bot force-pushed the renovate/major-release-related-tools branch 3 times, most recently from 82700cd to be98af2 Compare September 16, 2024 19:34
@renovate renovate bot force-pushed the renovate/major-release-related-tools branch 4 times, most recently from 9dfae18 to 7a1a6da Compare October 4, 2024 10:50
@renovate renovate bot force-pushed the renovate/major-release-related-tools branch 4 times, most recently from 47becdf to 62403da Compare October 16, 2024 09:43
@renovate renovate bot force-pushed the renovate/major-release-related-tools branch 2 times, most recently from 6b63208 to 38779e6 Compare October 22, 2024 19:16
@renovate renovate bot force-pushed the renovate/major-release-related-tools branch from 38779e6 to 170ca7c Compare October 29, 2024 09:21
@renovate renovate bot force-pushed the renovate/major-release-related-tools branch from 170ca7c to 4329e6e Compare November 11, 2024 22:54
@renovate renovate bot force-pushed the renovate/major-release-related-tools branch from 4329e6e to f9e339a Compare November 19, 2024 12:53
@renovate renovate bot changed the title chore(deps): update release-related tools (major) chore(deps): update release-related tools (major) - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/major-release-related-tools branch December 8, 2024 18:59
@renovate renovate bot changed the title chore(deps): update release-related tools (major) - autoclosed chore(deps): update release-related tools (major) Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/major-release-related-tools branch from 59e56f7 to f9e339a Compare December 9, 2024 00:48
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.

0 participants