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 #90

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 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
@iconify-json/lucide ^1.2.3 -> ^1.2.4 age adoption passing confidence
@playwright/test (source) ^1.47.0 -> ^1.47.1 age adoption passing confidence
better-sqlite3 ^11.2.1 -> ^11.3.0 age adoption passing confidence
eslint (source) ^8.57.0 -> ^8.57.1 age adoption passing confidence
eslint-plugin-svelte (source) ^2.43.0 -> ^2.44.0 age adoption passing confidence
kysely-codegen ^0.16.5 -> ^0.16.7 age adoption passing confidence
postcss (source) ^8.4.45 -> ^8.4.47 age adoption passing confidence
tailwindcss (source) ^3.4.10 -> ^3.4.11 age adoption passing confidence
vite (source) ^5.4.3 -> ^5.4.6 age adoption passing confidence
vite-node (source) ^2.0.5 -> ^2.1.1 age adoption passing confidence
vitest (source) ^2.0.5 -> ^2.1.1 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

microsoft/playwright (@​playwright/test)

v1.47.1

Compare Source

WiseLibs/better-sqlite3 (better-sqlite3)

v11.3.0

Compare Source

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v11.2.1...v11.3.0

eslint/eslint (eslint)

v8.57.1

Compare Source

sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)

v2.44.0

Compare Source

Minor Changes
Patch Changes
RobinBlomberg/kysely-codegen (kysely-codegen)

v0.16.7

What's Changed

New Contributors

Full Changelog: RobinBlomberg/kysely-codegen@0.16.4...0.16.7

postcss/postcss (postcss)

v8.4.47

Compare Source

  • Removed debug code.

v8.4.46

Compare Source

  • Fixed Cannot read properties of undefined (reading 'before').
tailwindlabs/tailwindcss (tailwindcss)

v3.4.11

Compare Source

vitejs/vite (vite)

v5.4.6

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.5

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.4

Compare Source

Please refer to CHANGELOG.md for details.

vitest-dev/vitest (vite-node)

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.

Potential Breaking Change
  • workspace:
    • Correctly resolve workspace globs and file paths  -  by @​sheremet-va in https://github.com/vitest-dev/vitest/issues/6316 (afdcb)
    • This changes how the custom glob pattern in the workspace config is treated. Any file matching the glob is considered a Vitest config file. Any folder matching the glob pattern is treated as a workspace project and is subject to the regular config resolution (single vitest.config.ts or vite.config.ts inside the folder)
    • For example, projects/* will match anything inside the projects folder. If it's a folder, we try to find the config inside that folder (if there is none, it is still treated as a project with the default config). If it's a file, it will be treated as a Vitest config. projects/**/* previously would assume that you only wanted to have folders as projects, but now it will match every single file insideprojects.
    • This change doesn't affect non-glob usage.
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "after 5:00pm on Monday" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@drewbitt drewbitt merged commit 1c86215 into master Sep 16, 2024
1 check passed
@drewbitt drewbitt deleted the renovate/all-minor-patch branch September 16, 2024 21:39
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