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 non-major dependencies #17

Merged
merged 1 commit into from
Oct 5, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) ^19.4.1 -> ^19.5.0 age adoption passing confidence
@commitlint/config-conventional (source) ^19.4.1 -> ^19.5.0 age adoption passing confidence
@eslint/js (source) ^9.10.0 -> ^9.12.0 age adoption passing confidence
@release-it/conventional-changelog ^8.0.1 -> ^8.0.2 age adoption passing confidence
@stylistic/eslint-plugin (source) ^2.7.2 -> ^2.8.0 age adoption passing confidence
@types/node (source) ^22.5.4 -> ^22.7.4 age adoption passing confidence
@types/qs (source) ^6.9.15 -> ^6.9.16 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.1.3 -> ^5.1.4 age adoption passing confidence
@vitest/coverage-v8 (source) ^2.0.5 -> ^2.1.2 age adoption passing confidence
@vitest/ui (source) ^2.0.5 -> ^2.1.2 age adoption passing confidence
ant-design-vue (source) ^4.2.3 -> ^4.2.5 age adoption passing confidence
cypress (source) ^13.14.2 -> ^13.15.0 age adoption passing confidence
darkreader (source) ^4.9.89 -> ^4.9.95 age adoption passing confidence
eslint (source) ^9.10.0 -> ^9.12.0 age adoption passing confidence
husky ^9.1.5 -> ^9.1.6 age adoption passing confidence
jsdom ^25.0.0 -> ^25.0.1 age adoption passing confidence
msw (source) ^2.4.4 -> ^2.4.9 age adoption passing confidence
pinia ^2.2.2 -> ^2.2.4 age adoption passing confidence
pnpm (source) 9.9.0 -> 9.12.0 age adoption passing confidence
release-it ^17.6.0 -> ^17.7.0 age adoption passing confidence
rollup (source) ^4.21.2 -> ^4.24.0 age adoption passing confidence
terser (source) ^5.31.6 -> ^5.34.1 age adoption passing confidence
typescript (source) ^5.5.4 -> ^5.6.2 age adoption passing confidence
typescript-eslint (source) ^8.4.0 -> ^8.8.0 age adoption passing confidence
unplugin-auto-import ^0.18.2 -> ^0.18.3 age adoption passing confidence
vite (source) ^5.4.3 -> ^5.4.8 age adoption passing confidence
vitest (source) ^2.0.5 -> ^2.1.2 age adoption passing confidence
vue (source) ^3.5.3 -> ^3.5.11 age adoption passing confidence
vue-router ^4.4.3 -> ^4.4.5 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.5.0

Compare Source

Features

19.4.1 (2024-08-28)

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

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

eslint/eslint (@​eslint/js)

v9.12.0

Compare Source

v9.11.1

Compare Source

Bug Fixes

  • 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#​18938) (Nitin Kumar)
  • 2738322 fix: add missing types for require-atomic-updates rule (#​18937) (Kristóf Poduszló)
  • d71ff30 fix: add missing types for object-shorthand rule (#​18935) (Kristóf Poduszló)
  • 561cadc fix: add missing types for no-unsafe-negation rule (#​18932) (Kristóf Poduszló)
  • 8843656 fix: add missing types for no-underscore-dangle rule (#​18931) (Kristóf Poduszló)
  • 92cde5c fix: add missing types for no-shadow rule (#​18930) (Kristóf Poduszló)
  • b3cbe11 fix: add missing types for no-sequences rule (#​18929) (Kristóf Poduszló)
  • 976f77f fix: add missing types for no-unused-expressions rule (#​18933) (Kristóf Poduszló)

Documentation

  • 3eff709 docs: replace deprecated Linter.FlatConfig type with Linter.Config (#​18941) (Carlos Meira)

Chores

v9.11.0

Compare Source

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

v8.0.2

Compare Source

  • Add Node.js 22 to test matrix in CI (619c01c)
  • Upgrade dependencies (e73df9b)
eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin)

v2.8.0

Compare Source

Features
  • indent: indention inside TemplateLiteral always start at level one (#​528) (d2f92c0)
  • remove @types/eslint (5ea3d6a)
Bug Fixes
  • indent-binary-ops: improve nested handling, close #​530 (af1c21a)
  • move spacing rules about as and satisfies from type-annontation-spacing to keyword-spacing (#​535) (b89ae5e)
Documentation
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.1.4

vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.0

Compare Source

This release makes another big change to the Browser Mode by introducing locators API:

test('renders blog posts', async () => {
  const screen = page.render(<Blog />)

  await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()

  const [firstPost] = screen.getByRole('listitem').all()

  await firstPost.getByRole('button', { name: 'Delete' }).click()

  expect(screen.getByRole('listitem').all()).toHaveLength(3)
})

You can use either vitest-browser-vue, vitest-browser-svelte or vitest-browser-react to render components and make assertions using locators. Locators are also available on the page object from @vitest/browser/context.

   🚀 Features
   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - "at 10:00 am on friday" (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 was generated by Mend Renovate. View the repository job log.

Copy link

stackblitz bot commented Oct 5, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@linpengteng linpengteng merged commit 5d0a699 into main Oct 5, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch October 5, 2024 01:26
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.

1 participant