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 axe-core to v4.8.3 #1424

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
axe-core (source) 4.7.2 -> 4.8.3 age adoption passing confidence

Release Notes

dequelabs/axe-core (axe-core) ### [`v4.8.3`](https://togithub.com/dequelabs/axe-core/blob/HEAD/CHANGELOG.md#483-2023-12-18) [Compare Source](https://togithub.com/dequelabs/axe-core/compare/v4.8.2...v4.8.3) ### [`v4.8.2`](https://togithub.com/dequelabs/axe-core/blob/HEAD/CHANGELOG.md#482-2023-09-18) [Compare Source](https://togithub.com/dequelabs/axe-core/compare/v4.8.1...v4.8.2) ### [`v4.8.1`](https://togithub.com/dequelabs/axe-core/blob/HEAD/CHANGELOG.md#481-2023-09-08) [Compare Source](https://togithub.com/dequelabs/axe-core/compare/v4.8.0...v4.8.1) ### [`v4.8.0`](https://togithub.com/dequelabs/axe-core/blob/HEAD/CHANGELOG.md#480-2023-09-06) [Compare Source](https://togithub.com/dequelabs/axe-core/compare/v4.7.2...v4.8.0) ##### Consistent Rule Impact This release changes it so that a rule never changes what impact it reports. To facilitate this while without changing the impact on certain issues, some rules have been split. The following changes were involved: - Deprecate impact on checks; use rules instead ([#​4114](https://togithub.com/dequelabs/axe-core/issues/4114)) ([2cc5547](https://togithub.com/dequelabs/axe-core/commit/2cc5547634ee783701675631ee3978129707e6f0)) - add rule aria-deprecated-role ([#​4074](https://togithub.com/dequelabs/axe-core/issues/4074)) ([03f2771](https://togithub.com/dequelabs/axe-core/commit/03f2771ab43bd877b7919c29b4f5e737b5a69544)) - add rule aria-conditional-attr ([#​4094](https://togithub.com/dequelabs/axe-core/issues/4094)) ([d417630](https://togithub.com/dequelabs/axe-core/commit/d417630e89a41603426c2bb545b49057f03ed8e5)) - **aria-input/toggle-field-name:** set impact always to serious ([#​4095](https://togithub.com/dequelabs/axe-core/issues/4095)) ([e031d68](https://togithub.com/dequelabs/axe-core/commit/e031d68652229a80ba6ff7d02d29a50a846bfa5b)) - **aria-prohibited-attr:** add rule aria-prohibited-attr ([#​4088](https://togithub.com/dequelabs/axe-core/issues/4088)) ([7b115d3](https://togithub.com/dequelabs/axe-core/commit/7b115d3a9e7256ae2c0a1d7d0f9ba791a06c8599)) - **impact:** aria-roles / aria-valid-attr-value is always "critical" ([#​4112](https://togithub.com/dequelabs/axe-core/issues/4112)) ([5cc8041](https://togithub.com/dequelabs/axe-core/commit/5cc8041f74a6f015dcbca36ee7414767528277c2)) - **impact:** scope-attr-valid is always "moderate" ([#​4113](https://togithub.com/dequelabs/axe-core/issues/4113)) ([131f552](https://togithub.com/dequelabs/axe-core/commit/131f5524e8c8022ace047ac6d69d779460c85fe6)) ##### Other Features - deprecate & disable duplicate-id / duplicate-id-active ([#​4071](https://togithub.com/dequelabs/axe-core/issues/4071)) ([733c45e](https://togithub.com/dequelabs/axe-core/commit/733c45e6a40a9f8ff6e75f7db864edff0b404ca2)) - **duplicate-id-aria:** set to review on fail and tag as wcag412 ([#​4075](https://togithub.com/dequelabs/axe-core/issues/4075)) ([9f1a3e3](https://togithub.com/dequelabs/axe-core/commit/9f1a3e3cbffbe09eaf90fa254c6421fd4264cf4a)) - add EN.301.549 tags to rules ([#​4063](https://togithub.com/dequelabs/axe-core/issues/4063)) ([de3da89](https://togithub.com/dequelabs/axe-core/commit/de3da897e56179d94ef8a0dc1a667b5663c489d1)) - **checks:** enable help-same-as-label, but remove from rules ([#​4096](https://togithub.com/dequelabs/axe-core/issues/4096)) ([034038a](https://togithub.com/dequelabs/axe-core/commit/034038a625b390ed25b30fccc96e3fc1f384dbc1)) - **new-rule:** aria-braille-equivalent finds incorrect uses of aria-braille attributes ([#​4107](https://togithub.com/dequelabs/axe-core/issues/4107)) ([6260a2f](https://togithub.com/dequelabs/axe-core/commit/6260a2f25781b465960aec0b1e7781be5496c9bd)) - **page-no-duplicate-banner/contentinfo:** deprecate options.nativeScopeFilter, take into ancestors with sectioning roles ([#​4105](https://togithub.com/dequelabs/axe-core/issues/4105)) ([c6e07be](https://togithub.com/dequelabs/axe-core/commit/c6e07bec43ef1935f2afb9429e9f12a937c38f14)) ##### Type Fixes & Improvements Various improvements were made to the types. Potentially the most impactful of which is that the `target` and `ancestry` property now return as `UnlabelledFrameSelector` instead of as `string[]`, which is incorrect for selectors involving shadow DOM. This may create some issues during migration for any code that has been incorrectly assuming these two properties have the `string[]` type. For more details and other type changes, see the commit itself: - **d.ts:** improve axe.d.ts types ([#​4081](https://togithub.com/dequelabs/axe-core/issues/4081)) ([7c5f991](https://togithub.com/dequelabs/axe-core/commit/7c5f99143a1d97e294d21e14917f4963013fc6f8)), closes [#​3966](https://togithub.com/dequelabs/axe-core/issues/3966) ##### Bug Fixes - **access-name:** get name from header elements ([#​4097](https://togithub.com/dequelabs/axe-core/issues/4097)) ([fbe99bf](https://togithub.com/dequelabs/axe-core/commit/fbe99bf87a3ebd7d6bc4b4eca7a58bbff28a5b23)) - add element semantics ([#​4115](https://togithub.com/dequelabs/axe-core/issues/4115)) ([637bf6c](https://togithub.com/dequelabs/axe-core/commit/637bf6c58c3e62877511687d8a6046f8aee63f03)) - **aria-allowed-attr:** pass aria-expanded on checkbox & switch ([#​4110](https://togithub.com/dequelabs/axe-core/issues/4110)) ([fcf76e0](https://togithub.com/dequelabs/axe-core/commit/fcf76e04d8534dfed75caf1f2c4a74ef4faa29ae)), closes [#​3339](https://togithub.com/dequelabs/axe-core/issues/3339) - **aria-allowed-role:** Add doc-glossary to allowed roles for aside element ([#​4083](https://togithub.com/dequelabs/axe-core/issues/4083)) ([6ca38f6](https://togithub.com/dequelabs/axe-core/commit/6ca38f65c28e9df0c429df1018b519394e22507e)) - **aria-allowed-role:** add meter to allowed roles for named img ([#​4055](https://togithub.com/dequelabs/axe-core/issues/4055)) ([173f29d](https://togithub.com/dequelabs/axe-core/commit/173f29da9558a1fd0510609aacc9e4deebdf74b4)), closes [#​4054](https://togithub.com/dequelabs/axe-core/issues/4054) - **aria-required-childen:** test visibility of grandchildren ([#​4091](https://togithub.com/dequelabs/axe-core/issues/4091)) ([a202b69](https://togithub.com/dequelabs/axe-core/commit/a202b69b955b45fc10abe06059925013bede07eb)) - **aria-text:** typo in rule description ([#​4131](https://togithub.com/dequelabs/axe-core/issues/4131)) ([85a0e9c](https://togithub.com/dequelabs/axe-core/commit/85a0e9c358ae78b4ceb2093dc9891d523eaf25b2)) - **aria-valid-attr-value:** allow empty value on aria-braille\* & aria-valuetext ([#​4109](https://togithub.com/dequelabs/axe-core/issues/4109)) ([c4c3e65](https://togithub.com/dequelabs/axe-core/commit/c4c3e658408d89b5ccd747d5fad9031c5d3a0de0)) - avoid memory issues by doing better cleanup ([#​4059](https://togithub.com/dequelabs/axe-core/issues/4059)) ([16c5cfa](https://togithub.com/dequelabs/axe-core/commit/16c5cfa66615537b2131a5a381fbed9a5336d853)) - avoid problems from element IDs that exist on object prototype ([#​4060](https://togithub.com/dequelabs/axe-core/issues/4060)) ([8d135dd](https://togithub.com/dequelabs/axe-core/commit/8d135dd58ccd72393b981464f66a01e770d9cf95)) - **color-contrast:** correctly handle flex and position ([#​4086](https://togithub.com/dequelabs/axe-core/issues/4086)) ([9d5f496](https://togithub.com/dequelabs/axe-core/commit/9d5f496c4ee7e95d113cdceab284fb6ca7be98e3)) - **color-contrast:** get text stoke from offset shadows ([#​4079](https://togithub.com/dequelabs/axe-core/issues/4079)) ([13acffe](https://togithub.com/dequelabs/axe-core/commit/13acffe540f834f5321f9c5c124b565cec92ce06)) - **color-contrast:** ignore format unicode characters ([#​4102](https://togithub.com/dequelabs/axe-core/issues/4102)) ([049522e](https://togithub.com/dequelabs/axe-core/commit/049522e3ef0676b198763e39e8c8a300c8eeb195)) - **color-contrast:** ignore zero width characters ([#​4103](https://togithub.com/dequelabs/axe-core/issues/4103)) ([4deb0a0](https://togithub.com/dequelabs/axe-core/commit/4deb0a0876d574c3d7d586b27ae07d4f5be586db)) - **color-contrast:** process non-rgb color functions ([#​4092](https://togithub.com/dequelabs/axe-core/issues/4092)) ([9634282](https://togithub.com/dequelabs/axe-core/commit/963428256d7a119c7b6188868eb9d4a4651a8949)) - **commons/dom/createGrid:** only add the visible, non-overflow areas of an element to the grid ([#​4101](https://togithub.com/dequelabs/axe-core/issues/4101)) ([d77f47b](https://togithub.com/dequelabs/axe-core/commit/d77f47b8dd346e205b6cddb4f6ce544ef5f699e4)) - ensure reporter errors can propagate ([#​4111](https://togithub.com/dequelabs/axe-core/issues/4111)) ([080cc1b](https://togithub.com/dequelabs/axe-core/commit/080cc1b5f5ed048ab435c312dec291d1b4eb4393)) - ignore stylesheets fetching style tag in jsdom ([#​4138](https://togithub.com/dequelabs/axe-core/issues/4138)) ([d7c16a4](https://togithub.com/dequelabs/axe-core/commit/d7c16a481d5a5f68c1e970040e01f125b2025378)) - **jsdom:** allow axe.setup() without a global window ([#​4116](https://togithub.com/dequelabs/axe-core/issues/4116)) ([33b0314](https://togithub.com/dequelabs/axe-core/commit/33b0314922762c0e562b613219b5cc96e3ce31f5)) - **target-size:** correctly calculate bounding box ([#​4125](https://togithub.com/dequelabs/axe-core/issues/4125)) ([1494b4c](https://togithub.com/dequelabs/axe-core/commit/1494b4c2159fbae2a937cc7c3dc1d269915ef4d4)) - **target-size:** update to match new spacing requirements ([#​4117](https://togithub.com/dequelabs/axe-core/issues/4117)) ([49eaa0e](https://togithub.com/dequelabs/axe-core/commit/49eaa0e1663724f70b2571cc7393e306bf0c7321)) - Use correct copyright year ([#​4098](https://togithub.com/dequelabs/axe-core/issues/4098)) ([cab6a2b](https://togithub.com/dequelabs/axe-core/commit/cab6a2b2f012f5963d0f4294217578c790508fcc)) - **utils/clone:** don't try to clone elements from different window context ([#​4072](https://togithub.com/dequelabs/axe-core/issues/4072)) ([55000d0](https://togithub.com/dequelabs/axe-core/commit/55000d066f018e4c3f2b9ec4eabf23eb1781dfbb)) ##### [4.7.2](https://togithub.com/dequelabs/axe-core/compare/v4.7.1...v4.7.2) (2023-05-25) ##### Bug Fixes - **aria-allowed-attr:** Add 'aria-required' to switch role ([#​4029](https://togithub.com/dequelabs/axe-core/issues/4029)) ([cb51be4](https://togithub.com/dequelabs/axe-core/commit/cb51be4e3ed69e8e8b3725cab5ad1a4671f64c0c)), closes [#​4027](https://togithub.com/dequelabs/axe-core/issues/4027) - **aria-allowed-attr:** allow aria-required on role=slider ([#​4035](https://togithub.com/dequelabs/axe-core/issues/4035)) ([bb2bf60](https://togithub.com/dequelabs/axe-core/commit/bb2bf606d75409722c645a3b2e3240cbce7e97ef)) - **aria-required-children:** set related nodes for invalid children ([#​4033](https://togithub.com/dequelabs/axe-core/issues/4033)) ([377f72b](https://togithub.com/dequelabs/axe-core/commit/377f72b16a4db5272b6c056a070e977dc0589cf5)) - **tags:** Add / correct several TTv5 tags ([#​4031](https://togithub.com/dequelabs/axe-core/issues/4031)) ([25859dd](https://togithub.com/dequelabs/axe-core/commit/25859dd737e271f69e3912d69ede2a127d78caa4)) ##### [4.7.1](https://togithub.com/dequelabs/axe-core/compare/v4.7.0...v4.7.1) (2023-05-15) ##### Bug Fixes - **aria-allowed-attr:** no inconsistent aria-checked on HTML checkboxes ([#​3895](https://togithub.com/dequelabs/axe-core/issues/3895)) ([704043e](https://togithub.com/dequelabs/axe-core/commit/704043e8a4b9359e871403c3b4fc294b9feee931)) - **aria-allowed-attrs:** add aria-expanded to allowed attrs for menuitemcheckbox and menuitemradio ([#​3994](https://togithub.com/dequelabs/axe-core/issues/3994)) ([0f405c6](https://togithub.com/dequelabs/axe-core/commit/0f405c6da55570db2d536e2a4a5464865d73e821)) - **aria-required-children:** trigger reviewEmpty with hidden children ([#​4012](https://togithub.com/dequelabs/axe-core/issues/4012)) ([a19b6cb](https://togithub.com/dequelabs/axe-core/commit/a19b6cb5252deb062f6170ab035d804742e7c1df)) - **color-contrast:** support CSS 4 color spaces ([#​4020](https://togithub.com/dequelabs/axe-core/issues/4020)) ([65621c3](https://togithub.com/dequelabs/axe-core/commit/65621c339fd42798cb3ce66bac62865e62926e8c)) - **link-in-text-block:** set links with pseudo-content for review ([#​4005](https://togithub.com/dequelabs/axe-core/issues/4005)) ([949f4f8](https://togithub.com/dequelabs/axe-core/commit/949f4f8dfccd018b88f929bd650dc8920ce4f6f0))

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 7551311634


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

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

Memlab leaks report

``` page-load [7.3MB] (baseline) [s1] > action-on-page [8.2MB] (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) @119525 [72 bytes] --context (internal)---> [] (object) @42841 [20 bytes] --previous (internal)---> [] (object) @42845 [35KB] --n (variable)---> [t] (closure) @87505 [1.3KB] --context (internal)---> [] (object) @69755 [42.6KB] --n (variable)---> [Object] (object) @198397 [42.5KB] --449 (element)---> [Object] (object) @151961 [24 bytes] --exports (property)---> [r] (closure) @151967 [2.6KB] --hasData (property)---> [] (closure) @169703 [76 bytes] --context (internal)---> [] (object) @152915 [1.4KB] --e (variable)---> [Object] (object) @152917 [1KB] --2 (element)---> [Object] (object) @321141 [76 bytes] --aaAutocomplete (property)---> [f] (object) @347691 [348 bytes] --$node (property)---> [q] (object) @347699 [188 bytes] --0 (element)---> [Detached HTMLSpanElement] (native) @320107 [616 bytes] --7 (element)---> [Detached HTMLDivElement] (native) @319889 [5.7KB] --7 (element)---> [Detached HTMLDivElement] (native) @319753 [384 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @319917 [384 bytes] --5 (element)---> [Detached HTMLAnchorElement] (native) @319919 [1.7KB] --11 (element)---> [Detached HTMLAnchorElement] (native) @319941 [2.3KB] --16 (element)---> [Detached InternalNode] (native) @37996 [336 bytes] --2 (element)---> [Detached InternalNode] (native) @35068 [224 bytes] --1 (element)---> [Detached InternalNode] (native) @35070 [224 bytes] --1 (element)---> [Detached InternalNode] (native) @38042 [112 bytes] --1 (element)---> [Detached EventListener] (native) @36686 [112 bytes] --1 (element)---> [Detached V8EventListener] (native) @36688 [40 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) @101887 [76 bytes] --context (internal)---> [] (object) @90405 [724 bytes] --a (variable)---> [Module] (object) @43529 [6.1KB] --get version (property)---> [version] (closure) @73167 [76 bytes] --context (internal)---> [] (object) @73183 [6.3KB] --Qn (variable)---> [y] (object) @385579 [368 bytes] --props (property)---> [Object] (object) @403875 [28 bytes] --children (property)---> [Object] (object) @396623 [296 bytes] --props (property)---> [Object] (object) @399679 [56 bytes] --children (property)---> [Object] (object) @400471 [1.2KB] --__ (property)---> [Object] (object) @400483 [1.1KB] --__ (property)---> [Object] (object) @400501 [940 bytes] --__ (property)---> [Object] (object) @400523 [736 bytes] --__d (property)---> [Detached HTMLDivElement] (native) @319793 [440 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @319791 [384 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @319789 [384 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @320145 [14.8KB] --5 (element)---> [Detached HTMLAnchorElement] (native) @320143 [2.3KB] --11 (element)---> [Detached HTMLAnchorElement] (native) @320137 [2.3KB] --12 (element)---> [Detached HTMLAnchorElement] (native) @320131 [2.3KB] --16 (element)---> [Detached InternalNode] (native) @32368 [224 bytes] --1 (element)---> [Detached InternalNode] (native) @32366 [224 bytes] --1 (element)---> [Detached InternalNode] (native) @32360 [224 bytes] --1 (element)---> [Detached InternalNode] (native) @32362 [112 bytes] --1 (element)---> [Detached EventListener] (native) @37442 [112 bytes] --1 (element)---> [Detached V8EventListener] (native) @32370 [40 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/65a542d38ba4531915fb34c1 Website Draft URL: https://65a542d38ba4531915fb34c1--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/65a5430d2043d4179e780445 Website Draft URL: https://65a5430d2043d4179e780445--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://65a542d38ba4531915fb34c1--pensive-lamport-5822d2.netlify.app/webpack-bundle-analyser

github-actions[bot] commented 7 months ago

Lighthouse Score

Desktop

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

Mobile

performance: 84 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 [8MB] (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) @43253 [72 bytes] --context (internal)---> [] (object) @281061 [20 bytes] --previous (internal)---> [] (object) @103859 [35KB] --n (variable)---> [t] (closure) @166885 [1.3KB] --context (internal)---> [] (object) @260275 [42.6KB] --n (variable)---> [Object] (object) @278231 [42.5KB] --449 (element)---> [Object] (object) @278673 [24 bytes] --exports (property)---> [r] (closure) @145717 [2.6KB] --hasData (property)---> [] (closure) @135615 [76 bytes] --context (internal)---> [] (object) @135609 [1.4KB] --e (variable)---> [Object] (object) @190281 [1KB] --2 (element)---> [Object] (object) @329997 [76 bytes] --aaAutocomplete (property)---> [f] (object) @337635 [348 bytes] --$node (property)---> [q] (object) @338631 [188 bytes] --0 (element)---> [Detached HTMLSpanElement] (native) @320485 [616 bytes] --7 (element)---> [Detached HTMLDivElement] (native) @319993 [5.7KB] --8 (element)---> [Detached HTMLDivElement] (native) @320251 [384 bytes] --5 (element)---> [Detached HTMLHRElement] (native) @320253 [296 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @320255 [676 bytes] --6 (element)---> [Detached HTMLAnchorElement] (native) @320315 [1.8KB] --11 (element)---> [Detached HTMLAnchorElement] (native) @320305 [1.8KB] --13 (element)---> [Detached InternalNode] (native) @32870 [312 bytes] --1 (element)---> [Detached InternalNode] (native) @59986 [256 bytes] --4 (element)---> [Detached ElementIntersectionObserverData] (native) @31628 [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) @43593 [76 bytes] --context (internal)---> [] (object) @88897 [724 bytes] --a (variable)---> [Module] (object) @146059 [6.1KB] --get version (property)---> [version] (closure) @61231 [76 bytes] --context (internal)---> [] (object) @61241 [6.3KB] --Qn (variable)---> [y] (object) @389121 [368 bytes] --props (property)---> [Object] (object) @402729 [28 bytes] --children (property)---> [Object] (object) @402731 [296 bytes] --props (property)---> [Object] (object) @405247 [56 bytes] --children (property)---> [Object] (object) @405429 [1.2KB] --__ (property)---> [Object] (object) @415889 [1.1KB] --__ (property)---> [Object] (object) @415901 [940 bytes] --__ (property)---> [Object] (object) @415915 [736 bytes] --__d (property)---> [Detached HTMLDivElement] (native) @320151 [440 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @320153 [384 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @320155 [384 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @320531 [14.8KB] --8 (element)---> [Detached HTMLElement] (native) @320549 [21.1KB] --5 (element)---> [Detached HTMLDivElement] (native) @320547 [18.3KB] --6 (element)---> [Detached Text] (native) @319827 [160 bytes] --7 (element)---> [Detached InternalNode] (native) @37572 [32 bytes] --1 (element)---> [Detached InternalNode] (native) @37574 [32 bytes] --1 (element)---> [Detached NodeList] (native) @37570 [32 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/65a553440a990c1f841bdd7a Website Draft URL: https://65a553440a990c1f841bdd7a--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/65a5537f84f9c024612d76eb Website Draft URL: https://65a5537f84f9c024612d76eb--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://65a553440a990c1f841bdd7a--pensive-lamport-5822d2.netlify.app/webpack-bundle-analyser

github-actions[bot] commented 7 months ago

Lighthouse Score

Desktop

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

Mobile

performance: 74 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.2MB] (baseline) [s1] > action-on-page [8MB] (target) [s2] > revert [9.1MB] (final) [s3] ------2 clusters------ --Similar leaks in this run: 1550-- --Retained size of leaked objects: 159.8KB-- [] (synthetic) @1 [10.2MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @6227 [62KB] --setTimeout (property)---> [] (closure) @136221 [72 bytes] --context (internal)---> [] (object) @198175 [20 bytes] --previous (internal)---> [] (object) @46499 [35KB] --n (variable)---> [t] (closure) @99951 [1.3KB] --context (internal)---> [] (object) @98167 [42.6KB] --n (variable)---> [Object] (object) @118631 [42.5KB] --449 (element)---> [Object] (object) @47457 [24 bytes] --exports (property)---> [r] (closure) @99331 [2.6KB] --hasData (property)---> [] (closure) @101135 [76 bytes] --context (internal)---> [] (object) @99905 [1.4KB] --e (variable)---> [Object] (object) @99907 [1KB] --2 (element)---> [Object] (object) @330191 [76 bytes] --aaAutocomplete (property)---> [f] (object) @362885 [348 bytes] --$node (property)---> [q] (object) @363961 [188 bytes] --0 (element)---> [Detached HTMLSpanElement] (native) @319991 [616 bytes] --7 (element)---> [Detached HTMLDivElement] (native) @319721 [5.7KB] --8 (element)---> [Detached HTMLDivElement] (native) @320267 [384 bytes] --6 (element)---> [Detached HTMLHRElement] (native) @319719 [296 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @319695 [384 bytes] --8 (element)---> [Detached HTMLHRElement] (native) @319693 [296 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @320289 [472 bytes] --5 (element)---> [Detached HTMLParagraphElement] (native) @320287 [840 bytes] --8 (element)---> [Detached HTMLAnchorElement] (native) @320279 [1.9KB] --13 (element)---> [Detached InternalNode] (native) @30120 [400 bytes] --1 (element)---> [Detached InternalNode] (native) @42474 [344 bytes] --4 (element)---> [Detached ElementIntersectionObserverData] (native) @30118 [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) @136537 [76 bytes] --context (internal)---> [] (object) @201831 [724 bytes] --a (variable)---> [Module] (object) @89671 [6.1KB] --get version (property)---> [version] (closure) @116193 [76 bytes] --context (internal)---> [] (object) @89867 [6.3KB] --Qn (variable)---> [y] (object) @393389 [368 bytes] --props (property)---> [Object] (object) @430803 [28 bytes] --children (property)---> [Object] (object) @430709 [296 bytes] --props (property)---> [Object] (object) @430711 [56 bytes] --children (property)---> [Object] (object) @431991 [1.2KB] --__ (property)---> [Object] (object) @442619 [1.1KB] --__ (property)---> [Object] (object) @442633 [940 bytes] --__ (property)---> [Object] (object) @442647 [736 bytes] --__d (property)---> [Detached HTMLDivElement] (native) @320457 [440 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @320455 [384 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @320453 [384 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @320029 [14.8KB] --8 (element)---> [Detached HTMLElement] (native) @320047 [21.1KB] --10 (element)---> [Detached InternalNode] (native) @29328 [240 bytes] --1 (element)---> [Detached InternalNode] (native) @29320 [184 bytes] --1 (element)---> [Detached DOMTokenList] (native) @29322 [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/65a5d6fccdaac257de98f703 Website Draft URL: https://65a5d6fccdaac257de98f703--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://65a5d6fccdaac257de98f703--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/65a5d7455d41f65c015a71b1 Website Draft URL: https://65a5d7455d41f65c015a71b1--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: 99 accessibility: 100 best-practices: 100 seo: 92 pwa: 100

Mobile

performance: 89 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.2MB] (baseline) [s1] > action-on-page [8.4MB] (target) [s2] > revert [9.5MB] (final) [s3] ------3 clusters------ --Similar leaks in this run: 1578-- --Retained size of leaked objects: 163.1KB-- [] (synthetic) @1 [10.7MB] --2 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @6223 [60.6KB] --setTimeout (property)---> [] (closure) @71727 [72 bytes] --context (internal)---> [] (object) @71731 [20 bytes] --previous (internal)---> [] (object) @48371 [35.6KB] --Cr (variable)---> [Object] (object) @50665 [10.6KB] --map (property)---> [Object] (object) @395613 [9.7KB] --706 (element)---> [Detached HTMLHRElement] (native) @317453 [296 bytes] --8 (element)---> [Detached InternalNode] (native) @28540 [152 bytes] --1 (element)---> [Detached InternalNode] (native) @28542 [96 bytes] --1 (element)---> [Detached DOMTokenList] (native) @30798 [56 bytes] --Similar leaks in this run: 14-- --Retained size of leaked objects: 1.6KB-- [] (synthetic) @1 [10.7MB] --2 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @6223 [60.6KB] --setTimeout (property)---> [] (closure) @71727 [72 bytes] --context (internal)---> [] (object) @71731 [20 bytes] --previous (internal)---> [] (object) @48371 [35.6KB] --n (variable)---> [t] (closure) @50403 [1.3KB] --context (internal)---> [] (object) @97365 [42.8KB] --n (variable)---> [Object] (object) @135605 [42.7KB] --449 (element)---> [Object] (object) @138965 [24 bytes] --exports (property)---> [r] (closure) @135275 [2.6KB] --hasData (property)---> [] (closure) @66635 [76 bytes] --context (internal)---> [] (object) @66629 [1.4KB] --e (variable)---> [Object] (object) @135561 [1KB] --2 (element)---> [Object] (object) @361049 [76 bytes] --aaAutocomplete (property)---> [f] (object) @361053 [348 bytes] --input (property)---> [s] (object) @364871 [3.1KB] --$hint (property)---> [q] (object) @364889 [1.2KB] --0 (element)---> [Detached HTMLInputElement] (native) @316933 [1KB] --7 (element)---> [Detached InternalNode] (native) @34516 [112 bytes] --1 (element)---> [Detached InternalNode] (native) @29068 [112 bytes] --3 (element)---> [Detached CSSStyleDeclaration] (native) @29072 [56 bytes] --Similar leaks in this run: 1-- --Retained size of leaked objects: 32 bytes-- [Window] (native) @37091 [25.9KB] --4 (element)---> [HTMLDocument] (native) @37089 [13.6KB] --14 (element)---> [HTMLHtmlElement] (native) @37263 [552 bytes] --7 (element)---> [HTMLBodyElement] (native) @37467 [752 bytes] --6 (element)---> [HTMLIFrameElement] (native) @34613 [3KB] --11 (element)---> [HTMLIFrameElement] (native) @37475 [13.3KB] --18 (element)---> [InternalNode] (native) @23022 [12.2KB] --1 (element)---> [InternalNode] (native) @9648 [12.2KB] --1 (element)---> [InternalNode] (native) @9650 [12.2KB] --1 (element)---> [EventListener] (native) @25060 [12.2KB] --1 (element)---> [V8EventListener] (native) @11910 [12.1KB] --1 (element)---> [i] (closure) @35223 [12.1KB] --__sentry_original__ (property)---> [] (closure) @73657 [11.5KB] --context (internal)---> [] (object) @73981 [11.4KB] --i (variable)---> [Object] (object) @55543 [11KB] --37 (element)---> [Detached Text] (native) @36095 [160 bytes] --5 (element)---> [Detached InternalNode] (native) @27598 [32 bytes] --1 (element)---> [Detached InternalNode] (native) @30958 [32 bytes] --1 (element)---> [Detached NodeList] (native) @30960 [32 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/65a65b824212fe00835cc053 Website Draft URL: https://65a65b824212fe00835cc053--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://65a65b824212fe00835cc053--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/65a65be1fcb2c10092587b0d Website Draft URL: https://65a65be1fcb2c10092587b0d--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: 77 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.1MB] (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: 160.8KB-- [] (synthetic) @1 [10.2MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @6205 [62.1KB] --setTimeout (property)---> [] (closure) @43387 [72 bytes] --context (internal)---> [] (object) @190881 [20 bytes] --previous (internal)---> [] (object) @82661 [35KB] --n (variable)---> [t] (closure) @180105 [1.3KB] --context (internal)---> [] (object) @168961 [42.6KB] --n (variable)---> [Object] (object) @182553 [42.5KB] --449 (element)---> [Object] (object) @171499 [24 bytes] --exports (property)---> [r] (closure) @171501 [2.6KB] --hasData (property)---> [] (closure) @229261 [76 bytes] --context (internal)---> [] (object) @228885 [1.4KB] --e (variable)---> [Object] (object) @249339 [1KB] --2 (element)---> [Object] (object) @322553 [76 bytes] --aaAutocomplete (property)---> [f] (object) @322451 [348 bytes] --$node (property)---> [q] (object) @322459 [188 bytes] --0 (element)---> [Detached HTMLSpanElement] (native) @318153 [616 bytes] --7 (element)---> [Detached HTMLDivElement] (native) @318671 [5.7KB] --7 (element)---> [Detached HTMLDivElement] (native) @318517 [384 bytes] --5 (element)---> [Detached HTMLAnchorElement] (native) @318515 [4.1KB] --9 (element)---> [Detached HTMLAnchorElement] (native) @318503 [1.9KB] --16 (element)---> [Detached InternalNode] (native) @38246 [224 bytes] --1 (element)---> [Detached InternalNode] (native) @33360 [224 bytes] --1 (element)---> [Detached InternalNode] (native) @33362 [224 bytes] --2 (element)---> [Detached InternalNode] (native) @32174 [112 bytes] --1 (element)---> [Detached EventListener] (native) @32176 [112 bytes] --Similar leaks in this run: 479-- --Retained size of leaked objects: 44.7KB-- [] (synthetic) @1 [10.2MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @6205 [62.1KB] --___replace (property)---> [] (closure) @43727 [76 bytes] --context (internal)---> [] (object) @231121 [724 bytes] --a (variable)---> [Module] (object) @82777 [6.1KB] --get version (property)---> [version] (closure) @170733 [76 bytes] --context (internal)---> [] (object) @96693 [6.3KB] --Qn (variable)---> [y] (object) @390017 [368 bytes] --props (property)---> [Object] (object) @408089 [28 bytes] --children (property)---> [Object] (object) @408091 [296 bytes] --props (property)---> [Object] (object) @408253 [56 bytes] --children (property)---> [Object] (object) @408455 [1.2KB] --__ (property)---> [Object] (object) @414699 [1.1KB] --__ (property)---> [Object] (object) @414715 [940 bytes] --__ (property)---> [Object] (object) @414729 [736 bytes] --__d (property)---> [Detached HTMLDivElement] (native) @318557 [468 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @318555 [384 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @318553 [384 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @318191 [14.8KB] --8 (element)---> [Detached HTMLElement] (native) @318209 [21.1KB] --5 (element)---> [Detached HTMLDivElement] (native) @318207 [18.3KB] --5 (element)---> [Detached Text] (native) @318053 [160 bytes] --6 (element)---> [Detached HTMLHeadingElement] (native) @318051 [456 bytes] --9 (element)---> [Detached Text] (native) @318047 [160 bytes] --7 (element)---> [Detached HTMLImageElement] (native) @318045 [704 bytes] --8 (element)---> [Detached Text] (native) @318043 [160 bytes] --7 (element)---> [Detached HTMLSpanElement] (native) @318041 [840 bytes] --9 (element)---> [Detached Text] (native) @318035 [160 bytes] --7 (element)---> [Detached HTMLParagraphElement] (native) @318033 [1KB] --9 (element)---> [Detached Text] (native) @318023 [160 bytes] --7 (element)---> [Detached HTMLParagraphElement] (native) @318021 [456 bytes] --9 (element)---> [Detached Text] (native) @318017 [160 bytes] --7 (element)---> [Detached HTMLParagraphElement] (native) @318015 [456 bytes] --9 (element)---> [Detached Text] (native) @318011 [160 bytes] --7 (element)---> [Detached HTMLBRElement] (native) @318005 [364 bytes] --7 (element)---> [Detached Text] (native) @318003 [160 bytes] --7 (element)---> [Detached HTMLDivElement] (native) @318001 [4.6KB] --5 (element)---> [Detached Text] (native) @317999 [160 bytes] --6 (element)---> [Detached HTMLElement] (native) @317997 [840 bytes] --10 (element)---> [Detached InternalNode] (native) @32920 [152 bytes] --1 (element)---> [Detached InternalNode] (native) @39448 [96 bytes] --1 (element)---> [Detached DOMTokenList] (native) @31270 [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/65a76473df78f36cad8266eb Website Draft URL: https://65a76473df78f36cad8266eb--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://65a76473df78f36cad8266eb--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/65a764c47521a46e758548aa Website Draft URL: https://65a764c47521a46e758548aa--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: 80 accessibility: 100 best-practices: 100 seo: 92 pwa: 100

Mobile

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