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-minor-patch group with 29 updates #1014

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 8, 2024

Bumps the all-minor-patch group with 29 updates:

Package From To
@testing-library/dom 9.3.3 9.3.4
@testing-library/jest-dom 6.1.6 6.4.2
@types/react 18.2.46 18.2.55
@types/react-dom 18.2.18 18.2.19
@typescript-eslint/eslint-plugin 6.17.0 6.21.0
@typescript-eslint/parser 6.17.0 6.21.0
cypress 13.6.2 13.6.4
eslint-plugin-vitest 0.3.20 0.3.22
lint-staged 15.2.0 15.2.2
prettier 3.1.1 3.2.5
vite-plugin-html 3.2.1 3.2.2
vite-tsconfig-paths 4.2.3 4.3.1
ibantools 4.3.8 4.3.9
react-router-dom 6.21.1 6.22.0
@testing-library/react 14.1.2 14.2.1
i18next 23.7.13 23.8.2
nock 13.4.0 13.5.1
@octokit/auth-app 6.0.2 6.0.3
@octokit/webhooks-types 7.3.1 7.3.2
dotenv 16.3.1 16.4.1
jose 5.2.0 5.2.1
@types/luxon 3.3.7 3.4.2
@types/node 20.10.6 20.11.16
@types/node-fetch 2.6.10 2.6.11
@types/uuid 9.0.7 9.0.8
axe-core 4.8.3 4.8.4
i18n-iso-countries 7.7.0 7.10.0
supertest 6.3.3 6.3.4
@types/supertest 2.0.14 6.0.2

Updates @testing-library/dom from 9.3.3 to 9.3.4

Release notes

Sourced from @​testing-library/dom's releases.

v9.3.4

9.3.4 (2024-01-08)

Bug Fixes

  • Stop calling waitFor callback after timeout (#1271) (9aaf715)
Commits

Updates @testing-library/jest-dom from 6.1.6 to 6.4.2

Release notes

Sourced from @​testing-library/jest-dom's releases.

v6.4.2

6.4.2 (2024-02-05)

Bug Fixes

  • Remove errant export of GetByRoleMatcher, fixing type checking in some TS configurations (#575) (a93c0c4)

v6.4.1

6.4.1 (2024-02-01)

Bug Fixes

  • Export type TestingLibraryMatchers from "./matchers" (#576) (dd1c4dd)

v6.4.0

6.4.0 (2024-01-30)

Features

v6.3.0

6.3.0 (2024-01-24)

Features

  • Support for regular expressions in toHaveClass (#563) (9787ed5)

v6.2.1

6.2.1 (2024-01-22)

Bug Fixes

  • Standalone types for "./matchers" export and add Bun support (#566) (5675b86)

v6.2.0

6.2.0 (2024-01-03)

Features

  • toHaveAccessibleDescription supports aria-description (#565) (1fb156c)
Commits
  • a93c0c4 fix: Remove errant export of GetByRoleMatcher, fixing type checking in some T...
  • c5c4e8d docs: add Dennis273 as a contributor for code (#581)
  • 978e3d4 docs: add kryops as a contributor for bug, code, and test (#580)
  • 73ad847 docs: add SteKoe as a contributor for bug, and code (#579)
  • d829ed9 docs: add jakeboone02 as a contributor for code, and test (#578)
  • 16499cf docs: add fpapado as a contributor for code, doc, and test (#573)
  • dd1c4dd fix: Export type TestingLibraryMatchers from "./matchers" (#576)
  • f7dc673 feat: Add toHaveRole matcher (#572)
  • 9787ed5 feat: Support for regular expressions in toHaveClass (#563)
  • 5675b86 fix: Standalone types for "./matchers" export and add Bun support (#566)
  • Additional commits viewable in compare view

Updates @types/react from 18.2.46 to 18.2.55

Commits

Updates @types/react-dom from 18.2.18 to 18.2.19

Commits

Updates @typescript-eslint/eslint-plugin from 6.17.0 to 6.21.0

Release notes

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

v6.21.0

6.21.0 (2024-02-05)

🚀 Features

  • export plugin metadata (#8331)
  • allow parserOptions.project: false (#8339)
  • eslint-plugin: add rule prefer-find (#8216)
  • typescript-estree: forbid duplicated accessibility modifiers (#8257)
  • utils: improve eslint types (#8344)

🩹 Fixes

  • ast-spec: add JSXElement type to the JSXAttribute['value'] (#8285)
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression (#8265)
  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values (#8250)
  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions (#8332)
  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option (#8249)
  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists (#8277)
  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword (#8326)
  • rule-tester: fix a phantom dependency on the "semver" package (#8260)

❤️ Thank You

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

v6.20.0

6.20.0 (2024-01-29)

🚀 Features

  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering (#8248)

🩹 Fixes

  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result (#8283)
  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable (#8262)
  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN (#8295)
  • eslint-plugin: [prefer-readonly] disable checking accessors (#8300)

❤️ Thank You

... (truncated)

Changelog

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

6.21.0 (2024-02-05)

🚀 Features

  • export plugin metadata

  • allow parserOptions.project: false

  • eslint-plugin: add rule prefer-find

🩹 Fixes

  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression

  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values

  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions

  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option

  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists

  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword

❤️ Thank You

  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

6.20.0 (2024-01-29)

🚀 Features

  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering

🩹 Fixes

  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

... (truncated)

Commits
  • 289ee88 chore(release): publish 6.21.0
  • f892a72 docs(eslint-plugin): mention alternatives in no-explicit-any (#8370)
  • aa5edf7 chore(deps): update dependency prettier to v3.2.4 (#8357)
  • 1d7447f chore(eslint-plugin): [no-invalid-void-type] fix Options typing to reflect ...
  • e2b46e0 fix(eslint-plugin): [no-unnecessary-type-assertion] provide valid fixes for a...
  • 3bbb78d feat(eslint-plugin): add rule prefer-find (#8216)
  • 9883ee2 feat: export plugin metadata (#8331)
  • 69bd501 fix(eslint-plugin): [class-literal-property-style] allow getter when same key...
  • cd5dff8 chore: bump eslint versions (#8338)
  • 8d62ee6 chore: remove unnecessary eslint-disable comments (#8336)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 6.17.0 to 6.21.0

Release notes

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

v6.21.0

6.21.0 (2024-02-05)

🚀 Features

  • export plugin metadata (#8331)
  • allow parserOptions.project: false (#8339)
  • eslint-plugin: add rule prefer-find (#8216)
  • typescript-estree: forbid duplicated accessibility modifiers (#8257)
  • utils: improve eslint types (#8344)

🩹 Fixes

  • ast-spec: add JSXElement type to the JSXAttribute['value'] (#8285)
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression (#8265)
  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values (#8250)
  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions (#8332)
  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option (#8249)
  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists (#8277)
  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword (#8326)
  • rule-tester: fix a phantom dependency on the "semver" package (#8260)

❤️ Thank You

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

v6.20.0

6.20.0 (2024-01-29)

🚀 Features

  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering (#8248)

🩹 Fixes

  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result (#8283)
  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable (#8262)
  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN (#8295)
  • eslint-plugin: [prefer-readonly] disable checking accessors (#8300)

❤️ Thank You

... (truncated)

Changelog

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

6.21.0 (2024-02-05)

🚀 Features

  • allow parserOptions.project: false

❤️ Thank You

  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

6.20.0 (2024-01-29)

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.

6.19.1 (2024-01-22)

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.

6.19.0 (2024-01-15)

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.

6.18.1 (2024-01-08)

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.

6.18.0 (2024-01-06)

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.

Commits

Updates cypress from 13.6.2 to 13.6.4

Release notes

Sourced from cypress's releases.

v13.6.4

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-4

v13.6.3

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-3

Commits
  • f705980 chore: bump package.json and format changelog for release 13.6.4 (#28825)
  • f21b4a1 chore: release @​cypress/webpack-dev-server-v3.7.4
  • 43792e7 fix: optimize reduce addCypressToWebpackEslintRulesInPlace (#27819)
  • 6842d1e chore: Update Chrome (beta) to 122.0.6261.6 (#28797)
  • f741635 chore: Update Chrome (stable) to 121.0.6167.85 (#28786)
  • 1b5eac9 chore: fix release readiness job [run ci] (#28790)
  • c415c81 chore: update octokit and arm64 image to newest focal (#28754)
  • 9088dc2 fix: issue with service workers in test replay when they're initiated from a ...
  • b17409a chore(deps): update dependency vite [security] (#28773)
  • bf923fb chore: Update Chrome (beta) to 121.0.6167.85 (#28778)
  • Additional commits viewable in compare view

Updates eslint-plugin-vitest from 0.3.20 to 0.3.22

Release notes

Sourced from eslint-plugin-vitest's releases.

v0.3.22

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v0.3.21...v0.3.22

v0.3.21

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v0.3.20...v0.3.21

Commits

Updates lint-staged from 15.2.0 to 15.2.2

Release notes

Sourced from lint-staged's releases.

v15.2.2

Patch Changes

  • #1391 fdcdad4 Thanks @​iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.

v15.2.1

Patch Changes

  • #1387 e4023f6 Thanks @​iiroj! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, lint-staged has used the default settings to spawn linter commands. This means the stdin of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the stdin is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.
Changelog

Sourced from lint-staged's changelog.

15.2.2

Patch Changes

  • #1391 fdcdad4 Thanks @​iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.

15.2.1

Patch Changes

  • #1387 e4023f6 Thanks @​iiroj! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, lint-staged has used the default settings to spawn linter commands. This means the stdin of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the stdin is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.
Commits
  • 4d4270b chore(changeset): release
  • a7c5957 Merge pull request #1391 from lint-staged/fix-sparse-checkout
  • c1b2a6a ci: use macOS Sonoma M1 runners
  • fdcdad4 fix: do not try to load configuration from files that are not checked out
  • 999dcce chore(changeset): release
  • 52a9e3f Merge pull request #1387 from lint-staged/ignore-stdin
  • dd72fde ci: update "actions/cache@v4"
  • e4023f6 fix: ignore stdin of spawned commands
  • 46f2c43 ci: update actions/setup-node@v4
  • a684125 ci: update CodeQL action v3
  • Additional commits viewable in compare view

Updates prettier from 3.1.1 to 3.2.5

Release notes

Sourced from prettier's releases.

3.2.5

🔗 Changelog

3.2.4

  • Fix .eslintrc.json format #15947

🔗 Changelog

3.2.3

  • Format tsconfig.json file with jsonc parser #15927

🔗 Changelog

3.2.2

🔗 Changelog

3.2.1

🔗 Changelog

3.2.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.2.5

diff

Support Angular inline styles as single template literal (#15968 by @​sosukesuzuki)

Angular v17 supports single string inline styles.

// Input
@Component({
  template: `<div>...</div>`,
  styles: `h1 { color: blue; }`,
})
export class AppComponent {}
// Prettier 3.2.4
@​Component({
template: &lt;div&gt;...&lt;/div&gt;,
styles: h1 { color: blue; },
})
export class AppComponent {}
// Prettier 3.2.5
@​Component({
template: &lt;div&gt;...&lt;/div&gt;,
styles: h1 { color: blue; },
})
export class AppComponent {}

Unexpected embedded formatting for Angular template (#15969 by @​JounQin)

Computed template should not be considered as Angular component template

// Input
const template = "foobar";
@​Component({
[template]: &lt;h1&gt;{{       hello }}&lt;/h1&gt;,
})
export class AppComponent {}
</tr></table>

... (truncated)

Commits

Updates vite-plugin-html from 3.2.1 to 3.2.2

Commits

Updates vite-tsconfig-paths from 4.2.3 to 4.3.1

Release notes

Sourced from vite-tsconfig-paths's releases.

v4.3.0

  • 353926a feat: use jsconfig.json if present (closes #22)
Commits

Updates ibantools from 4.3.8 to 4.3.9

Changelog

Sourced from ibantools's changelog.

2024-01-09 Saša Jovanić [email protected]

  • Version 4.3.9
  • Removed Dutch (NL) BBAN validation

2023-12-08 Saša Jovanić [email protected]

  • Version 4.3.8

2023-12-06 Artur Aralin [email protected]

  • Remove console.log

2023-12-03 Saša Jovanić [email protected]

  • Version 4.3.7

2023-12-02 Saša Jovanić [email protected]

  • Added Dutch (NL) BBAN validation

2023-11-26 Saša Jovanić [email protected]

  • Version 4.3.6

2023-11-13 Davide Bianco [email protected]

  • Fixed specs for Slovenian IBAN

2023-10-14 Saša Jovanić [email protected]

  • Version 4.3.5
  • Added script to parse IBAN specification provided as text file
  • Added code to extract accountNumber, bankIdentifier and branchIdentifier and provide it in ExtractIBANResult

2023-09-25 Saša Jovanić [email protected]

  • Updated some development dependencies and list of supported node versions

2023-09-25 Saša Jovanić [email protected]

  • Version 4.3.4

2023-09-22 Guilherme Webber Mendes [email protected]

  • Add FK (Falkland Islands) IBAN validation
  • Update NI (Nicaragua) IBAN validation

2023-07-11 Pawlina53

  • Add SEPA attribute to VA (Vatican)

2023-06-19 Saichand Chowdary [email protected]

  • Fixed slice index in mod9710Iban method

2023-05-23 Saša Jovanić [email protected]

  • Version 4.3.3
  • Remove outdated BBAN check for Finland
  • Fix issue with using LX for QR-IBAN instead of LI

2023-04-21 Saša Jovanić [email protected]

  • Version 4.3.2

... (truncated)

Commits
  • 1b27690 Remove Dutch BBAN check
  • 597937a Bump @​typescript-eslint/parser from 6.15.0 to 6.16.0
  • 650ad84 Bump @​typescript-eslint/eslint-plugin from 6.15.0 to 6.16.0
  • 33efe3c Bump eslint-plugin-prettier from 5.0.1 to 5.1.2
  • 1a9f059 Bump @​typescript-eslint/eslint-plugin from 6.14.0 to 6.15.0
  • fd6e001 Bump @​typescript-eslint/parser from 6.14.0 to 6.15.0
  • a7e9e24 Bump eslint from 8.55.0 to 8.56.0
  • 4229150 Bump @​typescript-eslint/eslint-plugin from 6.13.2 to 6.14.0
  • 9b166e3 Bump @​typescript-eslint/parser from 6.13.2 to 6.14.0
  • 93c0d50 Bump prettier from 3.1.0 to 3.1.1
  • See full diff in compare view

Updates react-router-dom from 6.21.1 to 6.22.0

Release notes

Sourced from react-router-dom's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

... (truncated)

Changelog

Sourced from react-router-dom's changelog.

6.22.0

Minor Changes

  • Include a window__reactRouterVersion tag for CWV Report detection (#11222)

Patch Changes

6.21.3

Patch Changes

  • Fix NavLink isPending when a basename is used (#11195)
  • Remove leftover unstable_ prefix from Blocker/BlockerFunction types (#11187)
  • Updated dependencies:

6.21.2

Patch Changes

Commits

Updates @testing-library/react from 14.1.2 to 14.2.1

Release notes

Sourced from @​testing-library/react's releases.

v14.2.1

14.2.1 (2024-02-01)

Bug Fixes

  • Update types to support all possible react component return values (#1272) (55e79c2)

v14.2.0

14.2.0 (2024-01-30)

Features

  • add reactStrictMode option to enable strict mode render (#1241) (0880eba)
Commits
  • edb6344 docs: add trappar as a contributor for code (#1273)
  • 55e79c2 fix: Update types to support all possible react component return values (#1272)
  • 4509fb6 docs: add yinm as a contributor for code (#1269)
  • 0880eba feat: add reactStrictMode option to enable strict mode render (#1241)
  • 03a301f chore: update stackblitz url in issue template (#1258)
  • See full diff in compare view

Updates i18next from 23.7.13 to 23.8.2

Release notes

Sourced from i18next's releases.

v23.8.2

  • optimize addResources to address

Bumps the all-minor-patch group with 29 updates:

| Package | From | To |
| --- | --- | --- |
| [@testing-library/dom](https://github.com/testing-library/dom-testing-library) | `9.3.3` | `9.3.4` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.1.6` | `6.4.2` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.46` | `18.2.55` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.18` | `18.2.19` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.17.0` | `6.21.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.17.0` | `6.21.0` |
| [cypress](https://github.com/cypress-io/cypress) | `13.6.2` | `13.6.4` |
| [eslint-plugin-vitest](https://github.com/veritem/eslint-plugin-vitest) | `0.3.20` | `0.3.22` |
| [lint-staged](https://github.com/okonet/lint-staged) | `15.2.0` | `15.2.2` |
| [prettier](https://github.com/prettier/prettier) | `3.1.1` | `3.2.5` |
| [vite-plugin-html](https://github.com/vbenjs/vite-plugin-html/tree/HEAD/packages/core) | `3.2.1` | `3.2.2` |
| [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) | `4.2.3` | `4.3.1` |
| [ibantools](https://github.com/Simplify/ibantools) | `4.3.8` | `4.3.9` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.21.1` | `6.22.0` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.1.2` | `14.2.1` |
| [i18next](https://github.com/i18next/i18next) | `23.7.13` | `23.8.2` |
| [nock](https://github.com/nock/nock) | `13.4.0` | `13.5.1` |
| [@octokit/auth-app](https://github.com/octokit/auth-app.js) | `6.0.2` | `6.0.3` |
| [@octokit/webhooks-types](https://github.com/octokit/webhooks) | `7.3.1` | `7.3.2` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.3.1` | `16.4.1` |
| [jose](https://github.com/panva/jose) | `5.2.0` | `5.2.1` |
| [@types/luxon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/luxon) | `3.3.7` | `3.4.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.10.6` | `20.11.16` |
| [@types/node-fetch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-fetch) | `2.6.10` | `2.6.11` |
| [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) | `9.0.7` | `9.0.8` |
| [axe-core](https://github.com/dequelabs/axe-core) | `4.8.3` | `4.8.4` |
| [i18n-iso-countries](https://github.com/michaelwittig/node-i18n-iso-countries) | `7.7.0` | `7.10.0` |
| [supertest](https://github.com/ladjs/supertest) | `6.3.3` | `6.3.4` |
| [@types/supertest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/supertest) | `2.0.14` | `6.0.2` |


Updates `@testing-library/dom` from 9.3.3 to 9.3.4
- [Release notes](https://github.com/testing-library/dom-testing-library/releases)
- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/dom-testing-library@v9.3.3...v9.3.4)

Updates `@testing-library/jest-dom` from 6.1.6 to 6.4.2
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.1.6...v6.4.2)

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

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

Updates `@typescript-eslint/eslint-plugin` from 6.17.0 to 6.21.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/v6.21.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.17.0 to 6.21.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/v6.21.0/packages/parser)

Updates `cypress` from 13.6.2 to 13.6.4
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.6.2...v13.6.4)

Updates `eslint-plugin-vitest` from 0.3.20 to 0.3.22
- [Release notes](https://github.com/veritem/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v0.3.20...v0.3.22)

Updates `lint-staged` from 15.2.0 to 15.2.2
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.0...v15.2.2)

Updates `prettier` from 3.1.1 to 3.2.5
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.1.1...3.2.5)

Updates `vite-plugin-html` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/vbenjs/vite-plugin-html/releases)
- [Changelog](https://github.com/vbenjs/vite-plugin-html/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vbenjs/vite-plugin-html/commits/HEAD/packages/core)

Updates `vite-tsconfig-paths` from 4.2.3 to 4.3.1
- [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases)
- [Commits](aleclarson/vite-tsconfig-paths@v4.2.3...v4.3.1)

Updates `ibantools` from 4.3.8 to 4.3.9
- [Changelog](https://github.com/Simplify/ibantools/blob/master/ChangeLog)
- [Commits](Simplify/ibantools@4.3.8...4.3.9)

Updates `react-router-dom` from 6.21.1 to 6.22.0
- [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/[email protected]/packages/react-router-dom)

Updates `@testing-library/react` from 14.1.2 to 14.2.1
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v14.1.2...v14.2.1)

Updates `i18next` from 23.7.13 to 23.8.2
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v23.7.13...v23.8.2)

Updates `nock` from 13.4.0 to 13.5.1
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v13.4.0...v13.5.1)

Updates `@octokit/auth-app` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/octokit/auth-app.js/releases)
- [Commits](octokit/auth-app.js@v6.0.2...v6.0.3)

Updates `@octokit/webhooks-types` from 7.3.1 to 7.3.2
- [Release notes](https://github.com/octokit/webhooks/releases)
- [Commits](octokit/webhooks@v7.3.1...v7.3.2)

Updates `dotenv` from 16.3.1 to 16.4.1
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.3.1...v16.4.1)

Updates `jose` from 5.2.0 to 5.2.1
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v5.2.0...v5.2.1)

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

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

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

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

Updates `axe-core` from 4.8.3 to 4.8.4
- [Release notes](https://github.com/dequelabs/axe-core/releases)
- [Changelog](https://github.com/dequelabs/axe-core/blob/v4.8.4/CHANGELOG.md)
- [Commits](dequelabs/axe-core@v4.8.3...v4.8.4)

Updates `i18n-iso-countries` from 7.7.0 to 7.10.0
- [Release notes](https://github.com/michaelwittig/node-i18n-iso-countries/releases)
- [Commits](michaelwittig/node-i18n-iso-countries@v7.7.0...v7.10.0)

Updates `supertest` from 6.3.3 to 6.3.4
- [Release notes](https://github.com/ladjs/supertest/releases)
- [Commits](ladjs/supertest@v6.3.3...v6.3.4)

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

---
updated-dependencies:
- dependency-name: "@testing-library/dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: eslint-plugin-vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: vite-plugin-html
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: vite-tsconfig-paths
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: ibantools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: i18next
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: nock
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@octokit/auth-app"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@octokit/webhooks-types"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: jose
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@types/luxon"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@types/node-fetch"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@types/uuid"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: axe-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: i18n-iso-countries
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: supertest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@types/supertest"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 8, 2024 07:54
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 8, 2024
@akgagnat
Copy link
Member

akgagnat commented Feb 9, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 9, 2024

Superseded by #1019.

@dependabot dependabot bot closed this Feb 9, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-minor-patch-8cf8ee7853 branch February 9, 2024 10:02
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant