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

Bump the all-dependencies group across 1 directory with 21 updates #141

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot Dependabot bot commented on behalf of github Aug 21, 2024

Bumps the all-dependencies group with 21 updates in the / directory:

Package From To
@apicurio/eslint-config 0.2.0 0.3.0
@patternfly/patternfly 5.2.1 5.3.1
@patternfly/react-core 5.2.3 5.3.4
@patternfly/react-icons 5.2.1 5.3.2
@patternfly/react-table 5.2.4 5.3.4
@types/node 20.12.2 22.5.0
@typescript-eslint/eslint-plugin 7.4.0 8.2.0
@typescript-eslint/parser 7.4.0 8.2.0
@vitejs/plugin-react 4.2.1 4.3.1
eslint-plugin-react-hooks 4.6.0 4.6.2
eslint-plugin-react-refresh 0.4.6 0.4.10
luxon 3.4.4 3.5.0
rimraf 5.0.5 6.0.1
typescript 5.4.3 5.5.4
vite 5.2.7 5.4.2
vite-plugin-dts 3.8.1 4.0.3
react 18.2.0 18.3.1
@types/react 18.2.73 18.3.4
react-dom 18.2.0 18.3.1
@types/react-dom 18.2.23 18.3.0
react-router-dom 6.22.3 6.26.1

Updates @apicurio/eslint-config from 0.2.0 to 0.3.0

Commits

Updates @patternfly/patternfly from 5.2.1 to 5.3.1

