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 dependencies #3

Merged
merged 1 commit into from
Sep 30, 2024
Merged

chore(deps): update all dependencies #3

merged 1 commit into from
Sep 30, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/node (source) 20.16.1 -> 20.16.10 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 8.2.0 -> 8.8.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.2.0 -> 8.8.0 age adoption passing confidence devDependencies minor
actions/checkout v4.1.7 -> v4.2.0 age adoption passing confidence action minor
actions/setup-node v4.0.3 -> v4.0.4 age adoption passing confidence action patch
eslint (source) 9.9.0 -> 9.11.1 age adoption passing confidence devDependencies minor
eslint-plugin-unused-imports 4.1.3 -> 4.1.4 age adoption passing confidence devDependencies patch
github/codeql-action v3.26.3 -> v3.26.10 age adoption passing confidence action patch
lint-staged 15.2.9 -> 15.2.10 age adoption passing confidence devDependencies patch
typescript (source) 5.5.4 -> 5.6.2 age adoption passing confidence devDependencies minor
vitest (source) 2.0.5 -> 2.1.1 age adoption passing confidence devDependencies minor

Release Notes

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

v8.8.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-condition] add checkTypePredicates

  • eslint-plugin: [return-await] check for-await loop iteree

🩹 Fixes
  • remove export type * in d.ts to support TS<5.0

  • eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines

  • type-utils: check for type parameters on isBuiltinSymbolLikeRecurser()

  • eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself

  • eslint-plugin: [no-misused-promises] check contextual type

  • eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations

❤️ Thank You
  • auvred
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Ronen Amiel
  • Tarun Chauhan
  • YeonJuan

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

v8.7.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unsafe-call] check calls of Function

  • eslint-plugin: [consistent-type-exports] check export * exports to see if all exported members are types

🩹 Fixes
  • eslint-plugin: properly coerce all types to string in getStaticMemberAccessValue

  • eslint-plugin: [no-deprecated] report on imported deprecated variables

  • eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof

❤️ Thank You
  • Abraham Guo
  • auvred
  • Brian Donovan
  • Kirk Waiblinger

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

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.

v8.5.0

Compare Source

🚀 Features
  • eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary `

  • eslint-plugin: [no-unsafe-argument] differentiate error types

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer

  • eslint-plugin: [no-misused-promises] handle static method

  • eslint-plugin: [no-unnecessary-type-parameters] fix AST quick path scope analysis

  • eslint-plugin: [consistent-type-assertions] access parser services lazily

❤️ Thank You
  • f44da95
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • YeonJuan

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

v8.4.0

Compare Source

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

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

v8.3.0

Compare Source

🚀 Features
  • eslint-plugin: [no-deprecation] add rule
🩹 Fixes
  • eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix

  • eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments

  • utils: add TSDeclareFunction to functionTypeTypes

  • ast-spec: use Expression in argument of ThrowStatement

❤️ Thank You
  • Abraham Guo
  • Daichi Kamiyama
  • Josh Goldberg ✨
  • Kim Sang Du
  • Sukka
  • Vida Xie

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

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

v8.8.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.

v8.7.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.

v8.6.0

Compare Source

v8.5.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.

v8.4.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.

v8.3.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.

actions/checkout (actions/checkout)

v4.2.0

Compare Source

actions/setup-node (actions/setup-node)

v4.0.4

Compare Source

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 feat: Add no-useless-constructor suggestion (#​18799) (Jordan Thomson)
  • a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#​18872) (Francesco Trotta)

Bug Fixes

  • 5e5f39b fix: add missing types for no-restricted-exports rule (#​18914) (Kristóf Poduszló)
  • 8f630eb fix: add missing types for no-param-reassign options (#​18906) (Kristóf Poduszló)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#​18902) (Kristóf Poduszló)
  • 2de5742 fix: add missing types for no-misleading-character-class options (#​18905) (Kristóf Poduszló)
  • c153084 fix: add missing types for no-implicit-coercion options (#​18903) (Kristóf Poduszló)
  • fa11b2e fix: add missing types for no-empty-function options (#​18901) (Kristóf Poduszló)
  • a0deed1 fix: add missing types for camelcase options (#​18897) (Kristóf Poduszló)

Documentation

  • e4e5709 docs: correct prefer-object-has-own type definition comment (#​18924) (Nitin Kumar)
  • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#​18894) (Alix Royere)
  • 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#​18881) (Milos Djermanovic)
  • adcc50d docs: Update README (GitHub Actions Bot)
  • 4edac1a docs: Update README (GitHub Actions Bot)

Build Related

  • 959d360 build: Support updates to previous major versions (#​18871) (Milos Djermanovic)

Chores

v9.10.0

Compare Source

v9.9.1

Compare Source

sweepline/eslint-plugin-unused-imports (eslint-plugin-unused-imports)

v4.1.4

Compare Source

github/codeql-action (github/codeql-action)

v3.26.10

Compare Source

v3.26.9

Compare Source

v3.26.8

Compare Source

v3.26.7

Compare Source

v3.26.6

Compare Source

v3.26.5

Compare Source

v3.26.4

Compare Source

lint-staged/lint-staged (lint-staged)

v15.2.10

Compare Source

Patch Changes
microsoft/TypeScript (typescript)

v5.6.2

Compare Source

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 - 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 github/codeql-action action to v3.26.4 chore(deps): update all dependencies Aug 23, 2024
Copy link

socket-security bot commented Aug 23, 2024

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

Package New capabilities Transitives Size Publisher
npm/@esbuild/[email protected] None 0 11.7 MB evanw
npm/@esbuild/[email protected] None 0 9.96 MB evanw
npm/@esbuild/[email protected] None 0 11.7 MB evanw
npm/@esbuild/[email protected] None 0 9.86 MB evanw
npm/@esbuild/[email protected] None 0 10.3 MB evanw
npm/@esbuild/[email protected] None 0 8.98 MB evanw
npm/@esbuild/[email protected] None 0 9.71 MB evanw
npm/@esbuild/[email protected] None 0 9.31 MB evanw
npm/@esbuild/[email protected] None 0 8.98 MB evanw
npm/@esbuild/[email protected] None 0 9.25 MB evanw
npm/@esbuild/[email protected] None 0 9.5 MB evanw
npm/@esbuild/[email protected] None 0 10.6 MB evanw
npm/@esbuild/[email protected] None 0 9.24 MB evanw
npm/@esbuild/[email protected] None 0 9.24 MB evanw
npm/@esbuild/[email protected] None 0 10.2 MB evanw
npm/@esbuild/[email protected] None 0 9.71 MB evanw
npm/@esbuild/[email protected] None 0 9.69 MB evanw
npm/@esbuild/[email protected] None 0 9.73 MB evanw
npm/@esbuild/[email protected] None 0 9.69 MB evanw
npm/@esbuild/[email protected] None 0 9.08 MB evanw
npm/@esbuild/[email protected] None 0 9.56 MB evanw
npm/@esbuild/[email protected] None 0 9.91 MB evanw
npm/@eslint-community/[email protected] None 0 446 kB eslint-community-bot
npm/@eslint/[email protected] None 0 113 kB eslintbot
npm/@eslint/[email protected] None 0 36 kB eslintbot
npm/@eslint/[email protected] None 0 14.2 kB eslintbot, openjsfoundation
npm/@eslint/[email protected] None 0 76.7 kB eslintbot
npm/@rollup/[email protected] None 0 1.46 MB lukastaegert
npm/@rollup/[email protected] None 0 2.05 MB lukastaegert
npm/@rollup/[email protected] None 0 2.18 MB lukastaegert
npm/@rollup/[email protected] None 0 2.33 MB lukastaegert
npm/@rollup/[email protected] None 0 2.21 MB lukastaegert
npm/@rollup/[email protected] None 0 2.21 MB lukastaegert
npm/@rollup/[email protected] None 0 2.23 MB lukastaegert
npm/@rollup/[email protected] None 0 2.12 MB lukastaegert
npm/@rollup/[email protected] None 0 2.76 MB lukastaegert
npm/@rollup/[email protected] None 0 2.25 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/[email protected] None 0 3.81 MB lukastaegert
npm/@rollup/[email protected] None 0 2.47 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/[email protected] None 0 2.48 MB lukastaegert
npm/@rollup/[email protected] None 0 2.75 MB lukastaegert
npm/@rollup/[email protected] None 0 2.52 MB lukastaegert
npm/@rollup/[email protected] None 0 3.27 MB lukastaegert
npm/@types/[email protected] None 0 25.8 kB types
npm/@types/[email protected] None 0 31.7 kB types
npm/@types/[email protected] None 0 2.21 MB types
npm/@typescript-eslint/[email protected] None 0 2.66 MB bradzacher, jameshenry
npm/@typescript-eslint/[email protected] None 0 18.7 kB bradzacher, jameshenry
npm/@typescript-eslint/[email protected] None 0 602 kB bradzacher, jameshenry
npm/@typescript-eslint/[email protected] None 0 122 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 172 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 588 kB bradzacher, jameshenry
npm/@typescript-eslint/[email protected] None 0 283 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 19.5 kB jameshenry
npm/@vitest/[email protected] None 0 149 kB vitestbot
npm/@vitest/[email protected] None 0 121 kB vitestbot
npm/@vitest/[email protected] environment 0 45.3 kB vitestbot
npm/@vitest/[email protected] None 0 87.9 kB vitestbot
npm/@vitest/[email protected] None 0 0 B
npm/@vitest/[email protected] None 0 19.1 kB vitestbot
npm/@vitest/[email protected] None 0 153 kB antfu, oreanno, patak, ...1 more
npm/[email protected] None 0 32 kB google-wombot
npm/[email protected] environment, filesystem, network, shell 0 133 kB evanw
npm/[email protected] unsafe 0 15 kB antfu
npm/[email protected] None 0 151 kB eslintbot
npm/[email protected] environment 0 3.3 MB eslintbot
npm/[email protected] None 0 79.2 kB eslintbot, openjsfoundation
npm/[email protected] None 0 53.6 kB kael
npm/[email protected] None 0 122 kB okonet
npm/[email protected] None 0 804 kB isaacs
npm/[email protected] None 0 56.6 kB doowb
npm/[email protected] environment 0 435 kB isaacs
npm/[email protected] environment 0 11.4 kB alexeyraspopov
npm/[email protected] environment, filesystem 0 200 kB ai
npm/[email protected] environment, filesystem 0 2.52 MB eventualbuddha, lukastaegert, rich_harris, ...2 more
npm/[email protected] None 0 95.8 kB npm-cli-ops
npm/[email protected] None 0 140 kB 7rulnik
npm/[email protected] environment, shell 0 45.4 kB 43081j
npm/[email protected] None 0 17.6 kB antfu, aslemammad, oreanno
npm/[email protected] None 0 22.4 MB typescript-bot
npm/[email protected] None 0 202 kB antfu, oreanno, patak, ...1 more
npm/[email protected] None 0 3.26 MB antfu, patak, soda, ...2 more
npm/[email protected] None 0 1.62 MB antfu, oreanno, patak, ...1 more
npm/[email protected] environment 0 675 kB eemeli

🚮 Removed packages: npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@eslint-community/[email protected], npm/@eslint/[email protected], npm/@eslint/[email protected], npm/@jridgewell/[email protected], npm/@jridgewell/[email protected], npm/@jridgewell/[email protected], npm/@jridgewell/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@vitest/[email protected], npm/@vitest/[email protected], npm/@vitest/[email protected], npm/@vitest/[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], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 17fcdb9 to b4d12f0 Compare September 1, 2024 16:23
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from f1ca817 to f5b65bf Compare September 9, 2024 18:10
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 3413531 to 840d42d Compare September 19, 2024 14:31
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 70993af to 1753526 Compare September 27, 2024 16:47
@paralin paralin merged commit 0273445 into master Sep 30, 2024
7 checks passed
@paralin paralin deleted the renovate/all branch September 30, 2024 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant