x-crawl icon indicating copy to clipboard operation
x-crawl copied to clipboard

chore(deps): update all non-major dependencies

Open renovate[bot] opened this issue 1 year ago • 0 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/core (source) ^7.24.9 -> ^7.25.7 age adoption passing confidence devDependencies minor
@babel/preset-env (source) ^7.24.8 -> ^7.25.7 age adoption passing confidence devDependencies minor
@rollup/plugin-run (source) ^3.0.2 -> ^3.1.0 age adoption passing confidence devDependencies patch
@types/node (source) ^20.14.11 -> ^20.16.10 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) ^7.16.1 -> ^7.18.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) ^7.16.1 -> ^7.18.0 age adoption passing confidence devDependencies minor
@vitest/coverage-v8 (source) ^2.0.3 -> ^2.1.2 age adoption passing confidence devDependencies minor
@vitest/ui (source) ^2.0.3 -> ^2.1.2 age adoption passing confidence devDependencies minor
eslint (source) ^9.7.0 -> ^9.11.1 age adoption passing confidence devDependencies minor
node (source) >=18.0.0 -> >=18.20.4 age adoption passing confidence engines minor
openai ^4.52.7 -> ^4.67.1 age adoption passing confidence dependencies minor
ora ^8.0.1 -> ^8.1.0 age adoption passing confidence dependencies minor
puppeteer (source) 22.13.1 -> 22.15.0 age adoption passing confidence dependencies minor
typescript (source) 5.5.3 -> 5.6.2 age adoption passing confidence devDependencies minor
vitepress (source) v1.3.1 -> 1.3.4 age adoption passing confidence dependencies patch
vitepress (source) ^1.0.2 -> ^1.3.4 age adoption passing confidence devDependencies minor
vitest (source) ^2.0.3 -> ^2.1.2 age adoption passing confidence devDependencies minor

Release Notes

babel/babel (@​babel/core)

v7.25.7

Compare Source

:bug: Bug Fix
:nail_care: Polish
:house: Internal
  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator
:running_woman: Performance

v7.25.2

Compare Source

:bug: Bug Fix
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.18.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib

  • eslint-plugin: [unbound-method] report on destructuring in function parameters

  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types

  • eslint-plugin: [strict-boolean-expressions] support branded booleans

❤️ Thank You
  • auvred
  • Oliver Salzburg
  • Vinccool96
  • Yukihiro Hasegawa

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

v7.17.0

Compare Source

🚀 Features
  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7

  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never"

🩹 Fixes
  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more)

  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context

  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field

❤️ Thank You
  • Armano
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit

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

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

v7.18.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.17.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

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

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
    View changes on GitHub

v2.0.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.0.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint (eslint)

v9.11.1

Compare Source

v9.11.0

Compare Source

Features

  • ec30c73 feat: add "eslint/universal" to export Linter (#​18883) (唯然)
  • c591da6 feat: Add language to types (#​18917) (Nicholas C. Zakas)
  • 492eb8f feat: limit the name given to ImportSpecifier in id-length (#​18861) (Tanuj Kanti)
  • [19c6856](https:/

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.

renovate[bot] avatar Jul 22 '24 01:07 renovate[bot]