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

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
@swc/core (source) ^1.7.24 -> ^1.7.26 age adoption passing confidence
@types/node (source) ^22.5.4 -> ^22.5.5 age adoption passing confidence
oxc-parser (source) ^0.27.0 -> ^0.29.0 age adoption passing confidence
oxc-transform (source) ^0.27.0 -> ^0.29.0 age adoption passing confidence
rollup (source) ^4.21.2 -> ^4.21.3 age adoption passing confidence
tsx (source) ^4.19.0 -> ^4.19.1 age adoption passing confidence
unplugin ^1.14.0 -> ^1.14.1 age adoption passing confidence
vite (source) ^5.4.3 -> ^5.4.5 age adoption passing confidence
vitest (source) ^2.0.5 -> ^2.1.1 age adoption passing confidence

Release Notes

swc-project/swc (@​swc/core)

v1.7.26

Compare Source

v1.7.25

Compare Source

Bug Fixes
Features
  • (es/common) Introduce pure Span and BytePos to handle #__PURE__ (#​9539) (f63a481)
Miscellaneous Tasks
  • (bindings/node) Fix type definition (64ec111)
oxc-project/oxc (oxc-parser)

v0.28.0

Styling
  • 694f032 Add trailing line breaks to package.json files (#​5542) (overlookmotel)
oxc-project/oxc (oxc-transform)

v0.28.0

Styling
  • 694f032 Add trailing line breaks to package.json files (#​5542) (overlookmotel)
rollup/rollup (rollup)

v4.21.3

Compare Source

2024-09-12

Bug Fixes
  • Always respect side effects in left-hand side of optional chain (#​5642)
  • Update stack trace for augmented errors to not hide relevant information (#​5640)
Pull Requests
privatenumber/tsx (tsx)

v4.19.1

Compare Source

unjs/unplugin (unplugin)

v1.14.1

Compare Source

Bug Fixes
vitejs/vite (vite)

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 (vitest)

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

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

Copy link

stackblitz bot commented Sep 16, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

pkg-pr-new bot commented Sep 16, 2024

Open in Stackblitz

pnpm add https://pkg.pr.new/unplugin/unplugin-isolated-decl@15

commit: eb51e0d

@sxzz sxzz merged commit 51812c7 into main Sep 16, 2024
10 checks passed
@sxzz sxzz deleted the renovate/all-minor-patch branch September 16, 2024 03:39
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