bigcommerce / catalyst

Catalyst - for Composable Commerce
https://catalyst-demo.site
MIT License
120 stars 161 forks source link

chore(deps): bump the npm-dependencies group across 1 directory with 16 updates #1500

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

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

Package From To
turbo 2.1.3 2.2.3
@icons-pack/react-simple-icons 10.0.0 10.1.0
@vercel/speed-insights 1.0.12 1.0.13
lucide-react 0.452.0 0.453.0
next 14.2.15 15.0.0
next-auth 5.0.0-beta.22 5.0.0-beta.25
react-hook-form 7.53.0 7.53.1
@next/bundle-analyzer 14.2.15 15.0.0
@playwright/test 1.48.0 1.48.1
@types/node 20.16.11 20.16.14
eslint-config-next 14.2.15 15.0.0
tailwindcss 3.4.13 3.4.14
@0no-co/graphql.web 1.0.8 1.0.9
@swc/core 1.7.35 1.7.39
msw 2.4.11 2.5.0
@next/eslint-plugin-next 14.2.15 15.0.0

Updates turbo from 2.1.3 to 2.2.3

Release notes

Sourced from turbo's releases.

Turborepo v2.2.3

What's Changed

Changelog

Full Changelog: https://github.com/vercel/turborepo/compare/v2.2.2...v2.2.3

Turborepo v2.2.2

What's Changed

Changelog

Full Changelog: https://github.com/vercel/turborepo/compare/v2.2.1...v2.2.2

Turborepo v2.2.2-canary.0

What's Changed

Changelog

Full Changelog: https://github.com/vercel/turborepo/compare/v2.2.1...v2.2.2-canary.0

Turborepo v2.2.1

What's Changed

Changelog

Full Changelog: https://github.com/vercel/turborepo/compare/v2.2.0...v2.2.1

Turborepo v2.2.0

What's Changed

Docs

... (truncated)

Commits


Updates @icons-pack/react-simple-icons from 10.0.0 to 10.1.0

Commits


Updates @vercel/speed-insights from 1.0.12 to 1.0.13

Release notes

Sourced from @​vercel/speed-insights's releases.

1.0.13

What's Changed

New Contributors

Full Changelog: https://github.com/vercel/speed-insights/compare/1.0.12...1.0.13

Commits


Updates lucide-react from 0.452.0 to 0.453.0

Release notes

Sourced from lucide-react's releases.

New icons 0.453.0

New icons 🎨

Commits


Updates next from 14.2.15 to 15.0.0

Release notes

Sourced from next's releases.

v15.0.0

Core Changes

  • refactor: next-flight-client-module-loader return conditions: #64348
  • Fix Server Action error logs for unhandled POST requests: #64315
  • Shared Revalidate Timings: #64370
  • Freeze loaded manifests: #64313
  • test: skip turbopack build test: #64356
  • Fix: css in next/dynamic component in edge runtime: #64382
  • Fix more Turbopack build tests: #64384
  • use pathToFileUrl to make esm import()s work with absolute windows paths: #64386
  • Improve rendering performance: #64408
  • Fix the method prop case in Server Actions transform: #64398
  • fix(next-lint): update option --report-unused-disable-directives to --report-unused-disable-directives-severity: #64405
  • Revert "Fix: css in next/dynamic component in edge runtime": #64442
  • default fetchCache to no-store when force-dynamic is set: #64145
  • router restore should take priority over pending actions: #64449
  • Fix client boundary inheritance for barrel optimization: #64467
  • improve turborepo caching: #64493
  • Update font data: #64481
  • BREAKING CHANGE: remove deprecated analyticsId from config, and the corresponding performance-relayer files and tests: #64199
  • feat: strip traceparent header from cachekey: #64499
  • Fix typo in dynamic-rendering.ts: #64365
  • fix(next): global not-found not working on multi-root layouts: #63053
  • chore(next): add keywords on package.json: #64173
  • Fix DynamicServerError not being thrown in fetch: #64511
  • fix: lib/helpers/install.ts to better support pnpm and properly respect root argument: #64418
  • fix(next): Metadata.openGraph values not resolving basic values when type is set: #63620
  • disable production chunking in dev: #64488
  • update turbopack: #64501
  • Turbopack: Allow client components to be imported in app routes: #64520
  • refactor: remove always truthy flag: #64522
  • Turbopack: don’t show long internal stack traces on build errors: #64427
  • next/script: Correctly apply async and defer props: #52939
  • chore(next/font): update @​capsizecss/metrics package: #64528
  • feat: add information that revalidate interval is in seconds: #64229
  • Typo "Minifer" in config.ts: #64359
  • Enhance types for Node and Edge envionments: #64454
  • feat: Add a validation for postcss with useLightningcss: #64379
  • fix HMR for cases where chunking changes: #64367
  • perf: improve Pages Router server rendering performance: #64461
  • Fix cjs client components tree-shaking: #64558
  • fix refresh behavior for discarded actions: #64532
  • fix: filter out middleware requests in logging: #64549
  • chore: remove unused rust dependencies: #62176
  • fix(next-swc): correctly set wasm fallback for known target triples: #64567
  • memoize layout router context: #64575
  • fix incorrect refresh request when basePath is set: #64589
  • fix TypeError edge-case for parallel slots rendered multiple times: #64271
  • Fix ASL bundling for dynamic css: #64451

... (truncated)

Commits
  • 51bfe3c v15.0.0
  • 4821456 v15.0.0-canary.205
  • c85914c Revert "[dynamicIO] warn for disallowed dynamic in dev" (#71566)
  • 0aba53d v15.0.0-canary.204
  • 7b9630f chore(docs): add docs for input image formats with next/image (#71565)
  • f260aad chore(next-codemod): use "confirm" for consistent prompt (#71551)
  • 9e0d46a v15.0.0-canary.203
  • 4a1947e Ensure workers are cleaned up always (#71564)
  • e406def chore(docs): remove recommendation about using priority over `loading=eager...
  • c0722a5 improve typescript autocomplete for cacheLife (#71400)
  • Additional commits viewable in compare view


Updates next-auth from 5.0.0-beta.22 to 5.0.0-beta.25

Release notes

Sourced from next-auth's releases.

next-auth@5.0.0-beta.24

What's Changed

New Contributors

Full Changelog: https://github.com/nextauthjs/next-auth/compare/next-auth@5.0.0-beta.23...next-auth@5.0.0-beta.24

Commits


Updates react-hook-form from 7.53.0 to 7.53.1

Release notes

Sourced from react-hook-form's releases.

Version 7.53.1

🐞 fix: #12294 ensure Invalid Date is evaluated correctly (#12295) 🐞 fix #12316 setValue should work for arrays of primitives to handle checkboxes (#12316) (#12317) 🐞 fix #12097 Use dirty fields along with mount names for form reset with keepDirtyValues (#12211) 🫀 fix #12237 disabled state trigger formState dirty/dirtyFields to update (#12239) 🐞 fix #12291 field array remove cause undefined with FormData (#12305) 📝 improve flatten function with object type check (#12306) 🖐️ improve: resolve type of set function (#12145) 🔧 chore: upgrade eslint to v9 (#12150) 📖 fix: code example input field placeholder name (#12296) 📖 docs: fix typo in code example (#12271)

thanks to @​rasikhq @​abnud11 @​crypt0box @​developer-bandi @​matmannion @​hasancruk & @​vismay7

Changelog

Sourced from react-hook-form's changelog.

Changelog

Commits


Updates @next/bundle-analyzer from 14.2.15 to 15.0.0

Release notes

Sourced from @​next/bundle-analyzer's releases.

v15.0.0

Core Changes

  • refactor: next-flight-client-module-loader return conditions: #64348
  • Fix Server Action error logs for unhandled POST requests: #64315
  • Shared Revalidate Timings: #64370
  • Freeze loaded manifests: #64313
  • test: skip turbopack build test: #64356
  • Fix: css in next/dynamic component in edge runtime: #64382
  • Fix more Turbopack build tests: #64384
  • use pathToFileUrl to make esm import()s work with absolute windows paths: #64386
  • Improve rendering performance: #64408
  • Fix the method prop case in Server Actions transform: #64398
  • fix(next-lint): update option --report-unused-disable-directives to --report-unused-disable-directives-severity: #64405
  • Revert "Fix: css in next/dynamic component in edge runtime": #64442
  • default fetchCache to no-store when force-dynamic is set: #64145
  • router restore should take priority over pending actions: #64449
  • Fix client boundary inheritance for barrel optimization: #64467
  • improve turborepo caching: #64493
  • Update font data: #64481
  • BREAKING CHANGE: remove deprecated analyticsId from config, and the corresponding performance-relayer files and tests: #64199
  • feat: strip traceparent header from cachekey: #64499
  • Fix typo in dynamic-rendering.ts: #64365
  • fix(next): global not-found not working on multi-root layouts: #63053
  • chore(next): add keywords on package.json: #64173
  • Fix DynamicServerError not being thrown in fetch: #64511
  • fix: lib/helpers/install.ts to better support pnpm and properly respect root argument: #64418
  • fix(next): Metadata.openGraph values not resolving basic values when type is set: #63620
  • disable production chunking in dev: #64488
  • update turbopack: #64501
  • Turbopack: Allow client components to be imported in app routes: #64520
  • refactor: remove always truthy flag: #64522
  • Turbopack: don’t show long internal stack traces on build errors: #64427
  • next/script: Correctly apply async and defer props: #52939
  • chore(next/font): update @​capsizecss/metrics package: #64528
  • feat: add information that revalidate interval is in seconds: #64229
  • Typo "Minifer" in config.ts: #64359
  • Enhance types for Node and Edge envionments: #64454
  • feat: Add a validation for postcss with useLightningcss: #64379
  • fix HMR for cases where chunking changes: #64367
  • perf: improve Pages Router server rendering performance: #64461
  • Fix cjs client components tree-shaking: #64558
  • fix refresh behavior for discarded actions: #64532
  • fix: filter out middleware requests in logging: #64549
  • chore: remove unused rust dependencies: #62176
  • fix(next-swc): correctly set wasm fallback for known target triples: #64567
  • memoize layout router context: #64575
  • fix incorrect refresh request when basePath is set: #64589
  • fix TypeError edge-case for parallel slots rendered multiple times: #64271
  • Fix ASL bundling for dynamic css: #64451

... (truncated)

Commits


Updates @playwright/test from 1.48.0 to 1.48.1

Release notes

Sourced from @​playwright/test's releases.

v1.48.1

Highlights

microsoft/playwright#33023 - [Bug]: command line flag --headed has no effect in ui mode microsoft/playwright#33107 - [REGRESSION]: page.waitForRequest does not get resolved since 1.48.0 microsoft/playwright#33085 - [Bug]: WebSocket route does not handle full URLs in Playwright microsoft/playwright#33052 - [Regression]: Inspector not showing recorded steps microsoft/playwright#33132 - [Bug]: Wrong Ubuntu release name in Dockerfile.noble microsoft/playwright#32996 - [BUG] Trace attachments have small unusable height

Browser Versions

  • Chromium 130.0.6723.19
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 129
  • Microsoft Edge 129
Commits


Updates @types/node from 20.16.11 to 20.16.14

Commits


Updates eslint-config-next from 14.2.15 to 15.0.0

Release notes

Sourced from eslint-config-next's releases.

v15.0.0

Core Changes

  • refactor: next-flight-client-module-loader return conditions: #64348
  • Fix Server Action error logs for unhandled POST requests: #64315
  • Shared Revalidate Timings: #64370
  • Freeze loaded manifests: #64313
  • test: skip turbopack build test: #64356
  • Fix: css in next/dynamic component in edge runtime: #64382
  • Fix more Turbopack build tests: #64384
  • use pathToFileUrl to make esm import()s work with absolute windows paths: #64386
  • Improve rendering performance: #64408
  • Fix the method prop case in Server Actions transform: #64398
  • fix(next-lint): update option --report-unused-disable-directives to --report-unused-disable-directives-severity: #64405
  • Revert "Fix: css in next/dynamic component in edge runtime": #64442
  • default fetchCache to no-store when force-dynamic is set: #64145
  • router restore should take priority over pending actions: #64449
  • Fix client boundary inheritance for barrel optimization: #64467
  • improve turborepo caching: #64493
  • Update font data: #64481
  • BREAKING CHANGE: remove deprecated analyticsId from config, and the corresponding performance-relayer files and tests: #64199
  • feat: strip traceparent header from cachekey: #64499
  • Fix typo in dynamic-rendering.ts: #64365
  • fix(next): global not-found not working on multi-root layouts: #63053
  • chore(next): add keywords on package.json: #64173
  • Fix DynamicServerError not being thrown in fetch: #64511
  • fix: lib/helpers/install.ts to better support pnpm and properly respect root argument: #64418
  • fix(next): Metadata.openGraph values not resolving basic values when type is set: #63620
  • disable production chunking in dev: #64488
  • update turbopack: #64501
  • Turbopack: Allow client components to be imported in app routes: #64520
  • refactor: remove always truthy flag: #64522
  • Turbopack: don’t show long internal stack traces on build errors: #64427
  • next/script: Correctly apply async and defer props: #52939
  • chore(next/font): update @​capsizecss/metrics package: #64528
  • feat: add information that revalidate interval is in seconds: #64229
  • Typo "Minifer" in config.ts: #64359
  • Enhance types for Node and Edge envionments: #64454
  • feat: Add a validation for postcss with useLightningcss: #64379
  • fix HMR for cases where chunking changes: #64367
  • perf: improve Pages Router server rendering performance: #64461
  • Fix cjs client components tree-shaking: #64558
  • fix refresh behavior for discarded actions: #64532
  • fix: filter out middleware requests in logging: #64549
  • chore: remove unused rust dependencies: #62176
  • fix(next-swc): correctly set wasm fallback for known target triples: #64567
  • memoize layout router context: #64575
  • fix incorrect refresh request when basePath is set: #64589
  • fix TypeError edge-case for parallel slots rendered multiple times: #64271
  • Fix ASL bundling for dynamic css: #64451

... (truncated)

Commits


Updates tailwindcss from 3.4.13 to 3.4.14

Release notes

Sourced from tailwindcss's releases.

v3.4.14

Fixed

  • Don't set display: none on elements that use hidden="until-found" (#14625)
Changelog

Sourced from tailwindcss's changelog.

[3.4.14] - 2024-10-15

Fixed

  • Don't set display: none on elements that use hidden="until-found" (#14625)
Commits


Updates @0no-co/graphql.web from 1.0.8 to 1.0.9

Release notes

Sourced from @​0no-co/graphql.web's releases.

@​0no-co/graphql.web@1.0.4

Patch Changes

  • ⚠️ Fix empty string matches being too eager, e.g. "", "" Submitted by @​kitten (See 29cbe5c)

@​0no-co/graphql.web@1.0.3

Patch Changes

  • ⚠️ Fix string and block string matches eagerly matching past the end boundary of strings and ignoring escaped closing characters. In certain cases, """ and " boundaries would be skipped if any other string boundary follows in the input document Submitted by @​kitten (See #17)

@​0no-co/graphql.web@1.0.2

Patch Changes

  • ⚠️ Fix browser quirk occurring in Safari 10–13 causing sticky regular expressions in the parser to match when they shouldn't / match too eagerly Submitted by @​kitten (See #15)

@​0no-co/graphql.web@1.0.1

Patch Changes

@​0no-co/graphql.web@1.0.0

Major Changes

Minor Changes

  • Alias all GraphQL AST types to the 'graphql' package’s TypeScript AST types, if it’s installed. This will ensure that all AST types are always compatible. Submitted by undefined (See 0no-co/graphql.web#10)

@​0no-co/graphql.web@0.1.6

Patch Changes

  • ⚠️ Fix float pattern and int/float decision in value parsing Submitted by @​kitten (See #8)
  • Remove redundant code paths from visit and parser Submitted by @​kitten (See #8)

@​0no-co/graphql.web@0.1.5

Patch Changes

  • Move over unit tests from graphql-web-lite and fix minor discrepancies to reference implementation Submitted by @​kitten (See #6)
  • Optimize performance of print and parse with minor adjustments Submitted by @​kitten (See #5)

... (truncated)

Changelog

Sourced from @​0no-co/graphql.web's changelog.

1.0.9

Patch Changes

  • Remove for-of syntax from valueFromTypeNode and valueFromASTUntyped helpers for JSC memory reduction Submitted by @​kitten (See #33)
Commits


Updates @swc/core from 1.7.35 to 1.7.39

Changelog

Sourced from @​swc/core's changelog.

[1.7.39] - 2024-10-22

Bug Fixes

  • (es/compat) Add missing visit children for destructuring (#9658) (32116a0)

  • (es/parser) Correct > and < when exit type context (#9653) (abffc07)

  • (es/proposal) Use tsc version of explicit resource management (#9585) (f735108)

  • (wasm-typescript) Fix option types of functions (#9662) (4cbe33c)

Features

  • (es/minifier) Implement optional catch binding (#9657) (f70b842)

Miscellaneous Tasks

  • (es/typescript) Improve enum comments and sourcemap (#9652) (31fe3b6)

[1.7.36] - 2024-10-15

Bug Fixes

  • (es) Run esnext transforms on esnext target (#9644) (8a19201)

  • (es/codegen) Emit space after div if rhs has leading comment (#9631) (f2be26e)

  • (es/lints) Correct the false positive error of TS2309 (#9635) (f74c1f3)

  • (es/minifier) Only merge last if return (#9633) (6f52949)

  • (es/minifier) Check type of assignment target before merging assignments (#9617) (4436621)

Features

... (truncated)

Commits
  • 530ba3a chore: Publish 1.7.39 with swc_core v1.0.4
  • 55e1996 chore: Publish 1.7.39-nightly-20241022.1 with swc_core v1.0.4
  • 057dbac chore: Disable nest-cli of swc-ecosystem-ci
  • 82c6059 chore: Publish 1.7.38-nightly-20241021.1 with swc_core v1.0.4
  • 4833434 chore: Configure run-name
  • e1e3962 chore: Disable zod of swc-ecosystem-ci
  • 251ed8d chore: Update changelog
  • c9b8191 chore: Publish 1.7.37-nightly-20241021.1 with swc_core v1.0.4
  • 0708b49 chore: Publish crates with swc_core v1.0.4
  • f70b842 feat(es/minifier): Implement optional catch binding (#9657)
  • Additional commits viewable in compare view


Updates msw from 2.4.11 to 2.5.0

Release notes

Sourced from msw's releases.

v2.5.0 (2024-10-22)

Features

  • isolate parent and child frames when handling requests (#2324) (a1a81ba00170bbcdfc6f64baa4a3630e153d77b3) @​kettanaito

v2.4.13 (2024-10-22)

Bug Fixes

  • update @inquir... _Description has been truncated_
vercel[bot] commented 1 month ago

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 Oct 22, 2024 6:05pm
catalyst-latest ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 22, 2024 6:05pm
5 Skipped Deployments | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **catalyst-1millionproducts-store** | ⬜️ Ignored ([Inspect](https://vercel.com/bigcommerce-platform/catalyst-1millionproducts-store/9AFAPvuqXgqPRUg8zt1ewj93Vz1K)) | [Visit Preview](https://catalyst-1millionproducts-store-git-8805bf-bigcommerce-platform.vercel.app) | | Oct 22, 2024 6:05pm | | **catalyst-au** | ⬜️ Ignored ([Inspect](https://vercel.com/bigcommerce-platform/catalyst-au/HVDc8a6UhQGDywjHC38DvXfEcRtA)) | [Visit Preview](https://catalyst-au-git-dependabot-npmandya-1ecc24-bigcommerce-platform.vercel.app) | | Oct 22, 2024 6:05pm | | **catalyst-test-store** | ⬜️ Ignored ([Inspect](https://vercel.com/bigcommerce-platform/catalyst-test-store/EUDXzQBiA9HBBVQymkRV64anFBEX)) | [Visit Preview](https://catalyst-test-store-git-dependabot-a506f1-bigcommerce-platform.vercel.app) | | Oct 22, 2024 6:05pm | | **catalyst-uk** | ⬜️ Ignored ([Inspect](https://vercel.com/bigcommerce-platform/catalyst-uk/3EsUoAkV3BDvGdvBf1var7JruPHK)) | [Visit Preview](https://catalyst-uk-git-dependabot-npmandya-665979-bigcommerce-platform.vercel.app) | | Oct 22, 2024 6:05pm | | **catalyst-unstable** | ⬜️ Ignored ([Inspect](https://vercel.com/bigcommerce-platform/catalyst-unstable/9fwDJErYRNhHr9FEhXmpyAXk8iDY)) | [Visit Preview](https://catalyst-unstable-git-dependabot-np-c9ee62-bigcommerce-platform.vercel.app) | | Oct 22, 2024 6:05pm |
changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: bdc6a64b7e9e8db8ce088b65fff6bb28e7a65316

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

github-actions[bot] commented 1 month ago

⚡️🏠 Lighthouse report

Lighthouse ran against https://catalyst-latest-bt2ve1910-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 85
🟢 Accessibility 100
🟢 Best practices 100
🟠 SEO 82

📱 Mobile

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

Category Score
🟢 Performance 98
🟢 Accessibility 100
🟢 Best practices 100
🟠 SEO 85
dependabot[bot] commented 1 month ago

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