Commits
  • b4579f4 fix(release): updated to dry run to release to npm
  • efe84fc fix(release): updated to dry run to test release issue
  • 5c4f103 v5.3.x patch 1 (#6595)
  • 1dae39b chore(setup-release): Updated semantic release for 5.3.x
  • 077f509 fix: another whitespace change
  • 77bc9aa chore(deps): update dependency @​patternfly/documentation-framework to v5.8.2 ...
  • 910a566 fix: white space change to trigger prerelease
  • 4531528 fix(label): added support for disabled labels (#6424)
  • 077f647 chore(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 (#6456)
  • c1e50c4 chore(ci): replace stale bot with stale action (#6455)
  • Additional commits viewable in compare view

Updates @patternfly/react-core from 5.2.3 to 5.3.4

Commits
  • c07aa26 chore(release): releasing packages [ci skip]
  • f68cf02 feat(templates): patch release for templates (#10676)
  • 3875959 chore(release): releasing packages [ci skip]
  • dac2c25 chore(patch 5.3.2): Core pagination fix. (#10328)
  • 5d782bd chore(release): releasing packages [ci skip]
  • 2351b47 fix(deploy) Update README.md in react icons to deploy patch
  • 3071db2 chore(version): Bumped version of react for demo app.
  • 0ae46a2 fix(deploy): Update README.md
  • b3d47c6 chore(release): releasing packages [ci skip]
  • af1687d fix(deploy): Update README.md
  • Additional commits viewable in compare view

Updates @patternfly/react-icons from 5.2.1 to 5.3.2

Commits
  • 3875959 chore(release): releasing packages [ci skip]
  • dac2c25 chore(patch 5.3.2): Core pagination fix. (#10328)
  • 5d782bd chore(release): releasing packages [ci skip]
  • 2351b47 fix(deploy) Update README.md in react icons to deploy patch
  • 3071db2 chore(version): Bumped version of react for demo app.
  • 0ae46a2 fix(deploy): Update README.md
  • b3d47c6 chore(release): releasing packages [ci skip]
  • af1687d fix(deploy): Update README.md
  • 5e80510 fix(publish): Updated code so that it would publish release. (#10306)
  • a08bbac fix(readme): Update README.md
  • Additional commits viewable in compare view

Updates @patternfly/react-table from 5.2.4 to 5.3.4

Commits
  • c07aa26 chore(release): releasing packages [ci skip]
  • f68cf02 feat(templates): patch release for templates (#10676)
  • 3875959 chore(release): releasing packages [ci skip]
  • dac2c25 chore(patch 5.3.2): Core pagination fix. (#10328)
  • 5d782bd chore(release): releasing packages [ci skip]
  • 2351b47 fix(deploy) Update README.md in react icons to deploy patch
  • 3071db2 chore(version): Bumped version of react for demo app.
  • 0ae46a2 fix(deploy): Update README.md
  • b3d47c6 chore(release): releasing packages [ci skip]
  • af1687d fix(deploy): Update README.md
  • Additional commits viewable in compare view

Updates @types/node from 20.12.2 to 22.5.0

Commits

Updates @typescript-eslint/eslint-plugin from 7.4.0 to 8.2.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.2.0

8.2.0 (2024-08-19)

🚀 Features

  • eslint-plugin: add suggestion to require-await to remove async keyword (#9718)
  • typescript-estree: special-case error for parserOptions.project and project references (#9686)

🩹 Fixes

  • eslint-plugin: [use-unknown-in-catch-callback-variable] flag second argument of .then (#9059)
  • eslint-plugin: [no-unnecessary-type-assertion] conflict with TS for variables used before assignment (#9209)
  • eslint-plugin: delete [] in message if ReadOnly is detected (#9513)
  • eslint-plugin: [no-redundant-type-constituents] differentiate a types-error any from a true any (#9555)
  • eslint-plugin: [no-unnecessary-type-parameters] check mapped constraint types if necessary (#9740)
  • eslint-plugin: [no-unsafe-enum-comparison] add logic to see through intersections (#9777)
  • typescript-estree: pass in tsconfigRootDir as cwd to getParsedConfigFile (#9804)

❤️ Thank You

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

v8.1.0

8.1.0 (2024-08-12)

🚀 Features

  • eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true (#9703)
  • eslint-plugin: [no-unsafe-return] check promise any (#8693)
  • eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods (#8765)
  • typescript-eslint: add JSDoc comments on generated configs (#9672)
  • typescript-estree: restrict variable declarator definite/init combinations (#9228)

🩹 Fixes

  • eslint-plugin: [no-unsafe-enum-comparison] typo in test (#9779)
  • eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references (#9738)
  • eslint-plugin: [member-ordering] get accessor member name & take into account abstract and decorator (#9775)
  • eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output (#9597)

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.2.0 (2024-08-19)

🚀 Features

  • eslint-plugin: add suggestion to require-await to remove async keyword

🩹 Fixes

  • eslint-plugin: [use-unknown-in-catch-callback-variable] flag second argument of .then

  • eslint-plugin: [no-unnecessary-type-assertion] conflict with TS for variables used before assignment

  • eslint-plugin: delete [] in message if ReadOnly is detected

  • eslint-plugin: [no-redundant-type-constituents] differentiate a types-error any from a true any

  • eslint-plugin: [no-unnecessary-type-parameters] check mapped constraint types if necessary

  • eslint-plugin: [no-unsafe-enum-comparison] add logic to see through intersections

❤️ Thank You

  • Abraham Guo
  • Dave
  • Jake Bailey
  • James
  • Josh Goldberg ✨
  • liuxingbaoyu
  • Yukihiro Hasegawa
  • Yutong Zhu

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

8.1.0 (2024-08-12)

🚀 Features

  • eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true

  • typescript-estree: restrict variable declarator definite/init combinations

  • eslint-plugin: [no-unsafe-return] check promise any

  • eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods

... (truncated)

Commits
  • 7440e14 chore(release): publish 8.2.0
  • db558d1 fix(eslint-plugin): [no-unsafe-enum-comparison] add logic to see through inte...
  • 3962885 chore: enable unicorn/prefer-string-replace-all (#9798)
  • da02f61 fix(eslint-plugin): [no-unnecessary-type-parameters] check mapped constraint ...
  • 478990f feat(eslint-plugin): add suggestion to require-await to remove async keyw...
  • 8087d17 fix(eslint-plugin): [no-redundant-type-constituents] differentiate a types-er...
  • 8e01254 fix(eslint-plugin): delete [] in message if ReadOnly<string[]> is detected (#...
  • 3ca8477 fix(eslint-plugin): [no-unnecessary-type-assertion] conflict with TS for vari...
  • 75a09a8 fix(eslint-plugin): [use-unknown-in-catch-callback-variable] flag second argu...
  • 382e87b chore: enable unicorn/prefer-node-protocol (#9742)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 7.4.0 to 8.2.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.2.0

8.2.0 (2024-08-19)

🚀 Features

  • eslint-plugin: add suggestion to require-await to remove async keyword (#9718)
  • typescript-estree: special-case error for parserOptions.project and project references (#9686)

🩹 Fixes

  • eslint-plugin: [use-unknown-in-catch-callback-variable] flag second argument of .then (#9059)
  • eslint-plugin: [no-unnecessary-type-assertion] conflict with TS for variables used before assignment (#9209)
  • eslint-plugin: delete [] in message if ReadOnly is detected (#9513)
  • eslint-plugin: [no-redundant-type-constituents] differentiate a types-error any from a true any (#9555)
  • eslint-plugin: [no-unnecessary-type-parameters] check mapped constraint types if necessary (#9740)
  • eslint-plugin: [no-unsafe-enum-comparison] add logic to see through intersections (#9777)
  • typescript-estree: pass in tsconfigRootDir as cwd to getParsedConfigFile (#9804)

❤️ Thank You

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

v8.1.0

8.1.0 (2024-08-12)

🚀 Features

  • eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true (#9703)
  • eslint-plugin: [no-unsafe-return] check promise any (#8693)
  • eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods (#8765)
  • typescript-eslint: add JSDoc comments on generated configs (#9672)
  • typescript-estree: restrict variable declarator definite/init combinations (#9228)

🩹 Fixes

  • eslint-plugin: [no-unsafe-enum-comparison] typo in test (#9779)
  • eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references (#9738)
  • eslint-plugin: [member-ordering] get accessor member name & take into account abstract and decorator (#9775)
  • eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output (#9597)

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.2.0 (2024-08-19)

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.

8.1.0 (2024-08-12)

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.

8.0.1 (2024-08-05)

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.

8.0.0 (2024-07-31)

🚀 Features

  • parser: always enable comment, loc, range, tokens

  • typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService

❤️ Thank You

  • Abraham Guo
  • Alfred Ringstad
  • auvred
  • Brad Zacher
  • Christopher Aubut
  • Collin Bachman
  • James Henry
  • Josh Goldberg
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit
  • Victor Lin
  • Yukihiro Hasegawa

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

7.18.0 (2024-07-29)

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

... (truncated)

Commits

Updates @vitejs/plugin-react from 4.2.1 to 4.3.1

Release notes

Sourced from @​vitejs/plugin-react's releases.

v4.3.1

Fix support for React Compiler with React 18

The previous version made this assumption that the compiler was only usable with React 19, but it's possible to use it with React 18 and a custom runtimeModule: https://gist.github.com/poteto/37c076bf112a07ba39d0e5f0645fec43

When using a custom runtimeModule, the plugin will not try to pre-optimize react/compiler-runtime dependency.

Reminder: Vite expect code outside of node_modules to be ESM, so you will need to update the gist with import React from 'react'.

v4.3.0

Fix support for React compiler

Don't set retainLines: true when the React compiler is used. This creates whitespace issues and the compiler is modifying the JSX too much to get correct line numbers after that. If you want to use the React compiler and get back correct line numbers for tools like vite-plugin-react-click-to-component to work, you should update your config to something like:

export default defineConfig(({ command }) => {
  const babelPlugins = [['babel-plugin-react-compiler', {}]]
  if (command === 'serve') {
    babelPlugins.push(['@babel/plugin-transform-react-jsx-development', {}])
  }
return {
plugins: [react({ babel: { plugins: babelPlugins } })],
}
})

Support HMR for class components

This is a long overdue and should fix some issues people had with HMR when migrating from CRA.

Changelog

Sourced from @​vitejs/plugin-react's changelog.

4.3.1 (2024-06-10)

Fix support for React Compiler with React 18

The previous version made this assumption that the compiler was only usable with React 19, but it's possible to use it with React 18 and a custom runtimeModule: https://gist.github.com/poteto/37c076bf112a07ba39d0e5f0645fec43

When using a custom runtimeModule, the plugin will not try to pre-optimize react/compiler-runtime dependency.

Reminder: Vite expect code outside of node_modules to be ESM, so you will need to update the gist with import React from 'react'.

4.3.0 (2024-05-22)

Fix support for React compiler

Don't set retainLines: true when the React compiler is used. This creates whitespace issues and the compiler is modifying the JSX too much to get correct line numbers after that. If you want to use the React compiler and get back correct line numbers for tools like vite-plugin-react-click-to-component to work, you should update your config to something like:

export default defineConfig(({ command }) => {
  const babelPlugins = [['babel-plugin-react-compiler', {}]]
  if (command === 'serve') {
    babelPlugins.push(['@babel/plugin-transform-react-jsx-development', {}])
  }
return {
plugins: [react({ babel: { plugins: babelPlugins } })],
}
})

Support HMR for class components

This is a long overdue and should fix some issues people had with HMR when migrating from CRA.

Commits

Updates eslint-plugin-react-hooks from 4.6.0 to 4.6.2

Changelog

Sourced from eslint-plugin-react-hooks's changelog.

5.0.0 (next release)

  • New Violations: Component names now need to start with an uppercase letter instead of a non-lowercase letter. This means _Button or _component are no longer valid. (@​kassens) in #25162
Commits
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for eslint-plugin-react-hooks since your current version.


Updates eslint-plugin-react-refresh from 0.4.6 to 0.4.10

Release notes

Sourced from eslint-plugin-react-refresh's releases.

v0.4.10

  • Support function Foo() {}; export default React.memo(Foo) (#46) (thanks @​SukkaW!)

v0.4.9

  • Support function Foo() {}; export default memo(Foo) (fixes #44) (thanks @​SukkaW!)

v0.4.8

  • Support export const foo = -1 with allowConstantExport (fixes #43)

v0.4.7

  • Support export { Component as default } (fixes #41)
Changelog

Sourced from eslint-plugin-react-refresh's changelog.

0.4.10

  • Support function Foo() {}; export default React.memo(Foo) (#46) (thanks @​SukkaW!)

0.4.9

  • Support function Foo() {}; export default memo(Foo) (fixes #44) (thanks @​SukkaW!)

0.4.8

  • Support export const foo = -1 with allowConstantExport (fixes #43)

0.4.7

  • Support export { Component as default } (fixes #41)
Commits
  • 7101b09 Supports React.forwardRef and React.memo [publish] (#46)
  • 897a11d Handle memo for function declarations / function assignments [publish] (#45)
  • a10b96b Support export const foo = -1 with allowConstantExport (fixes #43) [publish]
  • 70dcd5a Support export { Component as default } (fixes #41) [publish]
  • See full diff in compare view

Updates luxon from 3.4.4 to 3.5.0

Changelog

Sourced from luxon's changelog.

3.5.0 (2024-08-03)

  • Various performance improvements
  • throwOnInvalid causes the constructor to throw if the year is invalid
Commits

Updates rimraf from 5.0.5 to 6.0.1

Changelog

Sourced from rimraf's changelog.

6.0

  • Drop support for nodes before v20
  • Add --version to CLI

5.0

  • No default export, only named exports

4.4

  • Provide Dirent or Stats object as second argument to filter

4.3

  • Return boolean indicating whether the path was fully removed
  • Add filter option
  • bin: add --verbose, -v to print files as they are deleted
  • bin: add --no-verbose, -V to not print files as they are deleted
  • bin: add -i --interactive to be prompted on each deletion
  • bin: add -I --no-interactive to not be prompted on each deletion
  • 4.3.1 Fixed inappropriately following symbolic links to directories

v4.2

  • Brought back glob support, using the new and improved glob v9

v4.1

  • Improved hybrid module with no need to look at the .default dangly bit. .default preserved as a reference to rimraf for compatibility with anyone who came to rely on it in v4.0.
  • Accept and ignore -rf and -fr arguments to the bin.

v4.0

  • Remove glob dependency entirely. This library now only accepts actual file and folder names to delete.
  • Accept array of paths or single path.
  • Windows performance and reliability improved.
  • All strategies separated into explicitly exported methods.
  • Drop support for Node.js below version 14
  • rewrite in TypeScript
  • ship CJS/ESM hybrid module
  • Error on unknown arguments to the bin. (Previously they were silently ignored.)

v3.0

... (truncated)

Commits

Updates typescript from 5.4.3 to 5.5.4

Release notes

Sourced from typescript's releases.

TypeScript 5.5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

... (truncated)

Commits
  • c8a7d58 Bump version to 5.5.4 and LKG
  • c0ded04 🤖 Pick PR #58771 (Allow references to the global Symb...) into release-5.5 (#...
  • 5ba41e2 🤖 Pick PR #59208 (Write non-missing undefined on mapp...) into release-5.5 (#...
  • b075332 🤖 Pick PR #59337 (Allow declarationMap to be emitted ...) into release-5.5 (#...
  • 9dd6f91 Cherry-pick "Stop using latest Node in CI" to release-5.5 (#59348)
  • bf0ddaf 🤖 Pick PR #59070 (Delay the calculation of common sou...) into release-5.5 (#...
  • a44e2d9 🤖 Pick PR #59160 (Fixed crash on authored import type...) into release-5.5 (#...
  • f35206d 🤖 Pick PR #59325 (Don't skip markLinkedReferences on ...) into release-5.5 (#...
  • 1109550 Fix baselines on release-5.5 (#59330)
  • 8794318 🤖 Pick PR #59215 (Fix codefix crash on circular alias...) into release-5.5 (#...
  • Additional commits viewable in compare view

Updates vite from 5.2.7 to 5.4.2

Release notes

Sourced from vite's releases.

create-vite@5.4.0

Please refer to CHANGELOG.md for details.

create-vite@5.3.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.4.2 (2024-08-20)

5.4.1 (2024-08-15)

5.4.0 (2024-08-07)

5.4.0-beta.1 (2024-08-01)

Bumps the all-dependencies group with 21 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@apicurio/eslint-config](https://github.com/Apicurio/apicurio-configs) | `0.2.0` | `0.3.0` |
| [@patternfly/patternfly](https://github.com/patternfly/patternfly) | `5.2.1` | `5.3.1` |
| [@patternfly/react-core](https://github.com/patternfly/patternfly-react) | `5.2.3` | `5.3.4` |
| [@patternfly/react-icons](https://github.com/patternfly/patternfly-react) | `5.2.1` | `5.3.2` |
| [@patternfly/react-table](https://github.com/patternfly/patternfly-react) | `5.2.4` | `5.3.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.2` | `22.5.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.4.0` | `8.2.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.4.0` | `8.2.0` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `4.2.1` | `4.3.1` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `4.6.0` | `4.6.2` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.6` | `0.4.10` |
| [luxon](https://github.com/moment/luxon) | `3.4.4` | `3.5.0` |
| [rimraf](https://github.com/isaacs/rimraf) | `5.0.5` | `6.0.1` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.5.4` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.2.7` | `5.4.2` |
| [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts) | `3.8.1` | `4.0.3` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.73` | `18.3.4` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.23` | `18.3.0` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.22.3` | `6.26.1` |



Updates `@apicurio/eslint-config` from 0.2.0 to 0.3.0
- [Commits](https://github.com/Apicurio/apicurio-configs/commits)

Updates `@patternfly/patternfly` from 5.2.1 to 5.3.1
- [Release notes](https://github.com/patternfly/patternfly/releases)
- [Changelog](https://github.com/patternfly/patternfly/blob/main/release.config.js)
- [Commits](patternfly/patternfly@patch-v5.2.1...patch-v5.3.1)

Updates `@patternfly/react-core` from 5.2.3 to 5.3.4
- [Release notes](https://github.com/patternfly/patternfly-react/releases)
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.2.3...@patternfly/react-core@5.3.4)

Updates `@patternfly/react-icons` from 5.2.1 to 5.3.2
- [Release notes](https://github.com/patternfly/patternfly-react/releases)
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@5.2.1...@patternfly/react-icons@5.3.2)

Updates `@patternfly/react-table` from 5.2.4 to 5.3.4
- [Release notes](https://github.com/patternfly/patternfly-react/releases)
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.2.4...@patternfly/react-table@5.3.4)

Updates `@types/node` from 20.12.2 to 22.5.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 7.4.0 to 8.2.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.2.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.4.0 to 8.2.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.2.0/packages/parser)

Updates `@vitejs/plugin-react` from 4.2.1 to 4.3.1
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.1/packages/plugin-react)

Updates `eslint-plugin-react-hooks` from 4.6.0 to 4.6.2
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Updates `eslint-plugin-react-refresh` from 0.4.6 to 0.4.10
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.6...v0.4.10)

Updates `luxon` from 3.4.4 to 3.5.0
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@3.4.4...3.5.0)

Updates `rimraf` from 5.0.5 to 6.0.1
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v5.0.5...v6.0.1)

Updates `typescript` from 5.4.3 to 5.5.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.3...v5.5.4)

Updates `vite` from 5.2.7 to 5.4.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.2/packages/vite)

Updates `vite-plugin-dts` from 3.8.1 to 4.0.3
- [Release notes](https://github.com/qmhc/vite-plugin-dts/releases)
- [Changelog](https://github.com/qmhc/vite-plugin-dts/blob/main/CHANGELOG.md)
- [Commits](qmhc/vite-plugin-dts@v3.8.1...v4.0.3)

Updates `react` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)

Updates `@types/react` from 18.2.73 to 18.3.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)

Updates `@types/react-dom` from 18.2.23 to 18.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `react-router-dom` from 6.22.3 to 6.26.1
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.26.1/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: "@apicurio/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@patternfly/patternfly"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@patternfly/react-core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@patternfly/react-icons"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@patternfly/react-table"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@vitejs/plugin-react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: eslint-plugin-react-hooks
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: eslint-plugin-react-refresh
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: luxon
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: rimraf
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: vite-plugin-dts
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: react-dom
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: react-router-dom
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot Dependabot bot added the dependencies Pull requests that update a dependency file label Aug 21, 2024
Copy link
Contributor Author

Dependabot bot commented on behalf of github Aug 22, 2024

Superseded by #142.

@dependabot Dependabot bot closed this Aug 22, 2024
@dependabot Dependabot bot deleted the dependabot/npm_and_yarn/all-dependencies-b1680c98c1 branch August 22, 2024 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants