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 group with 21 updates #188

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all group with 21 updates:

Package From To
@testing-library/jest-dom 6.3.0 6.4.2
@testing-library/react 14.1.2 14.2.1
@types/jest 29.5.11 29.5.12
@types/node 20.11.10 20.11.16
@types/react 18.2.48 18.2.53
@typescript-eslint/eslint-plugin 6.19.1 6.20.0
@typescript-eslint/parser 6.19.1 6.20.0
husky 9.0.6 9.0.10
lint-staged 15.2.0 15.2.1
prettier 3.2.4 3.2.5
array-buffer-byte-length 1.0.0 1.0.1
array.prototype.tosorted 1.1.2 1.1.3
arraybuffer.prototype.slice 1.0.2 1.0.3
available-typed-arrays 1.0.5 1.0.6
caniuse-lite 1.0.30001581 1.0.30001584
electron-to-chromium 1.4.648 1.4.656
has-tostringtag 1.0.0 1.0.2
ignore 5.3.0 5.3.1
is-typed-array 1.1.12 1.1.13
object.groupby 1.0.1 1.0.2
reflect.getprototypeof 1.0.4 1.0.5

Updates @testing-library/jest-dom from 6.3.0 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

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)
  • See full diff in compare view

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 @types/jest from 29.5.11 to 29.5.12

Commits

Updates @types/node from 20.11.10 to 20.11.16

Commits

Updates @types/react from 18.2.48 to 18.2.53

Commits

Updates @typescript-eslint/eslint-plugin from 6.19.1 to 6.20.0

Release notes

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

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

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

Changelog

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

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

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You

  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

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

