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 npm devdependencies #38

Merged
merged 1 commit into from
Nov 21, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 20, 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.3 -> 2.1.5 age adoption passing confidence
better-typescript-lib 2.8.0 -> 2.9.0 age adoption passing confidence
eslint (source) 9.7.0 -> 9.15.0 age adoption passing confidence
husky 9.1.1 -> 9.1.7 age adoption passing confidence
lint-staged 15.2.7 -> 15.2.10 age adoption passing confidence
tsup (source) 8.2.0 -> 8.3.5 age adoption passing confidence
typescript (source) 5.5.3 -> 5.6.3 age adoption passing confidence
vitest (source) 2.0.3 -> 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.

Copy link

changeset-bot bot commented Jul 20, 2024

⚠️ No Changeset found

Latest commit: ce21c80

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/npm-devdependencies branch from afe1847 to 3756647 Compare July 22, 2024 11:28
@renovate renovate bot changed the title chore(deps): update dependency tsup to v8.2.1 chore(deps): update npm devdependencies Jul 22, 2024
@renovate renovate bot force-pushed the renovate/npm-devdependencies branch 7 times, most recently from d488249 to e3c3262 Compare July 29, 2024 17:18
@renovate renovate bot force-pushed the renovate/npm-devdependencies branch 3 times, most recently from d635f7d to a52c039 Compare August 3, 2024 07:51
@renovate renovate bot force-pushed the renovate/npm-devdependencies branch 2 times, most recently from 695ec31 to fc263ea Compare August 13, 2024 06:32
@renovate renovate bot force-pushed the renovate/npm-devdependencies branch 2 times, most recently from 186749a to 11c8e63 Compare August 23, 2024 21:24
@renovate renovate bot force-pushed the renovate/npm-devdependencies branch 3 times, most recently from 0e9a6fa to 9f9f4dc Compare September 6, 2024 21:40
@renovate renovate bot force-pushed the renovate/npm-devdependencies branch 5 times, most recently from 6f239e4 to 9047c0f Compare September 13, 2024 23:09
@renovate renovate bot force-pushed the renovate/npm-devdependencies branch 4 times, most recently from 8a65846 to 12759ca Compare September 23, 2024 21:04
@renovate renovate bot force-pushed the renovate/npm-devdependencies branch 9 times, most recently from fab70a9 to 0e2ea81 Compare October 9, 2024 01:34
@renovate renovate bot force-pushed the renovate/npm-devdependencies branch 4 times, most recently from 986ef48 to fe6fdaa Compare October 18, 2024 21:56
@renovate renovate bot force-pushed the renovate/npm-devdependencies branch 4 times, most recently from ea69197 to c065af9 Compare October 28, 2024 13:52
@renovate renovate bot force-pushed the renovate/npm-devdependencies branch from c065af9 to ccd8edf Compare November 1, 2024 19:31
@renovate renovate bot force-pushed the renovate/npm-devdependencies branch 7 times, most recently from cc37467 to f4f2d4a Compare November 19, 2024 08:09
@renovate renovate bot force-pushed the renovate/npm-devdependencies branch from f4f2d4a to ce21c80 Compare November 20, 2024 12:30
@tksst tksst merged commit 16e3e3f into main Nov 21, 2024
20 checks passed
@renovate renovate bot deleted the renovate/npm-devdependencies branch November 21, 2024 02:37
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