tubone24 / blog

tubone's Blog made by Gatsby.js and Netlify
https://blog.tubone-project24.xyz/
Other
6 stars 2 forks source link

chore(deps): update dependency core-js to v3.35.0 #1425

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
core-js (source) 3.33.0 -> 3.35.0 age adoption passing confidence

Release Notes

zloirock/core-js (core-js) ### [`v3.35.0`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3350---20231229) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.34.0...v3.35.0) - [`{ Map, Set, WeakMap, WeakSet }.{ from, of }`](https://togithub.com/tc39/proposal-setmap-offrom) became non-generic, following [this](https://togithub.com/tc39/proposal-setmap-offrom/issues/16#issuecomment-1843346541) and some other notes. Now they can be invoked without `this`, but no longer return subclass instances - Fixed handling some cases of non-enumerable symbol keys from `Symbol` polyfill - Removed unneeded NodeJS domains-related logic from `queueMicrotask` polyfill - Fixed subclassing of wrapped `ArrayBuffer` - Refactoring, many different minor optimizations - Compat data improvements: - [`Array.fromAsync`](https://togithub.com/tc39/proposal-array-from-async) marked as [supported from V8 ~ Chrome 121](https://bugs.chromium.org/p/v8/issues/detail?id=13321#c13) - It seems that the ancient [`Array.prototype.push` bug](https://bugs.chromium.org/p/v8/issues/detail?id=12681) is fixed in V8 ~ Chrome 122 (Hallelujah!) - [`ArrayBuffer.prototype.transfer` and friends proposal](https://togithub.com/tc39/proposal-arraybuffer-transfer) features marked as [supported from FF 122](https://bugzilla.mozilla.org/show_bug.cgi?id=1865103#c8) and Bun 1.0.19 - [`Object.groupBy` and `Map.groupBy`](https://togithub.com/tc39/proposal-array-grouping) marked as supported from Bun 1.0.19 - Since [`Iterator` helpers proposal](https://togithub.com/tc39/proposal-iterator-helpers) methods are still not disabled in Deno, the web compatibility issue why it was disabled in Chromium makes no sense for Deno and fixed in the spec, they marked as supported from Deno 1.37 - Added Opera Android 80 and updated [Opera Android 79](https://forums.opera.com/topic/68490/opera-for-android-79) compat data mapping - Added Samsung Internet 24 compat data mapping ### [`v3.34.0`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3340---20231206) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.33.3...v3.34.0) - [`Array` grouping proposal](https://togithub.com/tc39/proposal-array-grouping): - Methods: - `Object.groupBy` - `Map.groupBy` - Moved to stable ES, [November 2023 TC39 meeting](https://togithub.com/tc39/proposal-array-grouping/issues/60) - Added `es.` namespace modules, `/es/` and `/stable/` namespaces entries - [`Promise.withResolvers` proposal](https://togithub.com/tc39/proposal-promise-with-resolvers): - Method: - `Promise.withResolvers` - Moved to stable ES, [November 2023 TC39 meeting](https://twitter.com/robpalmer2/status/1729216597623976407) - Added `es.` namespace module, `/es/` and `/stable/` namespaces entries - Fixed a web incompatibility issue of [`Iterator` helpers proposal](https://togithub.com/tc39/proposal-iterator-helpers), [proposal-iterator-helpers/287](https://togithub.com/tc39/proposal-iterator-helpers/pull/287) and some following changes, November 2023 TC39 meeting - Added [`Uint8Array` to / from base64 and hex stage 2 proposal](https://togithub.com/tc39/proposal-arraybuffer-base64): - Methods: - `Uint8Array.fromBase64` - `Uint8Array.fromHex` - `Uint8Array.prototype.toBase64` - `Uint8Array.prototype.toHex` - Relaxed some specific cases of [`Number.fromString`](https://togithub.com/tc39/proposal-number-fromstring) validation before clarification of [proposal-number-fromstring/24](https://togithub.com/tc39/proposal-number-fromstring/issues/24) - Fixed `@@​toStringTag` property descriptors on DOM collections, [#​1312](https://togithub.com/zloirock/core-js/issues/1312) - Fixed the order of arguments validation in `Array` iteration methods, [#​1313](https://togithub.com/zloirock/core-js/issues/1313) - Some minor `atob` / `btoa` improvements - Compat data improvements: - [`Promise.withResolvers`](https://togithub.com/tc39/proposal-promise-with-resolvers) marked as shipped from FF121 ### [`v3.33.3`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3333---20231120) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.33.2...v3.33.3) - Fixed an issue getting the global object on Duktape, [#​1303](https://togithub.com/zloirock/core-js/issues/1303) - Avoid sharing internal `[[DedentMap]]` from [`String.dedent` proposal](https://togithub.com/tc39/proposal-string-dedent) between `core-js` instances before stabilization of the proposal - Some internal untangling - Compat data improvements: - Added [Deno 1.38](https://deno.com/blog/v1.38) compat data mapping - [`Array.fromAsync`](https://togithub.com/tc39/proposal-array-from-async) marked as [supported from Deno 1.38](https://togithub.com/denoland/deno/pull/21048) - [`Symbol.{ dispose, asyncDispose }`](https://togithub.com/tc39/proposal-explicit-resource-management) marked as [supported from Deno 1.38](https://togithub.com/denoland/deno/pull/20845) - Added Opera Android 79 compat data mapping - Added Oculus Quest Browser 30 compat data mapping - Updated Electron 28 and 29 compat data mapping ### [`v3.33.2`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3332---20231031) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.33.1...v3.33.2) - Simplified `structuredClone` polyfill, avoided second tree pass in cases of transferring - Added support of [`SuppressedError`](https://togithub.com/tc39/proposal-explicit-resource-management#the-suppressederror-error) to `structuredClone` polyfill - Removed unspecified unnecessary `ArrayBuffer` and `DataView` dependencies of `structuredClone` lack of which could cause errors in some entries in IE10- - Fixed handling of fractional number part in [`Number.fromString`](https://togithub.com/tc39/proposal-number-fromstring) - Compat data improvements: - [`URL.canParse`](https://url.spec.whatwg.org/#dom-url-canparse) marked as [supported from Chromium 120](https://bugs.chromium.org/p/chromium/issues/detail?id=1425839) - Updated Opera Android 78 compat data mapping - Added Electron 29 compat data mapping ### [`v3.33.1`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3331---20231020) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.33.0...v3.33.1) - Added one more workaround of possible error with `Symbol` polyfill on global object, [#​1289](https://togithub.com/zloirock/core-js/issues/1289#issuecomment-1768411444) - Directly specified `type: commonjs` in `package.json` of all packages to avoid potential breakage in future Node versions, see [this issue](https://togithub.com/nodejs/TSC/issues/1445) - Prevented potential issue with lack of some dependencies after automatic optimization polyfills of some methods in the pure version - Some minor internal fixes and optimizations - Compat data improvements: - [`String.prototype.{ isWellFormed, toWellFormed }`](https://togithub.com/tc39/proposal-is-usv-string) marked as [supported from FF119](https://bugzilla.mozilla.org/show_bug.cgi?id=1850755) - Added React Native 0.73 Hermes compat data, mainly fixes of [some issues](https://togithub.com/facebook/hermes/issues/770) - Added [NodeJS 21.0 compat data mapping](https://nodejs.org/ru/blog/release/v21.0.0)

Configuration

πŸ“… Schedule: Branch creation - "after 11pm,before 6am" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 7 months ago

depcheck Result

List up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes.

Unused dependencies - @popperjs/core - @sentry/react - @typescript-eslint/eslint-plugin - babel-loader - babel-polyfill - classnames - flexboxgrid - gatsby-legacy-polyfills - gatsby-plugin-flexsearch - gatsby-plugin-twitter - gatsby-react-router-scroll - html-minifier - intersection-observer - md5 - preact - preact-render-to-string - react-body-classname - react-dom - rimraf - sass - typescript
Unused devdependencies - @babel/core - @babel/preset-typescript - @storybook/addon-a11y - @storybook/addon-controls - @storybook/addon-essentials - @storybook/addon-info - @storybook/addon-interactions - @storybook/addon-knobs - @storybook/addon-links - @storybook/addon-storysource - @storybook/addon-viewport - @storybook/builder-webpack5 - @storybook/manager-webpack5 - @textlint-rule/textlint-rule-no-duplicate-abbr - @types/jest - @types/react-test-renderer - @types/responselike - axe-core - @babel/eslint-parser - babel-plugin-transform-runtime - core-js - cross-env - css-loader - eslint - eslint-config-airbnb - eslint-import-resolver-webpack - eslint-plugin-import - eslint-plugin-jsx-a11y - eslint-plugin-react - gh-pages - husky - identity-obj-proxy - jest - jest-environment-jsdom - markdownlint-cli2 - memlab - netlify-cli - netlify-lambda - nyc - prettier - react-test-renderer - sass-loader - start-server-and-test - stylelint - stylelint-config-recess-order - stylelint-config-recommended-scss - stylelint-config-standard - stylelint-scss - textlint - textlint-filter-rule-allowlist - textlint-filter-rule-comments - textlint-rule-aws-spellcheck - textlint-rule-ja-no-inappropriate-words - textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet - textlint-rule-no-start-duplicated-conjunction - textlint-rule-preset-smarthr - textlint-rule-prh - textlint-rule-terminology - ts-jest - yaml-lint
Missing - colors - /github/workspace/src/styles/_hover.scss - @algolia/transporter - /github/workspace/src/components/SearchBox/index.tsx - @algolia/client-search - /github/workspace/src/components/SearchBox/index.tsx - qs - /github/workspace/scripts/benchmark.js - https - /github/workspace/scripts/uploadScreenShot.ts
coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 7531031027


