Skip to content

chore(deps): update all non-major dependencies #2

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

Merged
merged 1 commit into from
Dec 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@antfu/eslint-config ^2.27.1 -> ^2.27.3 age adoption passing confidence devDependencies patch
@namesmt/shash >=0.3.2 -> >=0.3.5 age adoption passing confidence peerDependencies patch
@namesmt/utils ^0.5.4 -> ^0.5.9 age adoption passing confidence devDependencies patch
@types/node (source) ^20.16.1 -> ^20.17.10 age adoption passing confidence devDependencies minor
@vitest/coverage-v8 (source) ^2.0.5 -> ^2.1.8 age adoption passing confidence devDependencies minor
eslint (source) ^9.9.1 -> ^9.17.0 age adoption passing confidence devDependencies minor
hasown (source) ^1 -> ^1.0.29 age adoption passing confidence pnpm.overrides patch
is-core-module (source) ^1 -> ^1.0.39 age adoption passing confidence pnpm.overrides patch
lint-staged ^15.2.9 -> ^15.2.11 age adoption passing confidence devDependencies patch
node (source) >=20.13.1 -> >=20.18.1 age adoption passing confidence engines minor
nodemon (source) ^3.1.4 -> ^3.1.9 age adoption passing confidence devDependencies patch
pnpm (source) 9.8.0 -> 9.15.0 age adoption passing confidence packageManager minor
std-env ^3.7.0 -> ^3.8.0 age adoption passing confidence devDependencies minor
tsx (source) ^4.17.0 -> ^4.19.2 age adoption passing confidence devDependencies minor
typescript (source) ^5.5.4 -> ^5.7.2 age adoption passing confidence devDependencies minor
vite (source) ^5.4.2 -> ^5.4.11 age adoption passing confidence devDependencies patch
vite-plugin-inspect ^0.8.7 -> ^0.10.3 age adoption passing confidence devDependencies minor
vitest (source) ^2.0.5 -> ^2.1.8 age adoption passing confidence devDependencies minor

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v2.27.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.27.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
namesmt/shash (@​namesmt/shash)

v0.3.5

Compare Source

compare changes

🚀 Enhancements
  • Accept more flexible id (930d55f)
❤️ Contributors

v0.3.4

Compare Source

compare changes

🚀 Enhancements
  • Add cleanSalt, tests, and update MemoryStorage implement (7510496)
🏡 Chore
❤️ Contributors

v0.3.3

Compare Source

compare changes

🌊 Types
  • setSalt: Should allow undefined value for cleaning the salt (37dd58c) (minor types breaking)
❤️ Contributors
namesmt/utils (@​namesmt/utils)

v0.5.9

Compare Source

compare changes

v0.5.8

Compare Source

compare changes

🚀 Enhancements
  • array: Add removeItemsByIndexes() (2e1784a)
❤️ Contributors

v0.5.7

Compare Source

compare changes

🚀 Enhancements
  • Add string module: replaceMap() (15ff95c)
🏡 Chore
❤️ Contributors

v0.5.6

Compare Source

compare changes

🚀 Enhancements
🌊 Types
  • promise: Improve return types (2e30cb0)
🏡 Chore
  • Update deps, apply lint fixes (d3fa277)
❤️ Contributors

v0.5.5

Compare Source

compare changes

💅 Refactors
  • keyBy: ⚠️ Improve types, move from object to array, added KeyedBy (d362b5c)
⚠️ Breaking Changes
  • keyBy: ⚠️ Improve types, move from object to array, added KeyedBy (d362b5c)
❤️ Contributors
vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.6

Compare Source

🚀 Features

  • Support VIte 6
    View changes on GitHub

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

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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

codecov bot commented Jul 26, 2024

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from ccb121a to 022538d Compare August 3, 2024 05:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from fd93924 to 43e12d1 Compare August 10, 2024 11:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a72b5eb to 9457427 Compare August 17, 2024 14:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d663a40 to c2d1c74 Compare August 25, 2024 08:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from ba99274 to de68436 Compare September 2, 2024 05:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 1dd52b0 to 1ca5e84 Compare September 9, 2024 17:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 284cd23 to efe60d5 Compare September 13, 2024 05:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 98ea46b to 0c56941 Compare November 2, 2024 05:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0f9964e to 5a49215 Compare November 9, 2024 02:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 45b4be5 to b64024f Compare November 17, 2024 05:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 52000ea to 2bde860 Compare November 27, 2024 11:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f675ef8 to a526008 Compare December 4, 2024 03:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 23f09f8 to 9560e52 Compare December 13, 2024 20:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9560e52 to d77c7d7 Compare December 14, 2024 04:46
@renovate renovate bot merged commit 72f6a9e into main Dec 15, 2024
1 check passed
@renovate renovate bot deleted the renovate/all-minor-patch branch December 15, 2024 01:21
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.

0 participants