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 npm-dependencies group across 1 directory with 17 updates #1343

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the npm-dependencies group with 17 updates in the / directory:

Package From To
@changesets/cli 2.27.7 2.27.8
turbo 2.0.14 2.1.1
embla-carousel-react 8.2.0 8.2.1
lucide-react 0.436.0 0.438.0
next 14.2.6 14.2.8
next-intl 3.19.0 3.19.1
tailwindcss-radix 3.0.4 3.0.5
@faker-js/faker 8.4.1 9.0.0
@types/node 20.16.1 20.16.5
@types/react 18.3.4 18.3.5
eslint-config-next 14.2.6 14.2.8
monocart-reporter 2.7.0 2.8.0
postcss 8.4.41 8.4.45
@inquirer/prompts 5.3.8 5.4.0
@swc/core 1.7.18 1.7.23
msw 2.3.5 2.4.2
@next/eslint-plugin-next 14.2.6 14.2.8

Updates @changesets/cli from 2.27.7 to 2.27.8

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.27.8

Patch Changes

Commits

Updates turbo from 2.0.14 to 2.1.1

Release notes

Sourced from turbo's releases.

Turborepo v2.1.1

What's Changed

Docs

Examples

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.1.0...v2.1.1

Turborepo v2.1.1-canary.0

What's Changed

Docs

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.1.0...v2.1.1-canary.0

Turborepo v2.1.0

What's Changed

Docs

... (truncated)

Commits

Updates embla-carousel-react from 8.2.0 to 8.2.1

Release notes

Sourced from embla-carousel-react's releases.

v8.2.1

Sponsor

Embla Carousel is an open source MIT licensed project. If you are interested in supporting this project you can sponsor it here:

What's Changed

New Contributors

Full Changelog: davidjerleke/embla-carousel@v8.2.0...v8.2.1

Commits

Updates lucide-react from 0.436.0 to 0.438.0

Release notes

Sourced from lucide-react's releases.

New icons 0.438.0

New icons 🎨

Modified Icons 🔨

New icons 0.437.0

Modified Icons 🔨

Commits

Updates next from 14.2.6 to 14.2.8

Release notes

Sourced from next's releases.

v14.2.8

What's Changed

[!NOTE]
This release is backporting bug fixes and minor improvements. It does not include all pending features/changes on canary.

Support esmExternals in app directory

  • Support esm externals in app router (#65041)
  • Turbopack: Allow client components from foreign code in app routes (#64751)
  • Turbopack: add support for esm externals in app dir (#64918)
  • other related PRs: #66990 #66727 #66286 #65519

Reading cookies set in middleware in components and actions

  • initialize ALS with cookies in middleware (#65008)
  • fix middleware cookie initialization (#65820)
  • ensure cookies set in middleware can be read in a server action (#67924)
  • fix: merged middleware cookies should preserve options (#67956)

Metadata and icons

  • support facebook-specific metadata (fb:app_id, fb:admins) in generateMetaData (#65713)
  • Always collect static icons for all segments (#68712)
  • Fix favicon merging with customized icons (#67982)
  • Warn metadataBase missing in standalone mode or non vercel deployment (#66296)

Parallel routes fixes

  • fix missing stylesheets when parallel routes are present (#69507)

Draft mode and edge improvements

next/image fixes

  • Allow external image urls with _next/image pathname to be rendered via Image component (#69586)

Server actions improvements

... (truncated)

Commits
  • 63b999c v14.2.8
  • 55e4ef2 Allow external image urls with _next/image pathname to be rendered via Image ...
  • d09b769 feat(turbopack): add support for esm externals in app dir (#64918)
  • dafdc81 test: convert app-external.test.ts to nextTestSetup
  • 2c80812 Turbopack: Allow client components from foreign code in app routes (#64751)
  • 6473113 Improve SWC transform ID generation (#69183)
  • 9c4efb9 Apply optimization for unused actions (#69178)
  • 5eff016 refactor: create shared utils for mod resource (#69145)
  • c8bde3e optimize server actions (#66523)
  • 562df1f Ensure we match comment minify behavior between terser and swc (#68372)
  • Additional commits viewable in compare view

Updates next-intl from 3.19.0 to 3.19.1

Release notes

Sourced from next-intl's releases.

v3.19.1

3.19.1 (2024-09-05)

Bug Fixes

  • Add error handling in case an invalid i18n request config file has been specified (#1327) (18b9fd6) – by @​amannn
Changelog

Sourced from next-intl's changelog.

3.19.1 (2024-09-05)

Bug Fixes

  • Add error handling in case an invalid i18n request config file has been specified (#1327) (18b9fd6) – by @​amannn
Commits
  • 43b268e v3.19.1
  • 18b9fd6 fix: Add error handling in case an invalid i18n request config file has been ...
  • 7c3a6a1 docs: Fix code sample for redirect with shared pathnames
  • See full diff in compare view

Updates tailwindcss-radix from 3.0.4 to 3.0.5

Release notes

Sourced from tailwindcss-radix's releases.

Release 3.0.5

  • fix husky (abe4b92)
  • pin pnpm version (6d7b9f8)
  • fix: add tailwind to peerDeps (8e73f88)
Commits

Updates @faker-js/faker from 8.4.1 to 9.0.0

Release notes

Sourced from @​faker-js/faker's releases.

v9.0.0

New & Noteworthy

  • Drop support for NodeJS prior to v18
  • Drop support for TypeScript prior to v5
  • Remove v8 deprecations
  • For more see our migration guide
  • You can already read a draft of upcoming change announcement in #3056

What's Changed

... (truncated)

Changelog

Sourced from @​faker-js/faker's changelog.

9.0.0 (2024-09-02)

No noteworthy changes to 9.0.0-rc.1

For those upgrading from earlier versions, please refer to our Migration Guide for detailed instructions.

9.0.0-rc.1 (2024-08-19)

New Locales

  • locale: implement company info on pt_PT locale (#3022) (0fd0402)
  • locale: implement more colors to pt_PT locale (#3021) (a210619)
  • locale: implement state info on sk locale (#3054) (8c55493)

Features

9.0.0-rc.0 (2024-07-11)

Changed Locales

9.0.0-alpha.1 (2024-06-22)

⚠ BREAKING CHANGES

  • date: separate timeZone method (#2947)
  • locale: use singular locale definition keys (#2932)
  • locale: use snake case for all locale data (#2910)
  • locale: remove location data index-value-binding (#2476)

New Locales

Features

  • bitcoinAddress: multiple bitcoin address types and testnet (#2922) (3ae9393)
  • date: separate timeZone method (#2947) (d6924f7)
  • music: add album and artist methods (#2620) (f682750)

... (truncated)

Commits
  • 6abecc3 chore(release): 9.0.0 (#3086)
  • 17f570e chore(deps): lock file maintenance (#3076)
  • 9cd48ac chore(deps): update eslint to v9.9.1 (#3073)
  • e731151 chore(deps): update pnpm to v9.9.0 (#3075)
  • 39fecb0 chore(deps): update doc-dependencies (#3074)
  • f0cf495 chore(deps): update devdependencies (#3072)
  • 17d11ee chore(deps): update mcr.microsoft.com/devcontainers/typescript-node:22 docker...
  • 8f01d29 chore(deps): update dependency typescript-eslint to v8 (#3064)
  • c850653 infra: switch to @​stylistic/eslint-plugin (#3069)
  • 1a94e96 chore(deps): update dependency @​algolia/client-search to v5 (#3063)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by st-ddt, a new releaser for @​faker-js/faker since your current version.


Updates @types/node from 20.16.1 to 20.16.5

Commits

Updates @types/react from 18.3.4 to 18.3.5

Commits

Updates eslint-config-next from 14.2.6 to 14.2.8

Release notes

Sourced from eslint-config-next's releases.

v14.2.8

What's Changed

[!NOTE]
This release is backporting bug fixes and minor improvements. It does not include all pending features/changes on canary.

Support esmExternals in app directory

  • Support esm externals in app router (#65041)
  • Turbopack: Allow client components from foreign code in app routes (#64751)
  • Turbopack: add support for esm externals in app dir (#64918)
  • other related PRs: #66990 #66727 #66286 #65519

Reading cookies set in middleware in components and actions

  • initialize ALS with cookies in middleware (#65008)
  • fix middleware cookie initialization (#65820)
  • ensure cookies set in middleware can be read in a server action (#67924)
  • fix: merged middleware cookies should preserve options (#67956)

Metadata and icons

  • support facebook-specific metadata (fb:app_id, fb:admins) in generateMetaData (#65713)
  • Always collect static icons for all segments (#68712)
  • Fix favicon merging with customized icons (#67982)
  • Warn metadataBase missing in standalone mode or non vercel deployment (#66296)

Parallel routes fixes

  • fix missing stylesheets when parallel routes are present (#69507)

Draft mode and edge improvements

next/image fixes

  • Allow external image urls with _next/image pathname to be rendered via Image component (#69586)

Server actions improvements

... (truncated)

Commits

Updates monocart-reporter from 2.7.0 to 2.8.0

Release notes

Sourced from monocart-reporter's releases.

2.8.0

What's Changed

  • (New Feature) added new merge command for CLI: npx monocart merge path-to/*/*.json (#142)
  • added onData hook (#141)
  • better support for playwright multiple reports generation:
    • added new option copyAttachments to copy attachments for reporter (#143)
    • updated default outputFile to ./monocart-report/index.html from ./test-results/report.html

Full Changelog: cenfun/monocart-reporter@2.7.1...2.8.0

Changelog

Sourced from monocart-reporter's changelog.

  • 2.8.0

    • (New Feature) added new merge command for CLI: npx monocart merge path-to/*/*.json (#142)
    • added onData hook
    • better support for playwright multiple reports generation:
      • added new option copyAttachments to copy attachments for reporter (#143)
      • updated default outputFile to ./monocart-report/index.html from ./test-results/report.html
  • 2.7.1

    • fixed custom raw dir for merging coverage
Commits

Updates postcss from 8.4.41 to 8.4.45

Release notes

Sourced from postcss's releases.

8.4.45

  • Removed unnecessary fix which could lead to infinite loop.

8.4.44

  • Another way to fix markClean is not a function error.

8.4.43

  • Fixed markClean is not a function error.

8.4.42

  • Fixed CSS syntax error on long minified files (by @​varpstar).
Changelog

Sourced from postcss's changelog.

8.4.45

  • Removed unnecessary fix which could lead to infinite loop.

8.4.44

  • Another way to fix markClean is not a function error.

8.4.43

  • Fixed markClean is not a function error.

8.4.42

  • Fixed CSS syntax error on long minified files (by @​varpstar).
Commits

Updates @inquirer/prompts from 5.3.8 to 5.4.0

Commits
  • 0c03959 Publish
  • 00caff1 Fix(inquirer): Rework type interface (#1531)
  • 9b60356 feat(@​inquirer/core): add AbortSignal to the context to programatically cance...
  • cc1f4e0 chore: simplify promptModule return (#1533)
  • 83f771a Chore: Bump dev dependencies
  • 855f7dc Refactor(@​inquirer/core) Cleanup the exit logic & promise constructor
  • e17b0c7 Feat(@​inquirer/checkbox): Add support for choice description (like select and...
  • 5f695f3 Fix(@​inquirer/expand): [Typescript] Enforce valid keys
  • 7fb8aea Fix(@​inquirer/expand): [Typescript] Make the value type a generic
  • f5ded86 Fix(@​inquirer/expand): Fix rendering of selected values when prompt is done
  • Additional commits viewable in compare view

Updates @swc/core from 1.7.18 to 1.7.23

Changelog

Sourced from @​swc/core's changelog.

[1.7.23] - 2024-09-02

Bug Fixes

Performance

  • (es/compat) Reimplement constructor transform (#9519) (4b85a92)

  • (es/utils) Rewrite inject_after_super (#9496) (c562cfa)

[1.7.22] - 2024-08-30

Bug Fixes

  • (es/minifier) Iterate object properties in reverse direction while inlining property access (#9507) (f584ef7)

[1.7.21] - 2024-08-28

Bug Fixes

[1.7.19] - 2024-08-28

Bug Fixes

  • (es/minifier) Track if a var is used with in (#9508) (7d6269e)

Features

... (truncated)

Commits
  • d52a48f chore: Publish 1.7.23 with swc_core v0.103.1
  • 508f02d chore: Update changelog
  • 3c503eb chore: Publish 1.7.23-nightly-20240902.1 with swc_core v0.103.1
  • 838fe80 chore: Publish crates with swc_core v0.103.1
  • 5fd68f9 fix(es/minifier): Fix name mangler (#9524)
  • 595e8db chore: Publish crates with swc_core v0.103.0

…17 updates

Bumps the npm-dependencies group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@changesets/cli](https://github.com/changesets/changesets) | `2.27.7` | `2.27.8` |
| [turbo](https://github.com/vercel/turborepo) | `2.0.14` | `2.1.1` |
| [embla-carousel-react](https://github.com/davidjerleke/embla-carousel) | `8.2.0` | `8.2.1` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.436.0` | `0.438.0` |
| [next](https://github.com/vercel/next.js) | `14.2.6` | `14.2.8` |
| [next-intl](https://github.com/amannn/next-intl) | `3.19.0` | `3.19.1` |
| [tailwindcss-radix](https://github.com/ecklf/tailwindcss-radix) | `3.0.4` | `3.0.5` |
| [@faker-js/faker](https://github.com/faker-js/faker) | `8.4.1` | `9.0.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.16.1` | `20.16.5` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.4` | `18.3.5` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.6` | `14.2.8` |
| [monocart-reporter](https://github.com/cenfun/monocart-reporter) | `2.7.0` | `2.8.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.41` | `8.4.45` |
| [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) | `5.3.8` | `5.4.0` |
| [@swc/core](https://github.com/swc-project/swc) | `1.7.18` | `1.7.23` |
| [msw](https://github.com/mswjs/msw) | `2.3.5` | `2.4.2` |
| [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `14.2.6` | `14.2.8` |



Updates `@changesets/cli` from 2.27.7 to 2.27.8
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.27.7...@changesets/cli@2.27.8)

Updates `turbo` from 2.0.14 to 2.1.1
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/release.md)
- [Commits](vercel/turborepo@v2.0.14...v2.1.1)

Updates `embla-carousel-react` from 8.2.0 to 8.2.1
- [Release notes](https://github.com/davidjerleke/embla-carousel/releases)
- [Commits](davidjerleke/embla-carousel@v8.2.0...v8.2.1)

Updates `lucide-react` from 0.436.0 to 0.438.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.438.0/packages/lucide-react)

Updates `next` from 14.2.6 to 14.2.8
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.6...v14.2.8)

Updates `next-intl` from 3.19.0 to 3.19.1
- [Release notes](https://github.com/amannn/next-intl/releases)
- [Changelog](https://github.com/amannn/next-intl/blob/main/CHANGELOG.md)
- [Commits](amannn/next-intl@v3.19.0...v3.19.1)

Updates `tailwindcss-radix` from 3.0.4 to 3.0.5
- [Release notes](https://github.com/ecklf/tailwindcss-radix/releases)
- [Commits](ecklf/tailwindcss-radix@v3.0.4...v3.0.5)

Updates `@faker-js/faker` from 8.4.1 to 9.0.0
- [Release notes](https://github.com/faker-js/faker/releases)
- [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md)
- [Commits](faker-js/faker@v8.4.1...v9.0.0)

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

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

Updates `eslint-config-next` from 14.2.6 to 14.2.8
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.8/packages/eslint-config-next)

Updates `monocart-reporter` from 2.7.0 to 2.8.0
- [Release notes](https://github.com/cenfun/monocart-reporter/releases)
- [Changelog](https://github.com/cenfun/monocart-reporter/blob/main/CHANGELOG.md)
- [Commits](cenfun/monocart-reporter@2.7.0...2.8.0)

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

Updates `@inquirer/prompts` from 5.3.8 to 5.4.0
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@5.3.8...@inquirer/prompts@5.4.0)

Updates `@swc/core` from 1.7.18 to 1.7.23
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.7.18...v1.7.23)

Updates `msw` from 2.3.5 to 2.4.2
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.3.5...v2.4.2)

Updates `@next/eslint-plugin-next` from 14.2.6 to 14.2.8
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.8/packages/eslint-plugin-next)

---
updated-dependencies:
- dependency-name: "@changesets/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: turbo
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: embla-carousel-react
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: next-intl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: tailwindcss-radix
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@faker-js/faker"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: monocart-reporter
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@inquirer/prompts"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@next/eslint-plugin-next"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 5, 2024 20:35
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 5, 2024
Copy link

vercel bot commented Sep 5, 2024

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

Name Status Preview Comments Updated (UTC)
catalyst 🔄 Building (Inspect) Visit Preview 💬 Add feedback Sep 5, 2024 8:39pm
catalyst-latest ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 5, 2024 8:39pm
6 Skipped Deployments
Name Status Preview Comments Updated (UTC)
catalyst-1millionproducts-store ⬜️ Ignored (Inspect) Visit Preview Sep 5, 2024 8:39pm
catalyst-au ⬜️ Ignored (Inspect) Visit Preview Sep 5, 2024 8:39pm
catalyst-staging ⬜️ Ignored (Inspect) Visit Preview Sep 5, 2024 8:39pm
catalyst-test-store ⬜️ Ignored (Inspect) Visit Preview Sep 5, 2024 8:39pm
catalyst-uk ⬜️ Ignored (Inspect) Visit Preview Sep 5, 2024 8:39pm
catalyst-unstable ⬜️ Ignored (Inspect) Visit Preview Sep 5, 2024 8:39pm

Copy link

changeset-bot bot commented Sep 5, 2024

⚠️ No Changeset found

Latest commit: e8fbbff

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

github-actions bot commented Sep 5, 2024

⚡️🏠 Lighthouse report

Lighthouse ran against https://catalyst-latest-1xvas67rs-bigcommerce-platform.vercel.app

🖥️ Desktop

We ran Lighthouse against the changes on a desktop and produced this report. Here's the summary:

Category Score
🟠 Performance 83
🟢 Accessibility 100
🟢 Best practices 96
🟠 SEO 82

📱 Mobile

We ran Lighthouse against the changes on a mobile and produced this report. Here's the summary:

Category Score
🟢 Performance 95
🟢 Accessibility 100
🟢 Best practices 96
🟠 SEO 85

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 5, 2024

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

@dependabot dependabot bot closed this Sep 5, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-dependencies-44dec672e6 branch September 5, 2024 20:47
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.

0 participants