Totals Coverage Status
Change from base Build 7531006143: 0.0%
Covered Lines: 250
Relevant Lines: 280

πŸ’› - Coveralls
github-actions[bot] commented 7 months ago

Memlab leaks report

``` page-load [7.2MB] (baseline) [s1] > action-on-page [8MB] (target) [s2] > revert [9.1MB] (final) [s3] ------2 clusters------ --Similar leaks in this run: 1608-- --Retained size of leaked objects: 160.8KB-- [] (synthetic) @1 [10.2MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @6227 [62KB] --setTimeout (property)---> [] (closure) @113997 [72 bytes] --context (internal)---> [] (object) @168991 [20 bytes] --previous (internal)---> [] (object) @68917 [35KB] --n (variable)---> [t] (closure) @117611 [1.3KB] --context (internal)---> [] (object) @166623 [42.6KB] --n (variable)---> [Object] (object) @170229 [42.5KB] --449 (element)---> [Object] (object) @170667 [24 bytes] --exports (property)---> [r] (closure) @220955 [2.6KB] --hasData (property)---> [] (closure) @222709 [76 bytes] --context (internal)---> [] (object) @221325 [1.4KB] --e (variable)---> [Object] (object) @221327 [1KB] --2 (element)---> [Object] (object) @327195 [76 bytes] --aaAutocomplete (property)---> [f] (object) @327199 [348 bytes] --$node (property)---> [q] (object) @331243 [188 bytes] --0 (element)---> [Detached HTMLSpanElement] (native) @320615 [616 bytes] --7 (element)---> [Detached HTMLDivElement] (native) @320191 [5.7KB] --8 (element)---> [Detached HTMLDivElement] (native) @320969 [384 bytes] --6 (element)---> [Detached HTMLHRElement] (native) @320189 [296 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @320165 [384 bytes] --8 (element)---> [Detached HTMLHRElement] (native) @320163 [296 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @320893 [472 bytes] --5 (element)---> [Detached HTMLParagraphElement] (native) @320891 [840 bytes] --8 (element)---> [Detached HTMLAnchorElement] (native) @320885 [1.9KB] --12 (element)---> [Detached HTMLAnchorElement] (native) @320087 [1.9KB] --13 (element)---> [Detached InternalNode] (native) @30222 [400 bytes] --1 (element)---> [Detached InternalNode] (native) @55554 [344 bytes] --4 (element)---> [Detached ElementIntersectionObserverData] (native) @30220 [72 bytes] --Similar leaks in this run: 479-- --Retained size of leaked objects: 44.6KB-- [] (synthetic) @1 [10.2MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @6227 [62KB] --___replace (property)---> [] (closure) @163419 [76 bytes] --context (internal)---> [] (object) @162521 [724 bytes] --a (variable)---> [Module] (object) @120521 [6.1KB] --get version (property)---> [version] (closure) @146951 [76 bytes] --context (internal)---> [] (object) @69899 [6.3KB] --Qn (variable)---> [y] (object) @388015 [368 bytes] --props (property)---> [Object] (object) @424341 [28 bytes] --children (property)---> [Object] (object) @424343 [296 bytes] --props (property)---> [Object] (object) @424847 [56 bytes] --children (property)---> [Object] (object) @400843 [1.2KB] --__ (property)---> [Object] (object) @453683 [1.1KB] --__ (property)---> [Object] (object) @453687 [940 bytes] --__ (property)---> [Object] (object) @443903 [736 bytes] --__d (property)---> [Detached HTMLDivElement] (native) @321073 [440 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @321071 [384 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @321069 [384 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @320653 [14.8KB] --8 (element)---> [Detached HTMLElement] (native) @320671 [21.1KB] --5 (element)---> [Detached HTMLDivElement] (native) @320669 [18.3KB] --9 (element)---> [Detached InternalNode] (native) @29060 [328 bytes] --2 (element)---> [Detached InternalNode] (native) @29062 [56 bytes] --1 (element)---> [Detached NodeList] (native) @31190 [56 bytes] ```
github-actions[bot] commented 7 months ago

Deploy Preview

Deploy path: /home/runner/work/blog/blog/public Functions path: /home/runner/work/blog/blog/functions/src Configuration path: /home/runner/work/blog/blog/netlify.toml Deploying to draft URL...

Logs: https://app.netlify.com/sites/pensive-lamport-5822d2/deploys/65a553470914eb23e19eb2c7 Website Draft URL: https://65a553470914eb23e19eb2c7--pensive-lamport-5822d2.netlify.app

If everything looks good on your draft URL, deploy it to your main site URL with the --prod flag. netlify deploy --prod

github-actions[bot] commented 7 months ago

Storybook Preview

Deploy path: /home/runner/work/blog/blog/storybook-static Functions path: /home/runner/work/blog/blog/functions/src Configuration path: /home/runner/work/blog/blog/netlify.toml Deploying to draft URL...

Logs: https://app.netlify.com/sites/blog-storybook/deploys/65a55399f8ae31009b70c9fc Website Draft URL: https://65a55399f8ae31009b70c9fc--blog-storybook.netlify.app

If everything looks good on your draft URL, deploy it to your main site URL with the --prod flag. netlify deploy --prod

github-actions[bot] commented 7 months ago

Bundle Analyzer URL

https://65a553470914eb23e19eb2c7--pensive-lamport-5822d2.netlify.app/webpack-bundle-analyser

github-actions[bot] commented 7 months ago

Lighthouse Score

Desktop

performance: 78 accessibility: 100 best-practices: 100 seo: 92 pwa: 100

Mobile

performance: 91 accessibility: 100 best-practices: 96 seo: 93 pwa: 100

github-actions[bot] commented 7 months ago

depcheck Result

List up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes.

Unused dependencies - @popperjs/core - @sentry/react - @typescript-eslint/eslint-plugin - babel-loader - babel-polyfill - classnames - flexboxgrid - gatsby-legacy-polyfills - gatsby-plugin-flexsearch - gatsby-plugin-twitter - gatsby-react-router-scroll - html-minifier - intersection-observer - md5 - preact - preact-render-to-string - react-body-classname - react-dom - rimraf - sass - typescript
Unused devdependencies - @babel/core - @babel/preset-typescript - @storybook/addon-a11y - @storybook/addon-controls - @storybook/addon-essentials - @storybook/addon-info - @storybook/addon-interactions - @storybook/addon-knobs - @storybook/addon-links - @storybook/addon-storysource - @storybook/addon-viewport - @storybook/builder-webpack5 - @storybook/manager-webpack5 - @textlint-rule/textlint-rule-no-duplicate-abbr - @types/jest - @types/react-test-renderer - @types/responselike - axe-core - @babel/eslint-parser - babel-plugin-transform-runtime - core-js - cross-env - css-loader - eslint - eslint-config-airbnb - eslint-import-resolver-webpack - eslint-plugin-import - eslint-plugin-jsx-a11y - eslint-plugin-react - gh-pages - husky - identity-obj-proxy - jest - jest-environment-jsdom - markdownlint-cli2 - memlab - netlify-cli - netlify-lambda - nyc - prettier - react-test-renderer - sass-loader - start-server-and-test - stylelint - stylelint-config-recess-order - stylelint-config-recommended-scss - stylelint-config-standard - stylelint-scss - textlint - textlint-filter-rule-allowlist - textlint-filter-rule-comments - textlint-rule-aws-spellcheck - textlint-rule-ja-no-inappropriate-words - textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet - textlint-rule-no-start-duplicated-conjunction - textlint-rule-preset-smarthr - textlint-rule-prh - textlint-rule-terminology - ts-jest - yaml-lint
Missing - colors - /github/workspace/src/styles/_hover.scss - @algolia/transporter - /github/workspace/src/components/SearchBox/index.tsx - @algolia/client-search - /github/workspace/src/components/SearchBox/index.tsx - qs - /github/workspace/scripts/benchmark.js - https - /github/workspace/scripts/uploadScreenShot.ts
github-actions[bot] commented 7 months ago

Memlab leaks report

``` page-load [7.3MB] (baseline) [s1] > action-on-page [8.1MB] (target) [s2] > revert [9.1MB] (final) [s3] ------2 clusters------ --Similar leaks in this run: 1608-- --Retained size of leaked objects: 165.2KB-- [] (synthetic) @1 [10.2MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @6227 [62KB] --setTimeout (property)---> [] (closure) @145701 [72 bytes] --context (internal)---> [] (object) @272917 [20 bytes] --previous (internal)---> [] (object) @54571 [35KB] --n (variable)---> [t] (closure) @257841 [1.3KB] --context (internal)---> [] (object) @240229 [42.6KB] --n (variable)---> [Object] (object) @303649 [42.5KB] --449 (element)---> [Object] (object) @215065 [24 bytes] --exports (property)---> [r] (closure) @132571 [2.6KB] --hasData (property)---> [] (closure) @215315 [76 bytes] --context (internal)---> [] (object) @137257 [1.4KB] --e (variable)---> [Object] (object) @137241 [1KB] --2 (element)---> [Object] (object) @320877 [76 bytes] --aaAutocomplete (property)---> [f] (object) @372395 [348 bytes] --$node (property)---> [q] (object) @373345 [188 bytes] --0 (element)---> [Detached HTMLSpanElement] (native) @319677 [616 bytes] --7 (element)---> [Detached HTMLDivElement] (native) @319343 [5.7KB] --8 (element)---> [Detached HTMLDivElement] (native) @320037 [384 bytes] --6 (element)---> [Detached HTMLHRElement] (native) @319341 [296 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @319317 [384 bytes] --8 (element)---> [Detached HTMLHRElement] (native) @319315 [296 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @319959 [472 bytes] --6 (element)---> [Detached HTMLAnchorElement] (native) @320197 [1.9KB] --11 (element)---> [Detached HTMLAnchorElement] (native) @320187 [1.9KB] --11 (element)---> [Detached HTMLAnchorElement] (native) @320177 [1.9KB] --8 (element)---> [Detached Text] (native) @320181 [160 bytes] --6 (element)---> [Detached InternalNode] (native) @33700 [32 bytes] --1 (element)---> [Detached InternalNode] (native) @29282 [32 bytes] --1 (element)---> [Detached NodeList] (native) @29284 [32 bytes] --Similar leaks in this run: 479-- --Retained size of leaked objects: 44.6KB-- [] (synthetic) @1 [10.2MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @6227 [62KB] --___replace (property)---> [] (closure) @64257 [76 bytes] --context (internal)---> [] (object) @63271 [724 bytes] --a (variable)---> [Module] (object) @137177 [6.1KB] --get version (property)---> [version] (closure) @241847 [76 bytes] --context (internal)---> [] (object) @132155 [6.3KB] --Qn (variable)---> [y] (object) @390399 [368 bytes] --props (property)---> [Object] (object) @390401 [28 bytes] --children (property)---> [Object] (object) @399625 [296 bytes] --props (property)---> [Object] (object) @406465 [56 bytes] --children (property)---> [Object] (object) @408645 [1.2KB] --__ (property)---> [Object] (object) @415033 [1.1KB] --__ (property)---> [Object] (object) @415045 [940 bytes] --__ (property)---> [Object] (object) @415059 [736 bytes] --__d (property)---> [Detached HTMLDivElement] (native) @320137 [440 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @320135 [384 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @320133 [384 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @319715 [14.8KB] --6 (element)---> [Detached HTMLAnchorElement] (native) @319683 [2.1KB] --15 (element)---> [Detached InternalNode] (native) @29060 [224 bytes] --1 (element)---> [Detached InternalNode] (native) @29062 [224 bytes] --1 (element)---> [Detached InternalNode] (native) @34944 [224 bytes] --2 (element)---> [Detached InternalNode] (native) @34948 [112 bytes] --1 (element)---> [Detached EventListener] (native) @36756 [112 bytes] ```
github-actions[bot] commented 7 months ago

Deploy Preview

Deploy path: /home/runner/work/blog/blog/public Functions path: /home/runner/work/blog/blog/functions/src Configuration path: /home/runner/work/blog/blog/netlify.toml Deploying to draft URL...

Logs: https://app.netlify.com/sites/pensive-lamport-5822d2/deploys/65a5d729786c3a5ae93cb0d0 Website Draft URL: https://65a5d729786c3a5ae93cb0d0--pensive-lamport-5822d2.netlify.app

If everything looks good on your draft URL, deploy it to your main site URL with the --prod flag. netlify deploy --prod

github-actions[bot] commented 7 months ago

Bundle Analyzer URL

https://65a5d729786c3a5ae93cb0d0--pensive-lamport-5822d2.netlify.app/webpack-bundle-analyser

github-actions[bot] commented 7 months ago

Storybook Preview

Deploy path: /home/runner/work/blog/blog/storybook-static Functions path: /home/runner/work/blog/blog/functions/src Configuration path: /home/runner/work/blog/blog/netlify.toml Deploying to draft URL...

Logs: https://app.netlify.com/sites/blog-storybook/deploys/65a5d778faf4395ae710455c Website Draft URL: https://65a5d778faf4395ae710455c--blog-storybook.netlify.app

If everything looks good on your draft URL, deploy it to your main site URL with the --prod flag. netlify deploy --prod

github-actions[bot] commented 7 months ago

Lighthouse Score

Desktop

performance: 81 accessibility: 100 best-practices: 100 seo: 92 pwa: 100

Mobile

performance: 81 accessibility: 100 best-practices: 96 seo: 93 pwa: 100