Commits
  • a01a6e6 chore(release): publish 6.20.0
  • 4d2ce3b fix(eslint-plugin): [prefer-readonly] disable checking accessors (#8300)
  • 9dca40e chore(eslint-plugin): fix typos in schema definitions (#8311)
  • d02d086 fix(eslint-plugin): [no-useless-template-literals] report Infinity & NaN (#8295)
  • 70505e4 fix(eslint-plugin): [prefer-nullish-coalescing] treat any/unknown as non-null...
  • d0137c8 chore: enable prefer-nullish-coalescing internally (#7955)
  • bbc6770 feat(eslint-plugin): [member-ordering] allow easy reuse of the default orderi...
  • 8622286 fix(eslint-plugin): [no-useless-template-literals] incorrect bigint autofix r...
  • See full diff in compare view

Updates @typescript-eslint/parser from 6.19.1 to 6.20.0

Release notes

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

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

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

Changelog

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

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.

Commits

Updates husky from 9.0.6 to 9.0.10

Release notes

Sourced from husky's releases.

v9.0.10

v9.0.9

v9.0.8

v9.0.7

Commits

Updates lint-staged from 15.2.0 to 15.2.1

Release notes

Sourced from lint-staged's releases.

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.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
  • 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
  • 3b9660d chore(deps): update dependencies
  • See full diff in compare view

Updates prettier from 3.2.4 to 3.2.5

Release notes

Sourced from prettier's releases.

3.2.5

🔗 Changelog

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 array-buffer-byte-length from 1.0.0 to 1.0.1

Changelog

Sourced from array-buffer-byte-length's changelog.

v1.0.1 - 2024-02-03

Commits

  • [patch] add types 598d446
  • [Dev Deps] update @ljharb/eslint-config, aud, npmignore, object-inspect, tape 2572345
  • [Tests] add coverage d27357d
  • [Deps] update call-bind, is-array-buffer 2ea13ad
  • [meta] add missing engines.node 380e96d
  • [Deps] update is-array-buffer cfa7093
  • [meta] add sideEffects flag 7297ddd
Commits
  • b946a8a v1.0.1
  • 598d446 [patch] add types
  • 7297ddd [meta] add sideEffects flag
  • cfa7093 [Deps] update is-array-buffer
  • 380e96d [meta] add missing engines.node
  • 2ea13ad [Deps] update call-bind, is-array-buffer
  • 2572345 [Dev Deps] update @ljharb/eslint-config, aud, npmignore, `object-inspec...
  • d27357d [Tests] add coverage
  • See full diff in compare view

Updates array.prototype.tosorted from 1.1.2 to 1.1.3

Changelog

Sourced from array.prototype.tosorted's changelog.

v1.1.3 - 2024-02-04

Commits

  • [Refactor] use es-errors where possible, so things that only need those do not need get-intrinsic 6c089a5
  • [Deps] update call-bind, define-properties, es-abstract, es-shim-unscopables, get-intrinsic d096b56
  • [Dev Deps] update aud, npmignore, tape 43cea6d
  • [Dev Deps] use hasown instead of has cefe5dc
  • [Dev Deps] update tape ad8446e
Commits
  • a7eae33 v1.1.3
  • 6c089a5 [Refactor] use es-errors where possible, so things that only need those do ...
  • 43cea6d [Dev Deps] update aud, npmignore, tape
  • d096b56 [Deps] update call-bind, define-properties, es-abstract, `es-shim-unsco...
  • cefe5dc [Dev Deps] use hasown instead of has
  • ad8446e [Dev Deps] update tape
  • See full diff in compare view

Updates arraybuffer.prototype.slice from 1.0.2 to 1.0.3

Changelog

Sourced from arraybuffer.prototype.slice's changelog.

v1.0.3 - 2024-02-04

Commits

  • [Deps] update array-buffer-byte-length, call-bind, define-properties, es-abstract, get-intrinsic, is-array-buffer d9b6859
  • [Dev Deps] update aud, npmignore, object-inspect, tape 38cb58d
  • [Refactor] use es-errors where possible, so things that only need those do not need get-intrinsic 5c07bef
Commits
  • 14e95ca v1.0.3
  • 5c07bef [Refactor] use es-errors where possible, so things that only need those do ...
  • d9b6859 [Deps] update array-buffer-byte-length, call-bind, define-properties, `...
  • 38cb58d [Dev Deps] update aud, npmignore, object-inspect, tape
  • See full diff in compare view

Updates available-typed-arrays from 1.0.5 to 1.0.6

Changelog

Sourced from available-typed-arrays's changelog.

v1.0.6 - 2024-01-31

Commits

  • [actions] reuse common workflows 1850353
  • [meta] use npmignore to autogenerate an npmignore file 5c7de12
  • [patch] add types fcfb0ea
  • [actions] update codecov uploader d844945
  • [Dev Deps] update eslint, @ljharb/eslint-config, array.prototype.every, safe-publish-latest, tape a2be6f4
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, auto-changelog, tape b283a3e
  • [actions] update rebase action to use reusable workflow 0ad1f2d
  • [Dev Deps] update @ljharb/eslint-config, array.prototype.every, aud, tape cd36e81
  • [meta] simplify "exports" f696e5f
  • [Dev Deps] update aud, npmignore, tape bf20080
Commits
  • a18bbe6 v1.0.6
  • fcfb0ea [patch] add types
  • bf20080 [Dev Deps] update aud, npmignore, tape
  • cd36e81 [Dev Deps] update @ljharb/eslint-config, array.prototype.every, aud, `t...
  • 5c7de12 [meta] use npmignore to autogenerate an npmignore file
  • b283a3e [Dev Deps] update eslint, @ljharb/eslint-config, aud, auto-changelog,...
  • 0ad1f2d [actions] update rebase action to use reusable workflow
  • 1850353 [actions] reuse common workflows
  • f696e5f [meta] simplify "exports"
  • a2be6f4 [Dev Deps] update eslint, @ljharb/eslint-config, array.prototype.every,...
  • Additional commits viewable in compare view

Updates caniuse-lite from 1.0.30001581 to 1.0.30001584

Commits

Updates electron-to-chromium from 1.4.648 to 1.4.656

Commits

Updates has-tostringtag from 1.0.0 to 1.0.2

Changelog

Sourced from has-tostringtag's changelog.

v1.0.2 - 2024-02-01

Fixed

v1.0.1 - 2024-02-01

Commits

  • [patch] add types 9276414
  • [meta] use npmignore to autogenerate an npmignore file 5c0dcd1
  • [actions] reuse common workflows dee9509
  • [actions] update codecov uploader b8cb3a0
  • [Tests] generate coverage be5b288
  • [Dev Deps] update eslint, @ljharb/eslint-config, safe-publish-latest, tape 69a0827
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, auto-changelog, tape 4c9e210
  • [actions] update rebase action to use reusable workflow ca8dcd3
  • [Dev Deps] update @ljharb/eslint-config, aud, npmignore, tape 07f3eaf
  • [Deps] update has-symbols 999e009
  • [Tests] remove staging tests since they fail on modern node 9d9526b
Commits
  • 690da6a v1.0.2
  • 300520c [Fix] move has-symbols back to prod deps
  • ba6941b v1.0.1
  • 9d9526b [Tests] remove staging tests since they fail on modern node
  • 9276414 [patch] add types
  • 07f3eaf [Dev Deps] update @ljharb/eslint-config, aud, npmignore, tape
  • 999e009 [Deps] update has-symbols
  • 5c0dcd1 [meta] use npmignore to autogenerate an npmignore file
  • 4c9e210 [Dev Deps] update eslint, @ljharb/eslint-config, aud, auto-changelog,...
  • ca8dcd3 [actions] update rebase action to use reusable workflow
  • Additional commits viewable in compare view

Updates ignore from 5.3.0 to 5.3.1

Commits

Updates is-typed-array from 1.1.12 to 1.1.13

Changelog

Sourced from is-typed-array's changelog.

v1.1.13 - 2024-02-01

Commits

  • [patch] add types 8a8a679
  • [Dev Deps] update aud, has-tostringtag, npmignore, object-inspect, tape 8146b60
  • [actions] optimize finishers 34f875a
  • [Deps] update which-typed-array 19c974f
  • [meta] add sideEffects flag 0b68e5e
Commits

Updates object.groupby from 1.0.1 to 1.0.2

Changelog

Sourced from object.groupby's changelog.

v1.0.2 - 2024-02-04

Commits

  • [Refactor] use es-errors where possible, so things that only need those do not need get-intrinsic a6c01d0
  • [Deps] update call-bind, define-properties, es-abstract, get-intrinsic 65383da
  • [Dev Deps] update aud, npmignore, tape e8aeb5b
  • [Robustness] filter is not available pre-ES5 8f185b8
Commits
  • cb42422 v1.0.2
  • a6c01d0 [Refactor] use es-errors where possible, so things that only need those do ...
  • 8f185b8 [Robustness] filter is not available pre-ES5
  • 65383da [Deps] update call-bind, define-properties, es-abstract, get-intrinsic
  • e8aeb5b [Dev Deps] update aud, npmignore, tape
  • See full diff in compare view

Updates reflect.getprototypeof from 1.0.4 to 1.0.5

Changelog

Sourced from reflect.getprototypeof's changelog.

v1.0.5 - 2024-02-04

Commits

  • [Refactor] use es-errors where possible, so things that only need those do not need get-intrinsic 08735cb
  • [Deps] update call-bind, define-properties, es-abstract, get-intrinsic b5700ec
  • [Dev Deps] update aud, npmignore, tape f80fcbb
Commits
  • 39d3802 v1.0.5
  • 08735cb [Refactor] use es-errors where possible, so things that only need those do ...
  • b5700ec [Deps] update call-bind, define-properties, es-abstract, get-intrinsic
  • f80fcbb [Dev Deps] update aud, npmignore, tape
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 21 updates:

| Package | From | To |
| --- | --- | --- |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.3.0` | `6.4.2` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.1.2` | `14.2.1` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.11` | `29.5.12` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.10` | `20.11.16` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.48` | `18.2.53` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.19.1` | `6.20.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.19.1` | `6.20.0` |
| [husky](https://github.com/typicode/husky) | `9.0.6` | `9.0.10` |
| [lint-staged](https://github.com/okonet/lint-staged) | `15.2.0` | `15.2.1` |
| [prettier](https://github.com/prettier/prettier) | `3.2.4` | `3.2.5` |
| [array-buffer-byte-length](https://github.com/inspect-js/array-buffer-byte-length) | `1.0.0` | `1.0.1` |
| [array.prototype.tosorted](https://github.com/es-shims/Array.prototype.toSorted) | `1.1.2` | `1.1.3` |
| [arraybuffer.prototype.slice](https://github.com/es-shims/ArrayBuffer.prototype.slice) | `1.0.2` | `1.0.3` |
| [available-typed-arrays](https://github.com/inspect-js/available-typed-arrays) | `1.0.5` | `1.0.6` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001581` | `1.0.30001584` |
| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.4.648` | `1.4.656` |
| [has-tostringtag](https://github.com/inspect-js/has-tostringtag) | `1.0.0` | `1.0.2` |
| [ignore](https://github.com/kaelzhang/node-ignore) | `5.3.0` | `5.3.1` |
| [is-typed-array](https://github.com/inspect-js/is-typed-array) | `1.1.12` | `1.1.13` |
| [object.groupby](https://github.com/es-shims/Object.groupBy) | `1.0.1` | `1.0.2` |
| [reflect.getprototypeof](https://github.com/es-shims/Reflect.getPrototypeOf) | `1.0.4` | `1.0.5` |


Updates `@testing-library/jest-dom` from 6.3.0 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.3.0...v6.4.2)

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 `@types/jest` from 29.5.11 to 29.5.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

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

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

Updates `@typescript-eslint/eslint-plugin` from 6.19.1 to 6.20.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.20.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.19.1 to 6.20.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.20.0/packages/parser)

Updates `husky` from 9.0.6 to 9.0.10
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.0.6...v9.0.10)

Updates `lint-staged` from 15.2.0 to 15.2.1
- [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.1)

Updates `prettier` from 3.2.4 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.2.4...3.2.5)

Updates `array-buffer-byte-length` from 1.0.0 to 1.0.1
- [Changelog](https://github.com/inspect-js/array-buffer-byte-length/blob/main/CHANGELOG.md)
- [Commits](inspect-js/array-buffer-byte-length@v1.0.0...v1.0.1)

Updates `array.prototype.tosorted` from 1.1.2 to 1.1.3
- [Changelog](https://github.com/es-shims/Array.prototype.toSorted/blob/main/CHANGELOG.md)
- [Commits](es-shims/Array.prototype.toSorted@v1.1.2...v1.1.3)

Updates `arraybuffer.prototype.slice` from 1.0.2 to 1.0.3
- [Changelog](https://github.com/es-shims/ArrayBuffer.prototype.slice/blob/main/CHANGELOG.md)
- [Commits](es-shims/ArrayBuffer.prototype.slice@v1.0.2...v1.0.3)

Updates `available-typed-arrays` from 1.0.5 to 1.0.6
- [Changelog](https://github.com/inspect-js/available-typed-arrays/blob/main/CHANGELOG.md)
- [Commits](inspect-js/available-typed-arrays@v1.0.5...v1.0.6)

Updates `caniuse-lite` from 1.0.30001581 to 1.0.30001584
- [Commits](browserslist/caniuse-lite@1.0.30001581...1.0.30001584)

Updates `electron-to-chromium` from 1.4.648 to 1.4.656
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.4.648...v1.4.656)

Updates `has-tostringtag` from 1.0.0 to 1.0.2
- [Changelog](https://github.com/inspect-js/has-tostringtag/blob/main/CHANGELOG.md)
- [Commits](inspect-js/has-tostringtag@v1.0.0...v1.0.2)

Updates `ignore` from 5.3.0 to 5.3.1
- [Release notes](https://github.com/kaelzhang/node-ignore/releases)
- [Changelog](https://github.com/kaelzhang/node-ignore/blob/master/CHANGELOG.md)
- [Commits](kaelzhang/node-ignore@5.3.0...5.3.1)

Updates `is-typed-array` from 1.1.12 to 1.1.13
- [Changelog](https://github.com/inspect-js/is-typed-array/blob/main/CHANGELOG.md)
- [Commits](inspect-js/is-typed-array@v1.1.12...v1.1.13)

Updates `object.groupby` from 1.0.1 to 1.0.2
- [Changelog](https://github.com/es-shims/Object.groupBy/blob/main/CHANGELOG.md)
- [Commits](es-shims/Object.groupBy@v1.0.1...v1.0.2)

Updates `reflect.getprototypeof` from 1.0.4 to 1.0.5
- [Changelog](https://github.com/es-shims/Reflect.getPrototypeOf/blob/main/CHANGELOG.md)
- [Commits](es-shims/Reflect.getPrototypeOf@v1.0.4...v1.0.5)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: array-buffer-byte-length
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: array.prototype.tosorted
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: arraybuffer.prototype.slice
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: available-typed-arrays
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: caniuse-lite
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: electron-to-chromium
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: has-tostringtag
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: ignore
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: is-typed-array
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: object.groupby
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: reflect.getprototypeof
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 5, 2024
@github-actions github-actions bot merged commit 51f3f41 into main Feb 5, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-8be8ac8fb2 branch February 5, 2024 13:48
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.

0 participants