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

Merged
merged 8 commits into from
Sep 22, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 15, 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
@vitejs/plugin-vue (source) ^5.1.3 -> ^5.1.4 age adoption passing confidence
@vitest/browser (source) ^2.0.5 -> ^2.1.1 age adoption passing confidence
@vitest/coverage-istanbul (source) ^2.0.5 -> ^2.1.1 age adoption passing confidence
eslint (source) ^8.57.0 -> ^8.57.1 age adoption passing confidence
playwright (source) ^1.47.0 -> ^1.47.2 age adoption passing confidence
tsup (source) ^8.2.4 -> ^8.3.0 age adoption passing confidence
vitest (source) ^2.0.5 -> ^2.1.1 age adoption passing confidence
vue (source) ^3.5.3 -> ^3.5.8 age adoption passing confidence
yarn (source) 4.4.1 -> 4.5.0 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

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.1.4

vitest-dev/vitest (@​vitest/browser)

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
eslint/eslint (eslint)

v8.57.1

Compare Source

microsoft/playwright (playwright)

v1.47.2

Compare Source

Highlights

https://github.com/microsoft/playwright/pull/32699- [REGRESSION]: fix(codegen): use content_frame property in python/.NEThttps://github.com/microsoft/playwright/issues/327066- [REGRESSION]: page.pause() does not pause test timeout after 1.4https://github.com/microsoft/playwright/pull/3266161 - fix(trace-viewer): time delta between local and remote actions

Browser Versions

  • Chromium 129.0.6668.29
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 128
  • Microsoft Edge 128

v1.47.1

Compare Source

egoist/tsup (tsup)

v8.3.0

Compare Source

Bug Fixes
Features
vuejs/core (vue)

v3.5.8

Compare Source

Bug Fixes
  • reactivity: do not remove dep from depsMap when cleaning up deps of computed (#​11995) (0267a58)

v3.5.7

Compare Source

Bug Fixes
Performance Improvements

v3.5.6

Compare Source

Bug Fixes

v3.5.5

Compare Source

Bug Fixes

v3.5.4

Compare Source

Bug Fixes
Performance Improvements
  • reactivity: trigger deps directly instead of storing in an array first (#​11695) (f80d447)
yarnpkg/berry (yarn)

v4.5.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot requested a review from favna as a code owner September 15, 2024 02:01
@renovate renovate bot enabled auto-merge (rebase) September 15, 2024 02:01
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Sep 15, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 15, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 16, 2024
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Sep 16, 2024
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Sep 16, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 16, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 17, 2024
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Sep 17, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 18, 2024
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Sep 18, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 20, 2024
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Sep 20, 2024
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Sep 20, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 20, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 22, 2024
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Sep 22, 2024
Copy link
Contributor Author

renovate bot commented Sep 22, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

favna
favna previously approved these changes Sep 22, 2024
@favna favna disabled auto-merge September 22, 2024 11:18
Copy link

sonarcloud bot commented Sep 22, 2024

@favna favna merged commit 4bc8c2f into main Sep 22, 2024
9 checks passed
@favna favna deleted the renovate/all-minor-patch branch September 22, 2024 11:28
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.

1 participant