Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jul 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) 2.27.7 -> 2.27.10 age adoption passing confidence
@vitest/coverage-v8 (source) 2.0.4 -> 2.1.5 age adoption passing confidence
better-typescript-lib 2.8.0 -> 2.9.0 age adoption passing confidence
eslint (source) 9.8.0 -> 9.15.0 age adoption passing confidence
husky 9.1.3 -> 9.1.7 age adoption passing confidence
lint-staged 15.2.7 -> 15.2.10 age adoption passing confidence
npm-run-all2 6.2.2 -> 6.2.6 age adoption passing confidence
tsup (source) 8.2.3 -> 8.3.5 age adoption passing confidence
typescript (source) 5.5.4 -> 5.6.3 age adoption passing confidence
vitest (source) 2.0.4 -> 2.1.5 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.27.10

Compare Source

v2.27.9

Compare Source

Patch Changes

v2.27.8

Compare Source

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

v2.1.5

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v2.1.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v2.1.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

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
    View changes on GitHub

v2.0.5

Compare Source

   🚀 Features
   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 29, 2024
@renovate renovate bot force-pushed the renovate/npm-devdependencies branch from b558a00 to 7d47ccb Compare July 31, 2024 11:03
@renovate renovate bot changed the title chore(deps): update dependency husky to v9.1.4 chore(deps): update npm devdependencies Jul 31, 2024
@renovate renovate bot force-pushed the renovate/npm-devdependencies branch 2 times, most recently from 11a8d78 to 8c00c29 Compare August 3, 2024 08:09
@renovate renovate bot force-pushed the renovate/npm-devdependencies branch 2 times, most recently from f355c6f to 64bff38 Compare August 13, 2024 06:23
@renovate renovate bot force-pushed the renovate/npm-devdependencies branch 2 times, most recently from 4a58ac0 to 6b502bb Compare August 23, 2024 22:36
@renovate renovate bot force-pushed the renovate/npm-devdependencies branch 3 times, most recently from d916645 to 5952d47 Compare September 6, 2024 22:58
@renovate renovate bot force-pushed the renovate/npm-devdependencies branch 5 times, most recently from 1dcce38 to 5705e4a Compare September 13, 2024 22:57
@renovate renovate bot force-pushed the renovate/npm-devdependencies branch 4 times, most recently from dbe741c to 1c0fe29 Compare September 23, 2024 21:49
@renovate renovate bot force-pushed the renovate/npm-devdependencies branch 9 times, most recently from c9b2bbc to 165eddd Compare October 8, 2024 22:59
@renovate renovate bot force-pushed the renovate/npm-devdependencies branch 4 times, most recently from 611dfd6 to f83de31 Compare October 18, 2024 21:54
@renovate renovate bot force-pushed the renovate/npm-devdependencies branch 4 times, most recently from 3517f30 to 59d3989 Compare October 28, 2024 15:19
@renovate renovate bot force-pushed the renovate/npm-devdependencies branch from 59d3989 to 01468b9 Compare November 1, 2024 19:38
@renovate renovate bot force-pushed the renovate/npm-devdependencies branch 6 times, most recently from 2336e5c to 276c91d Compare November 19, 2024 09:05
@renovate renovate bot force-pushed the renovate/npm-devdependencies branch from 276c91d to d507520 Compare November 20, 2024 12:21
@tksst tksst merged commit 14c20ff into main Nov 21, 2024
18 checks passed
@renovate renovate bot deleted the renovate/npm-devdependencies branch November 21, 2024 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants