Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the dependencies group across 1 directory with 26 updates #7285

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 18, 2024

Bumps the dependencies group with 26 updates in the / directory:

Package From To
react-helmet-async 1.3.0 2.0.5
react-router-dom 6.16.0 6.23.1
react-use 17.4.0 17.5.0
@babel/core 7.24.6 7.24.7
@babel/eslint-parser 7.24.6 7.24.7
@babel/preset-env 7.24.6 7.24.7
@babel/preset-react 7.24.6 7.24.7
@pmmmwh/react-refresh-webpack-plugin 0.5.11 0.6.0-beta.1
cypress 13.10.0 13.11.0
eslint 8.57.0 9.5.0
eslint-plugin-cypress 2.15.1 3.3.0
eslint-plugin-react 7.34.1 7.34.2
eslint-plugin-react-hooks 4.6.0 4.6.2
lint-staged 15.2.2 15.2.7
markdownlint-cli 0.38.0 0.41.0
mini-css-extract-plugin 2.8.1 2.9.0
prettier 3.2.5 3.3.2
react-refresh 0.14.0 0.14.2
remark 14.0.3 15.0.1
remark-emoji 4.0.0 5.0.0
remark-frontmatter 4.0.1 5.0.0
remark-html 15.0.2 16.0.1
rimraf 5.0.5 5.0.7
sass 1.71.1 1.77.6
tailwindcss 3.4.1 3.4.4
webpack 5.91.0 5.92.0

Updates react-helmet-async from 1.3.0 to 2.0.5

Commits

Updates react-router-dom from 6.16.0 to 6.23.1

Release notes

Sourced from react-router-dom's releases.

react-router-dom-v5-compat@6.4.0-pre.15

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.15
    • react-router-dom@6.4.0-pre.15

react-router-dom-v5-compat@6.4.0-pre.11

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.11
    • react-router-dom@6.4.0-pre.11

react-router-dom-v5-compat@6.4.0-pre.10

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.10
    • react-router-dom@6.4.0-pre.10

react-router-dom-v5-compat@6.4.0-pre.9

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.9
    • react-router-dom@6.4.0-pre.9

react-router-dom-v5-compat@6.4.0-pre.8

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.8
    • react-router-dom@6.4.0-pre.8

react-router-dom-v5-compat@6.4.0-pre.7

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.7
    • react-router-dom@6.4.0-pre.7

react-router-dom-v5-compat@6.4.0-pre.6

Patch Changes

  • 44bce3c6: Fix react-router-dom peer dependency version
    • react-router@6.4.0-pre.6
    • react-router-dom@6.4.0-pre.6

react-router-dom-v5-compat@6.4.0-pre.5

... (truncated)

Changelog

Sourced from react-router-dom's changelog.

6.23.1

Patch Changes

  • Check for document existence when checking startViewTransition (#11544)
  • Change the react-router-dom/server import back to react-router-dom instead of index.ts (#11514)
  • Updated dependencies:
    • @remix-run/router@1.16.1
    • react-router@6.23.1

6.23.0

Minor Changes

  • Add a new unstable_dataStrategy configuration option (#11098)
    • This option allows Data Router applications to take control over the approach for executing route loaders and actions
    • The default implementation is today's behavior, to fetch all loaders in parallel, but this option allows users to implement more advanced data flows including Remix single-fetch, middleware/context APIs, automatic loader caching, and more

Patch Changes

  • Updated dependencies:
    • @remix-run/router@1.16.0
    • react-router@6.23.0

6.22.3

Patch Changes

  • Updated dependencies:
    • @remix-run/router@1.15.3
    • react-router@6.22.3

6.22.2

Patch Changes

  • Updated dependencies:
    • @remix-run/router@1.15.2
    • react-router@6.22.2

6.22.1

Patch Changes

  • Updated dependencies:
    • react-router@6.22.1
    • @remix-run/router@1.15.1

6.22.0

... (truncated)

Commits

Updates react-use from 17.4.0 to 17.5.0

Release notes

Sourced from react-use's releases.

v17.5.0

17.5.0 (2024-01-22)

Features

  • add isFirst and isLast methods to useStateList hook (ac64414)
  • pencil: add isFirst and isLast return value to 'useStateList' (75218e4)
  • pencil: fix with yarn lint:fix (6a9dde5)

v17.4.4

17.4.4 (2024-01-21)

Bug Fixes

v17.4.3

17.4.3 (2024-01-13)

Bug Fixes

  • update useMedia hook to use recommended approach of MDN (e7379f0)

v17.4.2

17.4.2 (2023-12-01)

Bug Fixes

  • correct peer dependencies (d770587)

v17.4.1

17.4.1 (2023-11-28)

Bug Fixes

  • 🐛 bump nano-css version (812952b)
Changelog

Sourced from react-use's changelog.

17.5.0 (2024-01-22)

Features

  • add isFirst and isLast methods to useStateList hook (ac64414)
  • pencil: add isFirst and isLast return value to 'useStateList' (75218e4)
  • pencil: fix with yarn lint:fix (6a9dde5)

17.4.4 (2024-01-21)

Bug Fixes

17.4.3 (2024-01-13)

Bug Fixes

  • update useMedia hook to use recommended approach of MDN (e7379f0)

17.4.2 (2023-12-01)

Bug Fixes

  • correct peer dependencies (d770587)

17.4.1 (2023-11-28)

Bug Fixes

  • 🐛 bump nano-css version (812952b)
Commits
  • ade8d39 chore(release): 17.5.0 [skip ci]
  • ac64414 feat: add isFirst and isLast methods to useStateList hook
  • 6a9dde5 feat(pencil): fix with yarn lint:fix
  • 75218e4 feat(pencil): add isFirst and isLast return value to 'useStateList'
  • 82146f6 chore(release): 17.4.4 [skip ci]
  • 0534648 fix: typo in example
  • 06afdf7 Merge pull request #2535 from suisous/pr/suisous
  • ea688b0 chore(release): 17.4.3 [skip ci]
  • 3264d96 Merge pull request #2536 from willnguyen1312/pr/update-use-media
  • e7379f0 fix: update useMedia hook to use recommended approach of MDN
  • Additional commits viewable in compare view

Updates @babel/core from 7.24.6 to 7.24.7

Release notes

Sourced from @​babel/core's releases.

v7.24.7 (2024-06-05)

🐛 Bug Fix

🏠 Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

Changelog

Sourced from @​babel/core's changelog.

v7.24.7 (2024-06-05)

🐛 Bug Fix

🏠 Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
Commits

Updates @babel/eslint-parser from 7.24.6 to 7.24.7

Release notes

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

v7.24.7 (2024-06-05)

🐛 Bug Fix

🏠 Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

Changelog

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

v7.24.7 (2024-06-05)

🐛 Bug Fix

🏠 Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
Commits

Updates @babel/preset-env from 7.24.6 to 7.24.7

Release notes

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

v7.24.7 (2024-06-05)

🐛 Bug Fix

🏠 Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

Changelog

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

v7.24.7 (2024-06-05)

🐛 Bug Fix

🏠 Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
Commits

Updates @babel/preset-react from 7.24.6 to 7.24.7

Release notes

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

v7.24.7 (2024-06-05)

🐛 Bug Fix

🏠 Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

Changelog

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

v7.24.7 (2024-06-05)

🐛 Bug Fix

🏠 Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
Commits

Updates @pmmmwh/react-refresh-webpack-plugin from 0.5.11 to 0.6.0-beta.1

Release notes

Sourced from @​pmmmwh/react-refresh-webpack-plugin's releases.

v0.5.15

0.5.15 (3 Jun 2024)

Fixes

  • Fixed wrong import in error overlay for ansi-html (#853)

v0.5.14

0.5.14 (1 Jun 2024)

Fixes

  • Moved to ansi-html v0.0.9 and schema-utils v4.x (#848)

Internal

  • Run tests on latest versions of Node.js 18, 20 and 22 (#848)
  • Bumped jest to v29 and some other development dependencies (#848)
  • Removed yalc (#849)

v0.5.13

0.5.13 (28 Apr 2024)

Fixes

  • Fixed module system inferring (ESM vs CJS) to start from the point of each file (#771)

v0.5.12

0.5.12 (27 Apr 2024)

Fixes

  • Fixed incorrect sockProtocol override (#835)
  • Relaxed peer dependency requirement on webpack-dev-server to allow v5.x (#837)
Changelog

Sourced from @​pmmmwh/react-refresh-webpack-plugin's changelog.

0.5.15 (3 Jun 2024)

Fixes

  • Fixed wrong import in error overlay for ansi-html (#853)

0.5.14 (1 Jun 2024)

Fixes

  • Moved to ansi-html v0.0.9 and schema-utils v4.x (#848)

Internal

  • Run tests on latest versions of Node.js 18, 20 and 22 (#848)
  • Bumped jest to v29 and some other development dependencies (#848)
  • Removed yalc (#849)

0.5.13 (28 Apr 2024)

Fixes

  • Fixed module system inferring (ESM vs CJS) to start from the point of each file (#771)

0.5.12 (27 Apr 2024)

Fixes

  • Fixed incorrect sockProtocol override (#835)
  • Relaxed peer dependency requirement on webpack-dev-server to allow v5.x (#837)
Commits

Updates cypress from 13.10.0 to 13.11.0

Release notes

Sourced from cypress's releases.

v13.11.0

Changelog: https://docs.cypress.io/guides/references/changelog#13-11-0

Commits
  • 09c6876 chore: release 13.11.0 (#29615)
  • e790891 feat: add option to ignore chrome preferences (#29447)
  • 4ccdd86 misc: Add generic types to net-stubbing for use in intercept and wait (#29508)
  • 687eb60 fix: Launchpad perpetual loading state, in certain circumstances (#29597)
  • f2894c4 perf: optimize reduce in wrapConsoleProps (#29501)
  • 41faa7e chore: Update Chrome (stable) to 125.0.6422.141 and Chrome (beta) to 126.0.64...
  • ea83415 chore: move questions-remain into cypress repo (#29542)
  • e6b422c chore: release @​cypress/webpack-dev-server-v3.9.0
  • cf6b29d feat: support Next.JS version 14 (#29558)
  • 2cf5cf8 chore(deps): Security upgrade micromatch from 4.0.4 to 4.0.6 (#29559)
  • Additional commits viewable in compare view

Updates eslint from 8.57.0 to 9.5.0

Release notes

Sourced from eslint's releases.

v9.5.0

Features

  • b2d256c feat: no-sparse-arrays report on "comma" instead of the whole array (#18579) (fisker Cheung)

Bug Fixes

  • 6880286 fix: treat * as a universal pattern (#18586) (Milos Djermanovic)
  • 7fbe211 fix: message template for all files ignored (#18564) (Milos Djermanovic)
  • 469cb36 fix: Don't lint the same file multiple times (#18552) (Milos Djermanovic)
  • 5cff638 fix: improve message for ignored files without a matching config (#18404) (Francesco Trotta)

Documentation

  • 455f7fd docs: add section about including .gitignore files (#18590) (Milos Djermanovic)
  • 721eafe docs: update info about universal files patterns (#18587) (Francesco Trotta)
  • 8127127 docs: Update README (GitHub Actions Bot)
  • 55c2a66 docs: Update README (GitHub Actions Bot)
  • eb76282 docs: Update README (GitHub Actions Bot)
  • ff6e96e docs: baseConfig and overrideConfig can be arrays (#18571) (Milos Djermanovic)
  • d2d83e0 docs: Add mention of eslint-transforms to v9 migration guide (#18566) (Nicholas C. Zakas)
  • 9ce6832 docs: add callout box for unintuitive behavior (#18567) (Ben McCann)
  • b8db99c docs: Add VS Code info to config migration guide (#18555) (Nicholas C. Zakas)
  • 518a35c docs: Mention config migrator (#18561) (Nicholas C. Zakas)
  • eb440fc docs: specifying files with arbitrary or no extension (#18539) (Francesco Trotta)
  • 38c159e docs: Provide example of reading package.json for plugins meta (#18530) (Nicholas C. Zakas)
  • d16a659 docs: add link to migration guide for --ext CLI option (#18537) (Milos Djermanovic)
  • 73408de docs: add link to configuration file docs before examples (#18535) (Milos Djermanovic)

Chores

  • f588160 chore: upgrade @​eslint/js@​9.5.0 (#18591) (Milos Djermanovic)
  • 5890841 chore: package.json update for @​eslint/js release (Jenkins)
  • e9f4ccd chore: remove unused eslint-disable directive (#18589) (Milos Djermanovic)
  • 4b23ffd refactor: Move JS parsing logic into JS language (#18448) (Nicholas C. Zakas)
  • 1495b93 chore: update WebdriverIO packages (#18558) (Christian Bromann)
  • cea7ede chore: add website donate link instead of opencollective (#18582) (Strek)
  • ec94880 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 6912586 chore: extract formatting rules into separate config (#18560) (Milos Djermanovic)
  • 9738f7e ci: fix CLI flags for c8, raise thresholds (#18554) (Francesco Trotta)
  • c6de7bb chore: update dependency markdownlint-cli to ^0.41.0 (#18538) (renovate[bot])
  • 2c8fd34 ci: pin @​wdio/browser-runner v8.36.0 (#18540) (唯然)

v9.4.0

Features

  • 89a4a0a feat: ignore IIFE's in the no-loop-func rule (#17528) (Nitin Kumar)

Bug Fixes

  • f6534d1 fix: skip processor code blocks that match only universal patterns (#18507) (Milos Djermanovic)
  • 7226ebd fix: allow implicit undefined return in no-constructor-return (#18515) (Ali Rezvani)
  • 389744b fix: use @eslint/config-inspector@latest (#18483) (唯然)
  • 70118a5 fix: func-style false positive with arrow functions and super (#18473) (Milos Djermanovic)

Documentation

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.5.0 - June 14, 2024

  • f588160 chore: upgrade @​eslint/js@​9.5.0 (#18591) (Milos Djermanovic)
  • 5890841 chore: package.json update for @​eslint/js release (Jenkins)
  • 455f7fd docs: add section about including .gitignore files (#18590) (Milos Djermanovic)
  • e9f4ccd chore: remove unused eslint-disable directive (#18589) (Milos Djermanovic)
  • 721eafe docs: update info about universal files patterns (#18587) (Francesco Trotta)
  • 4b23ffd refactor: Move JS parsing logic into JS language (#18448) (Nicholas C. Zakas)
  • 6880286 fix: treat * as a universal pattern (#18586) (Milos Djermanovic)
  • 8127127 docs: Update README (GitHub Actions Bot)
  • b2d256c feat: no-sparse-arrays report on "comma" instead of the whole array (#18579) (fisker Cheung)
  • 1495b93 chore: update WebdriverIO packages (#18558) (Christian Bromann)
  • cea7ede chore: add website donate link instead of opencollective (#18582) (Strek)
  • 55c2a66 docs: Update README (GitHub Actions Bot)
  • eb76282 docs: Update README (GitHub Actions Bot)
  • ff6e96e docs: baseConfig and overrideConfig can be arrays (#18571) (Milos Djermanovic)
  • 7fbe211 fix: message template for all files ignored (#18564) (Milos Djermanovic)
  • ec94880 chore: package.json update for eslint-config-eslint release (Jenkins)
  • d2d83e0 docs: Add mention of eslint-transforms to v9 migration guide (#18566) (Nicholas C. Zakas)
  • 6912586 chore: extract formatting rules into separate config (#18560) (Milos Djermanovic)
  • 9ce6832 docs: add callout box for unintuitive behavior (#18567) (Ben McCann)
  • b8db99c docs: Add VS Code info to config migration guide (#18555) (Nicholas C. Zakas)
  • 518a35c docs: Mention config migrator (#18561) (Nicholas C. Zakas)
  • 469cb36 fix: Don't lint the same file multiple times (#18552) (Milos Djermanovic)
  • 9738f7e ci: fix CLI flags for c8, raise thresholds (#18554) (Francesco Trotta)
  • eb440fc docs: specifying files with arbitrary or no extension (#18539) (Francesco Trotta)
  • 38c159e docs: Provide example of reading package.json for plugins meta (#18530) (Nicholas C. Zakas)
  • c6de7bb chore: update dependency markdownlint-cli to ^0.41.0 (#18538) (renovate[bot])
  • 5cff638 fix: improve message for ignored files without a matching config (#18404) (Francesco Trotta)
  • d16a659 docs: add link to migration guide for --ext CLI option (#18537) (Milos Djermanovic)
  • 73408de docs: add link to configuration file docs before examples (#18535) (Milos Djermanovic)
  • 2c8fd34 ci: pin @​wdio/browser-runner v8.36.0 (#18540) (唯然)

v9.4.0 - May 31, 2024

  • 010dd2e chore: upgrade to @eslint/js@9.4.0 (#18534) (Francesco Trotta)
  • 5e1b5dc chore: package.json update for @​eslint/js release (Jenkins)
  • d7ab6f5 docs: update theme when when prefers-color-scheme changes (#18510) (Nitin Kumar)
  • 594145f refactor: switch to @eslint/config-array (#18527) (Francesco Trotta)
  • 525fdff docs: fix components files (#18519) (Tanuj Kanti)
  • 89a4a0a feat: ignore IIFE's in the no-loop-func rule (#17528) (Nitin Kumar)
  • 80747d2 docs: refactor prefer-destructuring rule (#18472) (Tanuj Kanti)
  • f6534d1 fix: skip processor code blocks that match only universal patterns (#18507) (Milos Djermanovic)
  • 7226ebd fix: allow implicit undefined return in no-constructor-return (#18515) (Ali Rezvani)
  • f06e0b5 docs: clarify func-style (#18477) (Cameron Steffen)
  • 389744b fix: use @eslint/config-inspector@latest (#18483) (唯然)
  • 70118a5 fix: func-style false positive with arrow functions and super (#18473) (Milos Djermanovic)

v9.3.0 - May 17, 2024

... (truncated)

Commits

Updates eslint-plugin-cypress from 2.15.1 to 3.3.0

Release notes

Sourced from

…pdates

Bumps the dependencies group with 26 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [react-helmet-async](https://github.com/staylor/react-helmet-async) | `1.3.0` | `2.0.5` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.16.0` | `6.23.1` |
| [react-use](https://github.com/streamich/react-use) | `17.4.0` | `17.5.0` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.6` | `7.24.7` |
| [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.24.6` | `7.24.7` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.6` | `7.24.7` |
| [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.24.6` | `7.24.7` |
| [@pmmmwh/react-refresh-webpack-plugin](https://github.com/pmmmwh/react-refresh-webpack-plugin) | `0.5.11` | `0.6.0-beta.1` |
| [cypress](https://github.com/cypress-io/cypress) | `13.10.0` | `13.11.0` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.5.0` |
| [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) | `2.15.1` | `3.3.0` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.1` | `7.34.2` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `4.6.0` | `4.6.2` |
| [lint-staged](https://github.com/okonet/lint-staged) | `15.2.2` | `15.2.7` |
| [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | `0.38.0` | `0.41.0` |
| [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) | `2.8.1` | `2.9.0` |
| [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.2` |
| [react-refresh](https://github.com/facebook/react/tree/HEAD/packages/react) | `0.14.0` | `0.14.2` |
| [remark](https://github.com/remarkjs/remark) | `14.0.3` | `15.0.1` |
| [remark-emoji](https://github.com/rhysd/remark-emoji) | `4.0.0` | `5.0.0` |
| [remark-frontmatter](https://github.com/remarkjs/remark-frontmatter) | `4.0.1` | `5.0.0` |
| [remark-html](https://github.com/remarkjs/remark-html) | `15.0.2` | `16.0.1` |
| [rimraf](https://github.com/isaacs/rimraf) | `5.0.5` | `5.0.7` |
| [sass](https://github.com/sass/dart-sass) | `1.71.1` | `1.77.6` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.1` | `3.4.4` |
| [webpack](https://github.com/webpack/webpack) | `5.91.0` | `5.92.0` |



Updates `react-helmet-async` from 1.3.0 to 2.0.5
- [Release notes](https://github.com/staylor/react-helmet-async/releases)
- [Commits](https://github.com/staylor/react-helmet-async/commits)

Updates `react-router-dom` from 6.16.0 to 6.23.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.23.1/packages/react-router-dom)

Updates `react-use` from 17.4.0 to 17.5.0
- [Release notes](https://github.com/streamich/react-use/releases)
- [Changelog](https://github.com/streamich/react-use/blob/master/CHANGELOG.md)
- [Commits](streamich/react-use@v17.4.0...v17.5.0)

Updates `@babel/core` from 7.24.6 to 7.24.7
- [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.24.7/packages/babel-core)

Updates `@babel/eslint-parser` from 7.24.6 to 7.24.7
- [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.24.7/eslint/babel-eslint-parser)

Updates `@babel/preset-env` from 7.24.6 to 7.24.7
- [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.24.7/packages/babel-preset-env)

Updates `@babel/preset-react` from 7.24.6 to 7.24.7
- [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.24.7/packages/babel-preset-react)

Updates `@pmmmwh/react-refresh-webpack-plugin` from 0.5.11 to 0.6.0-beta.1
- [Release notes](https://github.com/pmmmwh/react-refresh-webpack-plugin/releases)
- [Changelog](https://github.com/pmmmwh/react-refresh-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pmmmwh/react-refresh-webpack-plugin/commits)

Updates `cypress` from 13.10.0 to 13.11.0
- [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.10.0...v13.11.0)

Updates `eslint` from 8.57.0 to 9.5.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.5.0)

Updates `eslint-plugin-cypress` from 2.15.1 to 3.3.0
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](cypress-io/eslint-plugin-cypress@v2.15.1...v3.3.0)

Updates `eslint-plugin-react` from 7.34.1 to 7.34.2
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.34.1...v7.34.2)

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 `lint-staged` from 15.2.2 to 15.2.7
- [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.2...v15.2.7)

Updates `markdownlint-cli` from 0.38.0 to 0.41.0
- [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
- [Commits](igorshubovych/markdownlint-cli@v0.38.0...v0.41.0)

Updates `mini-css-extract-plugin` from 2.8.1 to 2.9.0
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/mini-css-extract-plugin@v2.8.1...v2.9.0)

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

Updates `react-refresh` from 0.14.0 to 0.14.2
- [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/v0.14.2/packages/react)

Updates `remark` from 14.0.3 to 15.0.1
- [Release notes](https://github.com/remarkjs/remark/releases)
- [Changelog](https://github.com/remarkjs/remark/blob/main/changelog.md)
- [Commits](remarkjs/remark@14.0.3...15.0.1)

Updates `remark-emoji` from 4.0.0 to 5.0.0
- [Release notes](https://github.com/rhysd/remark-emoji/releases)
- [Changelog](https://github.com/rhysd/remark-emoji/blob/master/CHANGELOG.md)
- [Commits](rhysd/remark-emoji@v4.0.0...v5.0.0)

Updates `remark-frontmatter` from 4.0.1 to 5.0.0
- [Release notes](https://github.com/remarkjs/remark-frontmatter/releases)
- [Commits](remarkjs/remark-frontmatter@4.0.1...5.0.0)

Updates `remark-html` from 15.0.2 to 16.0.1
- [Release notes](https://github.com/remarkjs/remark-html/releases)
- [Commits](remarkjs/remark-html@15.0.2...16.0.1)

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

Updates `sass` from 1.71.1 to 1.77.6
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.71.1...1.77.6)

Updates `tailwindcss` from 3.4.1 to 3.4.4
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.4/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.1...v3.4.4)

Updates `webpack` from 5.91.0 to 5.92.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.91.0...v5.92.0)

---
updated-dependencies:
- dependency-name: react-helmet-async
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-use
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@babel/preset-react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@pmmmwh/react-refresh-webpack-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: eslint-plugin-cypress
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint-plugin-react-hooks
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: markdownlint-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-refresh
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: remark
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: remark-emoji
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: remark-frontmatter
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: remark-html
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: rimraf
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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

vercel bot commented Jun 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
webpack-js-org ❌ Failed (Inspect) Jun 18, 2024 7:40pm

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 19, 2024

Superseded by #7287.

@dependabot dependabot bot closed this Jun 19, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-cc50114d44 branch June 19, 2024 19:35
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.

None yet

0 participants