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 dependencies #116

Merged
merged 1 commit into from
Oct 1, 2024
Merged

chore(deps): update dependencies #116

merged 1 commit into from
Oct 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) ^2.27.7 -> ^2.27.8 age adoption passing confidence
@vitest/coverage-v8 (source) ^2.0.5 -> ^2.1.1 age adoption passing confidence
execa ^9.3.1 -> ^9.4.0 age adoption passing confidence
nypm ^0.3.11 -> ^0.3.12 age adoption passing confidence
tsup (source) ^8.2.4 -> ^8.3.0 age adoption passing confidence
valibot (source) ^0.40.0 -> ^0.42.1 age adoption passing confidence
verdaccio (source) ^5.32.1 -> ^5.32.2 age adoption passing confidence
vitest (source) ^2.0.5 -> ^2.1.1 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.27.8

Compare Source

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

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
sindresorhus/execa (execa)

v9.4.0

Compare Source

Features

  • We've created a separate package called nano-spawn. It is similar to Execa but with fewer features, for a much smaller package size. More info.

Bug fixes

Documentation

unjs/nypm (nypm)

v0.3.12

Compare Source

compare changes

🚀 Enhancements
🏡 Chore
❤️ Contributors
egoist/tsup (tsup)

v8.3.0

Compare Source

Bug Fixes
Features
fabian-hiller/valibot (valibot)

v0.42.1

Compare Source

  • Fix function type declaration of _run property

v0.42.0

Compare Source

Many thanks to @​ajfhs812, @​andrew-d-jackson and @​declanlscott for contributing to this release.

  • Add metadata action to add custom metadata to a schema
  • Add title metadata action to add a title to a schema (discussion #​826)
  • Add decimal action to validate integer and float strings (pull request #​823)
  • Rename decimal action to digits (pull request #​823)
  • Rename NoPipe type to SchemaWithoutPipe
  • Fix inference of generics in IssueDotPath type (issue #​814)

v0.41.0

Compare Source

Many thanks to @​EltonLobo07, @​ZerNico, @​Andarist, @​ruiaraujo012 and @​merodiro for contributing to this release.

  • Change reference property of all action base types to be less strict (issue #​799)
  • Change implementation of variant and variantAsync to improve performance and issues generation for nested variants with different discriminators (pull request #​809)
verdaccio/verdaccio (verdaccio)

v5.32.2

Compare Source

5.32.2 (2024-09-12)
Bug Fixes
  • deps: update core verdaccio dependencies (5.x) (#​4825) (f17b5a9) (prepare for release v6)
  • deps: update dependency express to v4.21.0 (#​4815) (f8e5395)

Configuration

📅 Schedule: Branch creation - "before 10am on the first day of the month" in timezone GMT, 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.

@renovate renovate bot added the renovate label Oct 1, 2024
@renovate renovate bot enabled auto-merge (squash) October 1, 2024 00:24
Copy link

changeset-bot bot commented Oct 1, 2024

⚠️ No Changeset found

Latest commit: ceda4a5

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

Copy link

netlify bot commented Oct 1, 2024

Deploy Preview for secco-cli canceled.

Name Link
🔨 Latest commit ceda4a5
🔍 Latest deploy log https://app.netlify.com/sites/secco-cli/deploys/66fb4140efbd0d000865bba7

Copy link
Contributor

github-actions bot commented Oct 1, 2024

Size Change: 0 B 🆕

Total Size: 0 B

compressed-size-action

@renovate renovate bot merged commit 6710771 into main Oct 1, 2024
13 checks passed
@renovate renovate bot deleted the renovate/dependencies branch October 1, 2024 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants