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

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-jsdoc ^50.2.2 -> ^50.2.3 age adoption passing confidence
rollup (source) ^4.21.2 -> ^4.21.3 age adoption passing confidence
unimport ^3.11.1 -> ^3.12.0 age adoption passing confidence
vite (source) ~5.4.4 -> ~5.4.5 age adoption passing confidence
vite-node (source) ^2.0.5 -> ^2.1.0 age adoption passing confidence
vitest (source) ^2.0.5 -> ^2.1.0 age adoption passing confidence

Release Notes

gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v50.2.3

Compare Source

Bug Fixes
  • require-jsdoc: avoid erring on static blocks (8222262)
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
unjs/unimport (unimport)

v3.12.0

Compare Source

Features

3.11.1 (2024-08-24)

Bug Fixes
  • regexp: from named import false-negative (e2b7fe5)
vitejs/vite (vite)

v5.4.5

Please refer to CHANGELOG.md for details.

vitest-dev/vitest (vite-node)

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 - 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 changed the title chore(deps): update devdependency rollup to ^4.21.3 chore(deps): update all non-major dependencies Sep 12, 2024
@danielroe danielroe merged commit 133be94 into main Sep 13, 2024
61 checks passed
@danielroe danielroe deleted the renovate/all-minor-patch branch September 13, 2024 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant