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

Merged
merged 1 commit into from
Sep 18, 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
@types/node (source) ^22.5.4 -> ^22.5.5 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^8.5.0 -> ^8.6.0 age adoption passing confidence
@typescript-eslint/parser (source) ^8.5.0 -> ^8.6.0 age adoption passing confidence
@unocss/eslint-plugin (source) ^0.62.3 -> ^0.62.4 age adoption passing confidence
@vitest/eslint-plugin ^1.1.0 -> ^1.1.4 age adoption passing confidence
astro-eslint-parser ^1.0.2 -> ^1.0.3 age adoption passing confidence
eslint-plugin-astro (source) ^1.2.3 -> ^1.2.4 age adoption passing confidence
eslint-plugin-command ^0.2.4 -> ^0.2.5 age adoption passing confidence
eslint-plugin-jsdoc ^50.2.2 -> ^50.2.3 age adoption passing confidence
eslint-plugin-perfectionist (source) ^3.5.0 -> ^3.6.0 age adoption passing confidence
eslint-plugin-unused-imports ^4.1.3 -> ^4.1.4 age adoption passing confidence
execa ^9.3.1 -> ^9.4.0 age adoption passing confidence
tsup (source) ^8.2.4 -> ^8.3.0 age adoption passing confidence
vitest (source) ^2.0.5 -> ^2.1.1 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.6.0

Compare Source

🚀 Features
  • add allow option for restrict-template-expressions

  • type-utils: isNullableType add Void logic

  • eslint-plugin: [no-unnecessary-condition] check switch cases

  • eslint-plugin: [no-misused-promises] check array predicate return

🩹 Fixes
  • eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice

  • eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment

  • eslint-plugin: [no-deprecated] report on deprecated properties with function-like types

  • eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message

❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Kim Sang Du
  • YeonJuan

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.6.0

Compare Source

unocss/unocss (@​unocss/eslint-plugin)

v0.62.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.1.4

Compare Source

Bug Fixes
  • add 'assertType' to 'expect-expect' allowed assertions (#​534) (fa377d7)

v1.1.3

Compare Source

v1.1.2

Compare Source

Bug Fixes

v1.1.1

Compare Source

Bug Fixes
  • correct the message when required to be all lowercase (#​528) (fccefaa)
ota-meshi/astro-eslint-parser (astro-eslint-parser)

v1.0.3

Compare Source

Patch Changes
ota-meshi/eslint-plugin-astro (eslint-plugin-astro)

v1.2.4

Compare Source

Patch Changes
antfu/eslint-plugin-command (eslint-plugin-command)

v0.2.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v50.2.3

Compare Source

Bug Fixes
  • require-jsdoc: avoid erring on static blocks (8222262)
azat-io/eslint-plugin-perfectionist (eslint-plugin-perfectionist)

v3.6.0

Compare Source

compare changes

🚀 Features
  • Improve error messages when sorting different groups (e0f375a)
  • Improve dependency detection in sort-objects rule (412d5da)
  • Keep comments above elements being sorted (bd8ba3f)
🐞 Bug Fixes
  • Detect dependencies in template literals in sort-enums (c9367eb)
❤️ Contributors
sweepline/eslint-plugin-unused-imports (eslint-plugin-unused-imports)

v4.1.4

Compare Source

sindresorhus/execa (execa)

v9.4.0

Compare Source

egoist/tsup (tsup)

v8.3.0

Compare Source

Bug Fixes
Features
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: 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.

@daflyinbed daflyinbed merged commit f6aa318 into main Sep 18, 2024
5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch September 18, 2024 01:50
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