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 minor group with 17 updates #10697

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

Bumps the minor group with 17 updates:

Package From To
@babel/runtime 7.25.0 7.25.4
@tanstack/react-virtual 3.9.0 3.10.4
caniuse-lite 1.0.30001651 1.0.30001653
core-js 3.38.0 3.38.1
framer-motion 11.3.28 11.3.30
i18next-http-backend 2.6.0 2.6.1
@babel/plugin-transform-runtime 7.24.7 7.25.4
@babel/preset-env 7.25.3 7.25.4
@eslint-react/eslint-plugin 1.10.1 1.12.1
@types/react 18.3.3 18.3.4
@typescript-eslint/eslint-plugin 8.2.0 8.3.0
@typescript-eslint/parser 8.2.0 8.3.0
husky 9.1.4 9.1.5
marked 14.0.0 14.1.0
ts-jest 29.2.4 29.2.5
typescript-eslint 8.2.0 8.3.0
webpack 5.93.0 5.94.0

Updates @babel/runtime from 7.25.0 to 7.25.4

Release notes

Sourced from @​babel/runtime's releases.

v7.25.4 (2024-08-22)

🐛 Bug Fix

💅 Polish

  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-runtime-corejs2, babel-runtime, babel-traverse
  • babel-generator, babel-plugin-transform-class-properties
  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-transform-object-rest-spread

🔬 Output optimization

Committers: 4

v7.25.3 (2024-07-31)

🐛 Bug Fix

  • babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-traverse

🏠 Internal

Committers: 2

v7.25.2 (2024-07-30)

🐛 Bug Fix

... (truncated)

Changelog

Sourced from @​babel/runtime's changelog.

v7.25.4 (2024-08-22)

🐛 Bug Fix

💅 Polish

  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-runtime-corejs2, babel-runtime, babel-traverse
  • babel-generator, babel-plugin-transform-class-properties
  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-transform-object-rest-spread

🔬 Output optimization

v7.25.3 (2024-07-31)

🐛 Bug Fix

  • babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-traverse

🏠 Internal

v7.25.2 (2024-07-30)

🐛 Bug Fix

v7.25.1 (2024-07-28)

🐛 Bug Fix

  • babel-plugin-transform-function-name
  • babel-plugin-transform-react-constant-elements
    • #16582 fix plugin-transform-react-constant-elements transform JSXFrament but not add JSXExpressionContainer (@​keiseiTi)
  • babel-traverse

🏠 Internal

Commits

Updates @tanstack/react-virtual from 3.9.0 to 3.10.4

Release notes

Sourced from @​tanstack/react-virtual's releases.

v3.10.4

Version 3.10.4 - 8/23/24, 12:29 PM

Changes

Fix

  • getItemKey when element is missing from list (#810) (045b442) by @​piecyk

Packages

  • @​tanstack/virtual-core@​3.10.4
  • @​tanstack/lit-virtual@​3.10.4
  • @​tanstack/react-virtual@​3.10.4
  • @​tanstack/solid-virtual@​3.10.4
  • @​tanstack/svelte-virtual@​3.10.4
  • @​tanstack/vue-virtual@​3.10.4
  • @​tanstack/angular-virtual@​3.10.4

v3.10.3

Version 3.10.3 - 8/22/24, 1:13 PM

Changes

Fix

  • angular-virtual: fix build & remove unused scripts (#807) (566a9d0) by Garrett Darnell

Docs

  • angular-virtual: add README (#808) (5942890) by Garrett Darnell

Packages

  • @​tanstack/angular-virtual@​3.10.3

v3.10.2

Version 3.10.2 - 8/22/24, 1:00 PM

Changes

Fix

  • performance issues with measureElement (#806) (0ad4e6c) by @​piecyk

Chore

  • examples: replace deprecated faker.datatype.number (#805) (eebc3e7) by @​piecyk

Packages

... (truncated)

Commits

Updates caniuse-lite from 1.0.30001651 to 1.0.30001653

Commits

Updates core-js from 3.38.0 to 3.38.1

Changelog

Sourced from core-js's changelog.

3.38.1 - 2024.08.20
Commits
  • d1e7889 v3.38.1
  • 9294082 use self-compare NaN check
  • a79f40a Percent decode (#1361)
  • 85f3639 enable some eslint sonar rules
  • 5b69af0 use null instead of undefined as an empty placeholder in some cases
  • 9cc1d63 use git+ in pkg.repository.url of all packages
  • beccd4f enable some eslint sonar rules
  • b35e68e enable sonar/inconsistent-function-call
  • See full diff in compare view

Updates framer-motion from 11.3.28 to 11.3.30

Changelog

Sourced from framer-motion's changelog.

[11.3.30] 2024-08-23

Fixed

  • Removed double "change" handler on externally-provided MotionValues.

[11.3.29] 2024-08-21

Fixed

  • Selective cancellation of optimised appear animations.
Commits

Updates i18next-http-backend from 2.6.0 to 2.6.1

Changelog

Sourced from i18next-http-backend's changelog.

2.6.1

  • optimize "Failed to fetch" retry case 147
Commits

Updates @babel/plugin-transform-runtime from 7.24.7 to 7.25.4

Release notes

Sourced from @​babel/plugin-transform-runtime's releases.

v7.25.4 (2024-08-22)

🐛 Bug Fix

💅 Polish

  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-runtime-corejs2, babel-runtime, babel-traverse
  • babel-generator, babel-plugin-transform-class-properties
  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-transform-object-rest-spread

🔬 Output optimization

Committers: 4

v7.25.3 (2024-07-31)

🐛 Bug Fix

  • babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-traverse

🏠 Internal

Committers: 2

v7.25.2 (2024-07-30)

🐛 Bug Fix

... (truncated)

Changelog

Sourced from @​babel/plugin-transform-runtime's changelog.

v7.25.4 (2024-08-22)

🐛 Bug Fix

💅 Polish

  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-runtime-corejs2, babel-runtime, babel-traverse
  • babel-generator, babel-plugin-transform-class-properties
  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-transform-object-rest-spread

🔬 Output optimization

v7.25.3 (2024-07-31)

🐛 Bug Fix

  • babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-traverse

🏠 Internal

v7.25.2 (2024-07-30)

🐛 Bug Fix

v7.25.1 (2024-07-28)

🐛 Bug Fix

  • babel-plugin-transform-function-name
  • babel-plugin-transform-react-constant-elements
    • #16582 fix plugin-transform-react-constant-elements transform JSXFrament but not add JSXExpressionContainer (@​keiseiTi)
  • babel-traverse

🏠 Internal

v7.25.0 (2024-07-26)

... (truncated)

Commits

Updates @babel/preset-env from 7.25.3 to 7.25.4

Release notes

Sourced from @​babel/preset-env's releases.

v7.25.4 (2024-08-22)

🐛 Bug Fix

💅 Polish

  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-runtime-corejs2, babel-runtime, babel-traverse
  • babel-generator, babel-plugin-transform-class-properties
  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-transform-object-rest-spread

🔬 Output optimization

Committers: 4

Changelog

Sourced from @​babel/preset-env's changelog.

v7.25.4 (2024-08-22)

🐛 Bug Fix

💅 Polish

  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-runtime-corejs2, babel-runtime, babel-traverse
  • babel-generator, babel-plugin-transform-class-properties
  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-transform-object-rest-spread

🔬 Output optimization

Commits

Updates @eslint-react/eslint-plugin from 1.10.1 to 1.12.1

Release notes

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

v1.12.1

What's Changed

✨ New

  • Add the options allowAllCaps, allowNamespace, allowLeadingUnderscore to naming-convention/component-name and set their default values to false.

🪄 Improvements

  • Normalize the component name in rule naming-convention/component-name before checking it against the pattern.

Full Changelog: Rel1cx/eslint-react@v1.12.0...v1.12.1

v1.12.0

What's Changed

✨ New

  • Added hooks-extra rules to recommended and recommended-legacy presets.

Full Changelog: Rel1cx/eslint-react@v1.11.0...v1.12.0

v1.11.0

What's Changed

✨ New

  • Added eslint-plugin-react-web-api - A plugin that provides rules for interacting with Web APIs in React applications.
  • Added web-api/no-leaked-timeout rule to prevent leaked setTimeout.
  • Added web-api/no-leaked-interval rule to prevent leaked setInterval.
  • Added web-api/no-leaked-event-listener rule to prevent leaked addEventListener.
  • Added web-api and web-api-legacy presets to enable all rules provided by eslint-plugin-react-web-api.
  • Added react-web-api/no-leaked-event-listener to recommended and recommended-legacy presets.

🪄 Improvements

  • Improve performance by skipping unnecessary checks when possible.
  • Improve dts generation of the @eslint-react/eslint-plugin package.
  • Improve website and documentation.
  • Upgrade @typescript-eslint's packages to ^8.2.0.

Full Changelog: Rel1cx/eslint-react@v1.10.1...v1.11.0

Changelog

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

v1.12.1 (Thu 22 Aug 2024)

✨ New

  • Add the options allowAllCaps, allowNamespace, allowLeadingUnderscore to naming-convention/component-name and set their default values to false.

🪄 Improvements

  • Normalize the component name in rule naming-convention/component-name before checking it against the pattern.

v1.12.0 (Wed 21 Aug 2024)

✨ New

  • Added hooks-extra rules to recommended and recommended-legacy presets.

v1.11.0 (Tue 20 Aug 2024)

✨ New

  • Added eslint-plugin-react-web-api - A plugin that provides rules for interacting with Web APIs in React applications.
  • Added web-api/no-leaked-timeout rule to prevent leaked setTimeout.
  • Added web-api/no-leaked-interval rule to prevent leaked setInterval.
  • Added web-api/no-leaked-event-listener rule to prevent leaked addEventListener.
  • Added web-api and web-api-legacy presets to enable all rules provided by eslint-plugin-react-web-api.
  • Added react-web-api/no-leaked-event-listener to recommended and recommended-legacy presets.

🪄 Improvements

  • Improve performance by skipping unnecessary checks when possible.
  • Improve dts generation of the @eslint-react/eslint-plugin package.
  • Improve website and documentation.
  • Upgrade @typescript-eslint's packages to ^8.2.0.
Commits

Updates @types/react from 18.3.3 to 18.3.4

Commits

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

Release notes

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

v8.3.0

8.3.0 (2024-08-26)

🚀 Features

  • eslint-plugin: [no-deprecation] add rule (#9783)
  • typescript-estree: replace globby w/ fast-glob (#9518)
  • typescript-estree: reload project service once when file config isn't found (#9853)

🩹 Fixes

  • ast-spec: use Expression in argument of ThrowStatement (#9632)
  • eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix (#8673)
  • eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments (#9741)
  • utils: add missing TSSatisfiesExpression in RuleListenerBaseSelectors (#9832)
  • utils: add TSDeclareFunction to functionTypeTypes (#9788)

❤️ Thank You

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

Changelog

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

8.3.0 (2024-08-26)

🚀 Features

  • eslint-plugin: [no-deprecation] add rule

🩹 Fixes

  • eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix

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

  • utils: add TSDeclareFunction to functionTypeTypes

  • ast-spec: use Expression in argument of ThrowStatement

❤️ Thank You

  • Abraham Guo
  • Daichi Kamiyama
  • Josh Goldberg ✨
  • Kim Sang Du
  • Sukka
  • Vida Xie

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

Commits
  • ef2eab1 chore(release): publish 8.3.0
  • fd55358 chore: enable sonarjs/no-duplicated-branches (#9821)
  • 9f70ed1 fix(ast-spec): use Expression in argument of ThrowStatement (#9632)
  • 7160687 chore: enable unicorn/no-lonely-if (#9830)
  • 6377f18 fix(utils): add TSDeclareFunction to functionTypeTypes (#9788)
  • 8389e06 docs(eslint-plugin): [restrict-template-expressions] add explanation for allo...
  • 57e4120 feat(eslint-plugin): [no-deprecation] add rule (#9783)
  • 94f7c99 fix(eslint-plugin): [no-unnecessary-type-parameters] check mapped alias type ...
  • 1c2938f chore: enable object-shorthand (#9816)
  • 90655d1 fix(eslint-plugin): [no-unnecessary-template-expression] add missing parenthe...
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.2.0 to 8.3.0

Release notes

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

v8.3.0

8.3.0 (2024-08-26)

🚀 Features

  • eslint-plugin: [no-deprecation] add rule (#9783)
  • typescript-estree: replace globby w/ fast-glob (#9518)
  • typescript-estree: reload project service once when file config isn't found (#9853)

🩹 Fixes

  • ast-spec: use Expression in argument of ThrowStatement (#9632)
  • eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix (#8673)
  • eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments (#9741)
  • utils: add missing TSSatisfiesExpression in RuleListenerBaseSelectors (#9832)
  • utils: add TSDeclareFunction to functionTypeTypes (#9788)

❤️ Thank You

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

Changelog

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

8.3.0 (2024-08-26)

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.1.4 to 9.1.5

Release notes

Sourced from husky's releases.

v9.1.5

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.4...v9.1.5

Commits

Updates marked from 14.0.0 to 14.1.0

Release notes

Sourced from marked's releases.

v14.1.0

14.1.0 (2024-08-26)

Bug Fixes

Features

  • add provideLexer and provideParser hooks (#3424) (447f5af)
Commits
  • 14dcd33 chore(release): 14.1.0 [skip ci]
  • 3f0430a fix: don't export block or inline (#3427)
  • 447f5af feat: add provideLexer and provideParser hooks (#3424)
  • 0076503 chore(deps-dev): Bump semantic-release from 24.0.0 to 24.1.0 (#3423)
  • 750e8a3 chore(deps-dev): Bump @​semantic-release/github from 10.1.4 to 10.1.6 (#3422)
  • c4bd659 chore(deps-dev): Bump rollup from 4.20.0 to 4.21.0 (#3421)
  • ...

    Description has been truncated

Bumps the minor group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.25.0` | `7.25.4` |
| [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual) | `3.9.0` | `3.10.4` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001651` | `1.0.30001653` |
| [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) | `3.38.0` | `3.38.1` |
| [framer-motion](https://github.com/framer/motion) | `11.3.28` | `11.3.30` |
| [i18next-http-backend](https://github.com/i18next/i18next-http-backend) | `2.6.0` | `2.6.1` |
| [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) | `7.24.7` | `7.25.4` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.25.3` | `7.25.4` |
| [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin) | `1.10.1` | `1.12.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.3` | `18.3.4` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.2.0` | `8.3.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.2.0` | `8.3.0` |
| [husky](https://github.com/typicode/husky) | `9.1.4` | `9.1.5` |
| [marked](https://github.com/markedjs/marked) | `14.0.0` | `14.1.0` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.2.4` | `29.2.5` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.2.0` | `8.3.0` |
| [webpack](https://github.com/webpack/webpack) | `5.93.0` | `5.94.0` |


Updates `@babel/runtime` from 7.25.0 to 7.25.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.4/packages/babel-runtime)

Updates `@tanstack/react-virtual` from 3.9.0 to 3.10.4
- [Release notes](https://github.com/TanStack/virtual/releases)
- [Commits](https://github.com/TanStack/virtual/commits/v3.10.4/packages/react-virtual)

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

Updates `core-js` from 3.38.0 to 3.38.1
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.38.1/packages/core-js)

Updates `framer-motion` from 11.3.28 to 11.3.30
- [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
- [Commits](framer/motion@v11.3.28...v11.3.30)

Updates `i18next-http-backend` from 2.6.0 to 2.6.1
- [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next-http-backend@v2.6.0...v2.6.1)

Updates `@babel/plugin-transform-runtime` from 7.24.7 to 7.25.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.4/packages/babel-plugin-transform-runtime)

Updates `@babel/preset-env` from 7.25.3 to 7.25.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.4/packages/babel-preset-env)

Updates `@eslint-react/eslint-plugin` from 1.10.1 to 1.12.1
- [Release notes](https://github.com/Rel1cx/eslint-react/releases)
- [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Rel1cx/eslint-react/commits/v1.12.1/packages/plugins/eslint-plugin)

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

Updates `@typescript-eslint/eslint-plugin` from 8.2.0 to 8.3.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.3.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.2.0 to 8.3.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.3.0/packages/parser)

Updates `husky` from 9.1.4 to 9.1.5
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.4...v9.1.5)

Updates `marked` from 14.0.0 to 14.1.0
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v14.0.0...v14.1.0)

Updates `ts-jest` from 29.2.4 to 29.2.5
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.2.4...v29.2.5)

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

Updates `webpack` from 5.93.0 to 5.94.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.93.0...v5.94.0)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@tanstack/react-virtual"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: caniuse-lite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: framer-motion
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: i18next-http-backend
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@eslint-react/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: marked
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 26, 2024
@auto-merge-helper auto-merge-helper bot merged commit cd0c60e into master Aug 26, 2024
6 checks passed
@auto-merge-helper auto-merge-helper bot deleted the dependabot/npm_and_yarn/minor-304fdac577 branch August 26, 2024 18:31
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