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 major dependency bump (major) #169

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@commitlint/cli (source) ^17.0.0 -> ^19.0.0 age adoption passing confidence devDependencies major
@commitlint/config-conventional (source) ^17.0.0 -> ^19.0.0 age adoption passing confidence devDependencies major
@savvywombat/tailwindcss-grid-areas ^3.1.0 -> ^4.0.0 age adoption passing confidence devDependencies major
@vue-storefront/eslint-config (source) ~2.0.0-rc.7 -> ~3.1.0 age adoption passing confidence devDependencies major
@​vue-storefront/middleware 3.5.1 -> 4.0.1 age adoption passing confidence dependencies major
@​vue-storefront/sdk ^1.0.1 -> ^3.0.0 age adoption passing confidence dependencies major
@​vue-storefront/unified-data-model ^0.6.0 -> ^1.0.0 age adoption passing confidence devDependencies major
actions/setup-node v3 -> v4 age adoption passing confidence action major
actions/upload-artifact v3 -> v4 age adoption passing confidence action major
cypress (source) 12.12.0 -> 13.11.0 age adoption passing confidence devDependencies major
cypress-wait-until ^2.0.0 -> ^3.0.0 age adoption passing confidence devDependencies major
happy-dom ^12.0.0 -> ^14.0.0 age adoption passing confidence devDependencies major
husky ^8.0.0 -> ^9.0.0 age adoption passing confidence devDependencies major
lint-staged ^14.0.0 -> ^15.0.0 age adoption passing confidence devDependencies major
rollup (source) ^3.0.0 -> ^4.0.0 age adoption passing confidence devDependencies major
stefanzweifel/git-auto-commit-action v4 -> v5 age adoption passing confidence action major
turbo (source) 1.10.13 -> 2.0.1 age adoption passing confidence devDependencies major
vue-tsc (source) ^1.8.6 -> ^2.0.0 age adoption passing confidence devDependencies major
yarn (source) 3.6.4 -> 4.2.2 age adoption passing confidence packageManager major

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

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

v17.7.2

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

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

savvywombat/tailwindcss-grid-areas (@​savvywombat/tailwindcss-grid-areas)

v4.0.0

Compare Source

  • Removed lodash dependency
  • Bumped supported/tested version of Node
vuestorefront/vue-storefront (@​vue-storefront/eslint-config)

v3.1.1

Compare Source

Patch Changes
  • [FIXED] - Eslint plugin installation error

v3.1.0

Compare Source

Minor Changes

[ADDED] Eslint rules for Next.js v14

v3.0.0

Compare Source

Major Changes
  • [CHANGED] Changed minimum Node version from 16 to 18. The condition that was forcing the Node version to be lower than 19 is also removed.

v2.0.0

Compare Source

Patch Changes
  • [REMOVED] Plugin "eslint-plugin-no-unsanitized" was removed due to a license that was noncompliant with our Open Source Guidelines
actions/setup-node (actions/setup-node)

v4

Compare Source

actions/upload-artifact (actions/upload-artifact)

v4

Compare Source

cypress-io/cypress (cypress)

v13.11.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-11-0

v13.10.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-10-0

v13.9.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-9-0

v13.8.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-8-1

v13.8.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-8-0

v13.7.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-3

v13.7.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-2

v13.7.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-1

v13.7.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-0

v13.6.6

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-6

v13.6.5

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-5

v13.6.4

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-4

v13.6.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-3

v13.6.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-2

v13.6.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-1

v13.6.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-0

v13.5.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-5-1

v13.5.0: v.13.5.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-5-0

v13.4.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-4-0

v13.3.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-3-3

v13.3.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-3-2

v13.3.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-3-1

v13.3.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-3-0

v13.2.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-2-0

v13.1.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-1-0

v13.0.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-0-0

v12.17.4

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-4

v12.17.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-3

v12.17.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-2

v12.17.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-1

v12.17.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-0

v12.16.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-16-0

v12.15.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-15-0

v12.14.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-14-0

v12.13.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-13-0

NoriSte/cypress-wait-until (cypress-wait-until)

v3.0.1

Compare Source

Bug Fixes

v3.0.0

Compare Source

BREAKING CHANGES
  • TypeScript tests could now throw because of operations made on the value returned
    by checkFunction (passed to cy.waitUntil). The type was previously undefined while now reflecting
    the type returned by checkFunction.
capricorn86/happy-dom (happy-dom)

v14.12.0

Compare Source

v14.11.4

Compare Source

v14.11.3

Compare Source

v14.11.2

Compare Source

v14.11.1

Compare Source

v14.11.0

Compare Source

🎨 Features

v14.10.3

Compare Source

👷‍♂️ Patch fixes
  • Adds check for if Window and MutationObserver has been destroyed when triggering listeners - By @​capricorn86 in task #​1436

v14.10.2

Compare Source

👷‍♂️ Patch fixes
  • HTMLAnchorElement, HTMLButtonElement, HTMLInputElement and HTMLLabelElement checked that click events triggering native behavior was of type PointerEvent, but should check that they are of type MouseEvent - By @​capricorn86 in task #​1397

v14.10.1

Compare Source

v14.10.0

Compare Source

🎨 Features
  • Adds support for Document.elementFromPoint() - By @​TreyVigus in task #​1400
    • The method will always return null as Happy DOM doesn't support rendering and can't calculate an element's position based on where it is rendered

v14.9.0

Compare Source

v14.8.3

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue related to Element.insertBefore() not removing comment node from previous ancestor - By @​mdafanasev in task #​1406

v14.8.2

Compare Source

v14.8.1

Compare Source

v14.8.0

Compare Source

🎨 Features

v14.7.1

Compare Source

👷‍♂️ Patch fixes

v14.7.0

Compare Source

[v14.6.2](https://togi


Configuration

📅 Schedule: Branch creation - "before 5am on Monday" in timezone Europe/Warsaw, 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 a team as a code owner October 30, 2023 03:13
@renovate renovate bot force-pushed the deps/major-all-major branch 5 times, most recently from 0d74f8f to 5025b50 Compare November 6, 2023 13:18
@renovate renovate bot force-pushed the deps/major-all-major branch 4 times, most recently from c6280e4 to c60c1c6 Compare November 14, 2023 22:46
Copy link

sonarcloud bot commented Nov 14, 2023

[storefront-nuxt3-boilerplate_server] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot force-pushed the deps/major-all-major branch 3 times, most recently from 426f499 to da0f258 Compare December 5, 2023 19:40
@renovate renovate bot force-pushed the deps/major-all-major branch 2 times, most recently from 9cd8d00 to ee74f10 Compare January 2, 2024 13:54
@renovate renovate bot force-pushed the deps/major-all-major branch 2 times, most recently from 7911207 to 113ba61 Compare January 16, 2024 23:08
@renovate renovate bot force-pushed the deps/major-all-major branch 2 times, most recently from a88d776 to fd1ecbf Compare January 25, 2024 04:57
@renovate renovate bot force-pushed the deps/major-all-major branch 3 times, most recently from 6515f71 to 0f89408 Compare February 27, 2024 13:00
@renovate renovate bot force-pushed the deps/major-all-major branch 2 times, most recently from 7933470 to 5536b29 Compare March 5, 2024 01:34
@renovate renovate bot force-pushed the deps/major-all-major branch 2 times, most recently from 144b929 to e27e113 Compare March 19, 2024 01:26
@renovate renovate bot force-pushed the deps/major-all-major branch 3 times, most recently from 2562fdc to b30de2e Compare April 25, 2024 12:00
@renovate renovate bot force-pushed the deps/major-all-major branch 3 times, most recently from 910e84e to e089957 Compare May 8, 2024 20:07
@renovate renovate bot force-pushed the deps/major-all-major branch 3 times, most recently from e4d13ba to c5a3a26 Compare May 24, 2024 14:34
@renovate renovate bot force-pushed the deps/major-all-major branch 2 times, most recently from c20eba0 to 8c058ea Compare June 4, 2024 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants