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) #11

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@anolilab/eslint-config (source) ^14.0.19 -> ^15.0.3 age adoption passing confidence
@anolilab/semantic-release-preset (source) ^8.0.0 -> ^9.0.0 age adoption passing confidence
@commitlint/cli (source) ^17.7.2 -> ^19.3.0 age adoption passing confidence
@commitlint/config-conventional (source) ^17.7.0 -> ^19.2.2 age adoption passing confidence
@secretlint/secretlint-rule-preset-recommend (source) ^7.0.7 -> ^8.2.4 age adoption passing confidence
@​types/find-cache-dir ^3.2.1 -> ^5.0.0 age adoption passing confidence
@​types/parse5 ^6.0.3 -> ^7.0.0 age adoption passing confidence
@vitest/coverage-v8 (source) ^0.34.6 -> ^1.6.0 age adoption passing confidence
commitlint (source) ^17.7.2 -> ^19.3.0 age adoption passing confidence
eslint-plugin-deprecation ^2.0.0 -> ^3.0.0 age adoption passing confidence
eslint-plugin-mdx (source) ^2.2.0 -> ^3.1.5 age adoption passing confidence
eslint-plugin-n ^16.1.0 -> ^17.9.0 age adoption passing confidence
husky ^8.0.3 -> ^9.0.11 age adoption passing confidence
lint-staged ^14.0.1 -> ^15.2.7 age adoption passing confidence
read-pkg 8.1.0 -> 9.0.1 age adoption passing confidence
secretlint (source) 7.0.7 -> 8.2.4 age adoption passing confidence
semantic-release ^22.0.5 -> ^24.0.0 age adoption passing confidence
textlint ^13.3.3 -> ^14.0.4 age adoption passing confidence
tsup (source) 7.2.0 -> 8.1.0 age adoption passing confidence

Release Notes

anolilab/javascript-style-guide (@​anolilab/eslint-config)

v15.0.3

Compare Source

Miscellaneous Chores
Dependencies

v15.0.2

Compare Source

Bug Fixes
Dependencies

v15.0.1

Compare Source

Bug Fixes

v15.0.0

Compare Source

⚠ BREAKING CHANGES
  • Disabled core and unicorn regex rules, in favor of regexp plugin
    Signed-off-by: prisis d.bannert@anolilab.de
Features
  • change core and unicorn regex rules to regexp plugin, updated deps, added better type support (53d55c4)
Miscellaneous Chores
Dependencies

v14.0.24

Compare Source

Bug Fixes
  • update readme with new settings (0e9fdff)

v14.0.23

Compare Source

Bug Fixes
  • moved etc/no-deprecated into the etc config and extend the log messages (4229224)

v14.0.22

Compare Source

Bug Fixes
  • disabled etc/no-deprecated if deprecation is used (65276fa)

v14.0.21

Compare Source

Bug Fixes
  • disabled perfectionist/sort-classes on ts files (0103983)

v14.0.20

Compare Source

Bug Fixes
  • disabled perfectionist/sort-named-exports because of simple-import-sort/exports (3baac79)
Miscellaneous Chores
anolilab/semantic-release (@​anolilab/semantic-release-preset)

v9.0.0

Compare Source

⚠ BREAKING CHANGES
  • semantic-release-preset: Upgraded conventional-changelog-conventionalcommits v8, this can be only use with semantic-version 24
Bug Fixes
Dependencies

v8.1.2

Compare Source

Bug Fixes
Dependencies

v8.1.1

Compare Source

Dependencies

v8.1.0

Compare Source

Features
  • moved semantic-release preset, added new presets for yarn and pnpm (#​26) (7c057c4)

v8.0.3

Compare Source

Bug Fixes

v8.0.2

Compare Source

Dependencies

v8.0.1

Compare Source

Bug Fixes
Dependencies
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

v17.8.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.8.0

Compare Source

Note: Version bump only for package @​commitlint/cli

17.7.2 (2023-09-28)

Note: Version bump only for package @​commitlint/cli

17.7.1 (2023-08-10)

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

v17.8.1

Compare Source

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

v17.8.0

Compare Source

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

secretlint/secretlint (@​secretlint/secretlint-rule-preset-recommend)

v8.2.4

Compare Source

What's Changed
Bug Fixes

This release allow to escape glob characters.

secretlint "./app/\(root\)/*"

Also, you not need to escape full path anymore.

secretlint "./app/(root)/test.js"
Documentation
CI
Dependency Updates

Full Changelog: secretlint/secretlint@v8.2.3...v8.2.4

v8.2.3

Compare Source

What's Changed
Bug Fixes
CI

Full Changelog: secretlint/secretlint@v8.2.2...v8.2.3

v8.2.2

Compare Source

What's Changed
Features
CI
Dependency Updates

Full Changelog: secretlint/secretlint@v8.2.1...v8.2.2

v8.2.1

Compare Source

What's Changed
CI
Other Changes

Full Changelog: secretlint/secretlint@v8.2.0...v8.2.1

v8.2.0

Compare Source

What's Changed
Features
Documentation
CI
  • chore: rename secretlint -> lint by @​azu in [https://github.com/secretlint/secretli

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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 requested a review from prisis as a code owner November 13, 2023 02:38
@renovate renovate bot added the c: dependencies Pull requests that adds/updates a dependency label Nov 13, 2023
Copy link
Contributor

github-actions bot commented Nov 13, 2023

Thank you for following the naming conventions! 🙏

@renovate renovate bot force-pushed the renovate/major-devdependencies branch 6 times, most recently from e79d6c1 to 7054e99 Compare November 19, 2023 13:47
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from 599b5c9 to 95b9498 Compare November 21, 2023 14:52
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 6 times, most recently from 1ffb487 to bc9ece0 Compare December 4, 2023 19:02
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from 385410e to f78aea5 Compare December 9, 2023 19:51
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from ae6f607 to 300f569 Compare December 24, 2023 10:36
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from 9b9399b to cedf3fc Compare January 1, 2024 09:20
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 5 times, most recently from 427de21 to 50a5de7 Compare April 15, 2024 09:10
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 6 times, most recently from 564b1e6 to 0e7feb7 Compare April 29, 2024 13:12
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from 3c70cc5 to 5990d18 Compare May 7, 2024 10:49
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from 057c268 to b863e63 Compare May 14, 2024 09:50
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from dd90a88 to 854d93f Compare May 25, 2024 12:37
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from e087831 to aa75a0e Compare June 6, 2024 10:20
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from 7b60d9d to 14b4a9f Compare June 12, 2024 18:43
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 14b4a9f to d0aba36 Compare June 14, 2024 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: dependencies Pull requests that adds/updates a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants