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

fix(deps): Update non-major #27

Merged
merged 5 commits into from
Nov 7, 2024
Merged

fix(deps): Update non-major #27

merged 5 commits into from
Nov 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sanity/client (source) 6.22.2 -> 6.22.3 age adoption passing confidence
@sanity/pkg-utils ^6.10.10 -> ^6.11.9 age adoption passing confidence
@sanity/prettier-config ^1.0.2 -> ^1.0.3 age adoption passing confidence
@types/lodash (source) ^4.17.7 -> ^4.17.13 age adoption passing confidence
@vitest/coverage-v8 (source) ^2.0.5 -> ^2.1.4 age adoption passing confidence
@vitest/ui (source) ^2.0.5 -> ^2.1.4 age adoption passing confidence
nanoid 5.0.7 -> 5.0.8 age adoption passing confidence
npm-run-all2 ^5.0.0 -> ^5.0.2 age adoption passing confidence
tsx (source) ^4.19.0 -> ^4.19.2 age adoption passing confidence
vitest (source) ^2.0.5 -> ^2.1.4 age adoption passing confidence

Release Notes

sanity-io/client (@​sanity/client)

v6.22.3

Compare Source

Bug Fixes
sanity-io/pkg-utils (@​sanity/pkg-utils)

v6.11.9

Compare Source

Bug Fixes

v6.11.8

Compare Source

Bug Fixes

v6.11.7

Compare Source

Bug Fixes

v6.11.6

Compare Source

Bug Fixes

v6.11.5

Compare Source

Bug Fixes

v6.11.4

Compare Source

Bug Fixes

v6.11.3

Compare Source

Bug Fixes

v6.11.2

Compare Source

Bug Fixes

v6.11.1

Compare Source

Bug Fixes

v6.11.0

Compare Source

Features

v6.10.12

Compare Source

Bug Fixes

v6.10.11

Compare Source

Bug Fixes
sanity-io/prettier-config (@​sanity/prettier-config)

v1.0.3

Compare Source

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

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 - "before 3am on Monday" (UTC), 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 has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

Copy link

vercel bot commented Nov 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mutate-example-visual-editing ❌ Failed (Inspect) Nov 7, 2024 8:07pm
mutate-example-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 7, 2024 8:07pm

Copy link

socket-security bot commented Nov 7, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@sanity/[email protected] Transitive: environment, network +28 3.56 MB
npm/@sanity/[email protected] environment Transitive: eval, filesystem, network, shell, unsafe +247 75.8 MB sanity-io
npm/@sanity/[email protected] Transitive: environment, filesystem +35 914 kB
npm/@types/[email protected] None 0 868 kB types
npm/@typescript-eslint/[email protected] Transitive: environment, filesystem +37 8.14 MB bradzacher, jameshenry
npm/@typescript-eslint/[email protected] Transitive: environment, filesystem +30 3.37 MB bradzacher, jameshenry
npm/@vitest/[email protected] Transitive: environment, filesystem, shell +63 10.7 MB vitestbot
npm/@vitest/[email protected] Transitive: filesystem +14 2.25 MB vitestbot
npm/[email protected] None 0 0 B
npm/[email protected] Transitive: environment, eval, filesystem +106 6.25 MB ljharb, yannickcr
npm/[email protected] None 0 10.9 kB ai
npm/[email protected] Transitive: filesystem, unsafe +3 678 kB hirokiosame
npm/[email protected] None 0 22.4 MB typescript-bot
npm/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +39 10.6 MB antfu, oreanno, patak, ...1 more

🚮 Removed packages: npm/@sanity/[email protected], npm/@sanity/[email protected], npm/@sanity/[email protected], npm/@types/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@vitest/[email protected], npm/@vitest/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

Copy link
Contributor Author

renovate bot commented Nov 7, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@stipsan stipsan merged commit e39c109 into main Nov 7, 2024
8 of 9 checks passed
@stipsan stipsan deleted the renovate/non-major branch November 7, 2024 20:08
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