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 23 updates #7293

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
react-helmet-async 1.3.0 2.0.5
react-router-dom 6.16.0 6.24.0
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
@octokit/rest 20.1.1 21.0.0
@pmmmwh/react-refresh-webpack-plugin 0.5.11 0.6.0-beta.1
cypress 13.10.0 13.12.0
eslint-plugin-cypress 2.15.1 3.3.0
eslint-plugin-react 7.34.1 7.34.3
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-emoji 4.0.0 5.0.0
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.1

Updates react-helmet-async from 1.3.0 to 2.0.5

Commits

Updates react-router-dom from 6.16.0 to 6.24.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.24.0

Minor Changes

Patch Changes

  • Fix fetcher.submit types - remove incorrect navigate/fetcherKey/unstable_viewTransition options because they are only relevant for useSubmit (#11631)
  • Allow falsy location.state values passed to <StaticRouter> (#11495)
  • Updated dependencies:

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:

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

6.22.3

Patch Changes

6.22.2

... (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 @octokit/rest from 20.1.1 to 21.0.0

Release notes

Sourced from @​octokit/rest's releases.

v21.0.0

21.0.0 (2024-06-20)

Features

BREAKING CHANGES

  • package is now ESM

v21.0.0-beta.4

21.0.0-beta.4 (2024-06-19)

Bug Fixes

v21.0.0-beta.3

21.0.0-beta.3 (2024-04-30)

Features

v21.0.0-beta.2

21.0.0-beta.2 (2024-04-16)

Bug Fixes

  • deps: bump Octokit deps (5d8da12)
  • pkg: add a default fallback export (1b6e582)

v21.0.0-beta.1

21.0.0-beta.1 (2024-03-05)

Bug Fixes

... (truncated)

Commits
  • 12b6c65 feat: v21 (#413)
  • 32649a8 build(deps-dev): Bump braces from 3.0.2 to 3.0.3 (#439)
  • 53cee64 ci(action): update actions/checkout digest to 692973e (#438)
  • 7c96525 chore(deps): update dependency marked to v13
  • a46b4c8 🚧 Workflows have changed (#435)
  • b90bc79 chore(deps): update dependency semantic-release to v24
  • bc41b70 chore(deps): update dependency esbuild to ^0.21.0 (#429)
  • c1892ed ci(action): update actions/checkout digest to a5ac7e5 (#432)
  • See full diff in compare view

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.12.0

Release notes

Sourced from cypress's releases.

v13.12.0

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

v13.11.0

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

Commits

Updates eslint-plugin-cypress from 2.15.1 to 3.3.0

Release notes

Sourced from eslint-plugin-cypress's releases.

v3.3.0

3.3.0 (2024-05-29)

Features

  • add flat configurations (0e434c7)

v3.2.0

3.2.0 (2024-05-06)

Features

  • support eslint v9 through @​eslint/eslintrc (25e092e)

v3.1.1

3.1.1 (2024-05-03)

Bug Fixes

  • issue with unsafe to chain command that is not an action (93824e4)

v3.1.0

3.1.0 (2024-05-03)

Features

  • apply no-pause rule recursively (f725f55)

v3.0.3

3.0.3 (2024-05-01)

Bug Fixes

  • deps: update semantic-release to 23.0.8 (b3c2425)

v3.0.2

3.0.2 (2024-04-26)

Bug Fixes

  • convert deprecated context calls (d3d333a)

v3.0.1

3.0.1 (2024-04-25)

... (truncated)

Commits
  • 0e835e9 Merge pull request #212 from MikeMcC399/add/flat-config
  • 0e434c7 feat: add flat configurations
  • 55fa0dd Merge pull request #213 from MikeMcC399/update/eslint-deps
  • e6edf33 chore(deps): update eslint to 9.3.0 with plugin updates
  • c5b206b Merge pull request #211 from MikeMcC399/property-ordering
  • f53f7df test: fix test property ordering
  • 0a70707 test: add ordering rules
  • a109c4a Merge pull request #210 from MikeMcC399/update/eslint-to-9
  • 3ad2854 chore(deps): update eslint to 9.2.0
  • aa5ce37 Merge pull request #207 from MikeMcC399/migrate/ruletester-v9
  • Additional commits viewable in compare view

Updates eslint-plugin-react from 7.34.1 to 7.34.3

Release notes

Sourced from eslint-plugin-react's releases.

v7.34.3

Fixed

  • [prop-types]: null-check rootNode before calling getScope (#3762[] @​crnhrv)
  • [boolean-prop-naming]: avoid a crash with a spread prop (#3733[] @​ljharb)
  • [jsx-boolean-value]: assumeUndefinedIsFalse with never must not allow explicit true value (#3757[] @​6uliver)
  • [no-object-type-as-default-prop]: enable rule for components with many parameters (#3768[] @​JulienR1)
  • [jsx-key]: incorrect behavior for checkKeyMustBeforeSpread with map callbacks (#3769[] @​akulsr0)

#1000: jsx-eslint/eslint-plugin-react#1000 #1002: jsx-eslint/eslint-plugin-react#1002 #1005: jsx-eslint/eslint-plugin-react#1005 #100: jsx-eslint/eslint-plugin-react#100 #1010: jsx-eslint/eslint-plugin-react#1010 #1013: jsx-eslint/eslint-plugin-react#1013 #1022: jsx-eslint/eslint-plugin-react#1022 #1029: jsx-eslint/eslint-plugin-react#1029 #102: jsx-eslint/eslint-plugin-react#102 #1034: jsx-eslint/eslint-plugin-react#1034 #1038: jsx-eslint/eslint-plugin-react#1038 #1041: jsx-eslint/eslint-plugin-react#1041 #1043: jsx-eslint/eslint-plugin-react#1043 #1046: jsx-eslint/eslint-plugin-react#1046 #1047: jsx-eslint/eslint-plugin-react#1047 #1050: jsx-eslint/eslint-plugin-react#1050 #1053: jsx-eslint/eslint-plugin-react#1053 #1057: jsx-eslint/eslint-plugin-react#1057 #105: jsx-eslint/eslint-plugin-react#105 #1061: jsx-eslint/eslint-plugin-react#1061 #1062: jsx-eslint/eslint-plugin-react#1062 #1070: jsx-eslint/eslint-plugin-react#1070 #1071: jsx-eslint/eslint-plugin-react#1071 #1073: jsx-eslint/eslint-plugin-react#1073 #1076: jsx-eslint/eslint-plugin-react#1076 #1079: jsx-eslint/eslint-plugin-react#1079 #1088: jsx-eslint/eslint-plugin-react#1088 #1098: jsx-eslint/eslint-plugin-react#1098 #1101: jsx-eslint/eslint-plugin-react#1101 #1103: jsx-eslint/eslint-plugin-react#1103 #110: jsx-eslint/eslint-plugin-react#110 #1116: jsx-eslint/eslint-plugin-react#1116 #1117: jsx-eslint/eslint-plugin-react#1117 #1119: jsx-eslint/eslint-plugin-react#1119 #1121: jsx-eslint/eslint-plugin-react#1121 #1122: jsx-eslint/eslint-plugin-react#1122 #1123: jsx-eslint/eslint-plugin-react#1123 #1130: jsx-eslint/eslint-plugin-react#1130 #1131: jsx-eslint/eslint-plugin-react#1131 #1132: jsx-eslint/eslint-plugin-react#1132 #1134: jsx-eslint/eslint-plugin-react#1134

... (truncated)

Changelog

Sourced from eslint-plugin-react's changelog.

7.34.3 - 2024.06.18

Fixed

  • [prop-types]: null-check rootNode before calling getScope (#3762[] @​crnhrv)
  • [boolean-prop-naming]: avoid a crash with a spread prop (#3733[] @​ljharb)
  • [jsx-boolean-value]: assumeUndefinedIsFalse with never must not allow explicit true value (#3757[] @​6uliver)
  • [no-object-type-as-default-prop]: enable rule for components with many parameters (#3768[] @​JulienR1)
  • [jsx-key]: incorrect behavior for checkKeyMustBeforeSpread with map callbacks (#3769[] @​akulsr0)

#3769: jsx-eslint/eslint-plugin-react#3769 #3768: jsx-eslint/eslint-plugin-react#3768 #3762: jsx-eslint/eslint-plugin-react#3762

…pdates

Bumps the dependencies group with 23 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.24.0` |
| [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` |
| [@octokit/rest](https://github.com/octokit/rest.js) | `20.1.1` | `21.0.0` |
| [@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.12.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.3` |
| [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-emoji](https://github.com/rhysd/remark-emoji) | `4.0.0` | `5.0.0` |
| [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.1` |



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.24.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 `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 `@octokit/rest` from 20.1.1 to 21.0.0
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](octokit/rest.js@v20.1.1...v21.0.0)

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.12.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.12.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.3
- [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.3)

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-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 `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.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.91.0...v5.92.1)

---
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: "@octokit/rest"
  dependency-type: direct:development
  update-type: version-update:semver-major
  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-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-emoji
  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] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 25, 2024
Copy link

vercel bot commented Jun 25, 2024

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

Name Status Preview Comments Updated (UTC)
webpack-js-org ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 25, 2024 7:44am

@chenxsan
Copy link
Member

@dependabot ignore react-helmet-async major version

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 25, 2024

OK, I won't notify you about version 2.x.x of react-helmet-async again, unless you unignore it.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 25, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 25, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-0a2818c526 branch June 25, 2024 08:34
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

1 participant