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 dependencies #465

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

chore(deps): update all dependencies #465

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@commitlint/cli (source) 18.4.3 -> 19.3.0 age adoption passing confidence devDependencies major
@commitlint/config-conventional (source) 18.4.3 -> 19.2.2 age adoption passing confidence devDependencies major
@swc/core (source) 1.3.102 -> 1.6.7 age adoption passing confidence devDependencies minor
@types/node (source) 18.19.4 -> 20.14.9 age adoption passing confidence devDependencies major
@types/semver (source) 7.5.6 -> 7.5.8 age adoption passing confidence devDependencies patch
@vitest/coverage-v8 (source) 1.1.1 -> 1.6.0 age adoption passing confidence devDependencies minor
actions/cache v3 -> v4 age adoption passing confidence action major
ajv (source) 8.12.0 -> 8.16.0 age adoption passing confidence dependencies minor
debug 4.3.4 -> 4.3.5 age adoption passing confidence dependencies patch
execa 8.0.1 -> 9.3.0 age adoption passing confidence devDependencies major
husky 8.0.3 -> 9.0.11 age adoption passing confidence devDependencies major
lint-staged 15.2.0 -> 15.2.7 age adoption passing confidence devDependencies patch
listr2 8.0.1 -> 8.2.3 age adoption passing confidence dependencies minor
prettier (source) 3.1.1 -> 3.3.2 age adoption passing confidence devDependencies minor
rimraf 5.0.5 -> 5.0.7 age adoption passing confidence devDependencies patch
semver 7.5.4 -> 7.6.2 age adoption passing confidence dependencies minor
sort-package-json 2.6.0 -> 2.10.0 age adoption passing confidence dependencies minor
tslib (source) 2.6.2 -> 2.6.3 age adoption passing confidence devDependencies patch
tsup (source) 8.0.1 -> 8.1.0 age adoption passing confidence devDependencies minor
typescript (source) 5.3.3 -> 5.5.3 age adoption passing confidence devDependencies minor
vitest (source) 1.1.1 -> 1.6.0 age adoption passing confidence devDependencies minor

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

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

swc-project/swc (@​swc/core)

v1.6.7

Compare Source

Bug Fixes
Documentation
  • Use @swc/counter for 3rd-party download count (026ff7e)
Features
Performance
Refactor
  • (es/typescript) Extract type annotation proposal out (#​9127) (dfee5f8)
Testing
Build

v1.6.6

Compare Source

Bug Fixes
Performance

v1.6.5

Compare Source

v1.6.4

Compare Source

Features
Miscellaneous Tasks
Performance
Refactor

v1.6.3

Compare Source

Bug Fixes
Performance
Refactor

v1.6.1

Compare Source

Bug Fixes
Performance

v1.6.0

Compare Source

Features
Performance
Refactor
Testing

v1.5.29

Compare Source

Bug Fixes
Performance

v1.5.28

Compare Source

Bug Fixes

v1.5.27

Compare Source

v1.5.25

Compare Source

Bug Fixes
Features
Performance

v1.5.24

Compare Source

v1.5.23

Compare Source

Bug Fixes

v1.5.22

Compare Source

v1.5.20

Compare Source

v1.5.19

Compare Source

v1.5.11

Compare Source

v1.5.7

Compare Source

Documentation

v1.5.6

Compare Source

Bug Fixes

v1.5.5

Compare Source

Bug Fixes
Refactor

v1.5.3

Compare Source

v1.5.2

Compare Source

v1.5.1

Compare Source

Bug Fixes
  • (es/decorator) Support for legacy decorators in class expressions (#​8892) (8fe57ad)

  • (es/helpers) Remove unused export from _using_ctx.js (#​8891) (438d0b3)

  • (es/minifier) Do not add vars if eval exists (#​8888) (be359fa)

v1.5.0

Compare Source

Bug Fixes
Features

v1.4.17

Compare Source

Bug Fixes

v1.4.16

Compare Source

Bug F

Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), 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 the dependencies label Jan 1, 2024
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v20 chore(deps): update all dependencies Jan 4, 2024
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 0874375 to 6a42eb8 Compare January 11, 2024 07:48
@renovate renovate bot force-pushed the renovate/all branch 10 times, most recently from 8608075 to 8b2ee46 Compare January 17, 2024 20:25
@renovate renovate bot force-pushed the renovate/all branch 11 times, most recently from bdc8c05 to cedf85e Compare January 27, 2024 21:13
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from d2a7933 to 4332928 Compare June 11, 2024 18:23
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from 6b49323 to 73fd023 Compare June 19, 2024 17:12
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from 675f6a1 to 4d6ff73 Compare June 26, 2024 01:42
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from d9b68f1 to b59b1f9 Compare July 1, 2024 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants