tubone24 / blog

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

Update dependency prettier to v2.8.7 #1314

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier (source) 2.8.4 -> 2.8.7 age adoption passing confidence

Release Notes

prettier/prettier ### [`v2.8.7`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#​287) [Compare Source](https://togithub.com/prettier/prettier/compare/2.8.6...2.8.7) [diff](https://togithub.com/prettier/prettier/compare/2.8.6...2.8.7) ##### Allow multiple decorators on same getter/setter ([#​14584](https://togithub.com/prettier/prettier/pull/14584) by [@​fisker](https://togithub.com/fisker)) ```ts // Input class A { @​decorator() get foo () {} @​decorator() set foo (value) {} } // Prettier 2.8.6 SyntaxError: Decorators cannot be applied to multiple get/set accessors of the same name. (5:3) 3 | get foo () {} 4 | > 5 | @​decorator() | ^^^^^^^^^^^^ 6 | set foo (value) {} 7 | } // Prettier 2.8.7 class A { @​decorator() get foo() {} @​decorator() set foo(value) {} } ``` ### [`v2.8.6`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#​286) [Compare Source](https://togithub.com/prettier/prettier/compare/2.8.5...2.8.6) [diff](https://togithub.com/prettier/prettier/compare/2.8.5...2.8.6) ##### Allow decorators on private members and class expressions ([#​14548](https://togithub.com/prettier/prettier/pull/14548) by [@​fisker](https://togithub.com/fisker)) ```ts // Input class A { @​decorator() #privateMethod () {} } // Prettier 2.8.5 SyntaxError: Decorators are not valid here. (2:3) 1 | class A { > 2 | @​decorator() | ^^^^^^^^^^^^ 3 | #privateMethod () {} 4 | } // Prettier 2.8.6 class A { @​decorator() #privateMethod() {} } ``` ### [`v2.8.5`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#​285) [Compare Source](https://togithub.com/prettier/prettier/compare/2.8.4...2.8.5) [diff](https://togithub.com/prettier/prettier/compare/2.8.4...2.8.5) ##### Support TypeScript 5.0 ([#​14391](https://togithub.com/prettier/prettier/pull/14391) by [@​fisker](https://togithub.com/fisker), [#​13819](https://togithub.com/prettier/prettier/pull/13819) by [@​fisker](https://togithub.com/fisker), [@​sosukesuzuki](https://togithub.com/sosukesuzuki)) TypeScript 5.0 introduces two new syntactic features: - `const` modifiers for type parameters - `export type *` declarations ##### Add missing parentheses for decorator ([#​14393](https://togithub.com/prettier/prettier/pull/14393) by [@​fisker](https://togithub.com/fisker)) ```jsx // Input class Person { @​(myDecoratorArray[0]) greet() {} } // Prettier 2.8.4 class Person { @​myDecoratorArray[0] greet() {} } // Prettier 2.8.5 class Person { @​(myDecoratorArray[0]) greet() {} } ``` ##### Add parentheses for `TypeofTypeAnnotation` to improve readability ([#​14458](https://togithub.com/prettier/prettier/pull/14458) by [@​fisker](https://togithub.com/fisker)) ```tsx // Input type A = (typeof node.children)[]; // Prettier 2.8.4 type A = typeof node.children[]; // Prettier 2.8.5 type A = (typeof node.children)[]; ``` ##### Support `max_line_length=off` when parsing `.editorconfig` ([#​14516](https://togithub.com/prettier/prettier/pull/14516) by [@​josephfrazier](https://togithub.com/josephfrazier)) If an .editorconfig file is in your project and it sets `max_line_length=off` for the file you're formatting, it will be interpreted as a `printWidth` of `Infinity` rather than being ignored (which previously resulted in the default `printWidth` of 80 being applied, if not overridden by Prettier-specific configuration). ```html
;
; ```

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 1 year 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 - 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-hoso-kinshi-yogo - 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 1 year ago

Memlab leaks report

``` page-load [7.6MB] (baseline) [s1] > action-on-page [8.8MB] (target) [s2] > revert [9.1MB] (final) [s3] ------3 clusters------ --Similar leaks in this run: 808-- --Retained size of leaked objects: 150.8KB-- [] (synthetic) @1 [10MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @9845 [59KB] --setInterval (property)---> [] (closure) @218165 [72 bytes] --context (internal)---> [] (object) @218169 [20 bytes] --previous (internal)---> [] (object) @78325 [44.1KB] --n (variable)---> [t] (closure) @126077 [1.2KB] --context (internal)---> [] (object) @146949 [42.5KB] --n (variable)---> [Object] (object) @146955 [42.4KB] --449 (element)---> [Object] (object) @123401 [24 bytes] --exports (property)---> [r] (closure) @104093 [2.1KB] --hasData (property)---> [] (closure) @104171 [68 bytes] --context (internal)---> [] (object) @105007 [1.3KB] --e (variable)---> [Object] (object) @104987 [1KB] --2 (element)---> [Object] (object) @407423 [76 bytes] --aaAutocomplete (property)---> [f] (object) @430239 [348 bytes] --$node (property)---> [q] (object) @430757 [188 bytes] --0 (element)---> [Detached HTMLSpanElement] (native) @351675 [676 bytes] --7 (element)---> [Detached HTMLDivElement] (native) @351911 [5.7KB] --8 (element)---> [Detached HTMLDivElement] (native) @350623 [428 bytes] --5 (element)---> [Detached HTMLHRElement] (native) @350597 [332 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @350591 [720 bytes] --6 (element)---> [Detached HTMLAnchorElement] (native) @352039 [1.7KB] --11 (element)---> [Detached HTMLAnchorElement] (native) @352049 [1.7KB] --13 (element)---> [Detached InternalNode] (native) @327956544 [332 bytes] --4 (element)---> [Detached ElementIntersectionObserverData] (native) @289048448 [64 bytes] --Similar leaks in this run: 226-- --Retained size of leaked objects: 54.3KB-- [] (synthetic) @1 [10MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @9845 [59KB] --___replace (property)---> [] (closure) @227965 [68 bytes] --context (internal)---> [] (object) @178855 [496 bytes] --a (variable)---> [Module] (object) @126175 [5.8KB] --get version (property)---> [version] (closure) @147161 [68 bytes] --context (internal)---> [] (object) @112465 [16.4KB] --Qn (variable)---> [y] (object) @461659 [368 bytes] --props (property)---> [Object] (object) @478527 [28 bytes] --children (property)---> [Object] (object) @478511 [296 bytes] --props (property)---> [Object] (object) @478513 [56 bytes] --children (property)---> [Object] (object) @478525 [1.2KB] --__ (property)---> [Object] (object) @513593 [1.1KB] --__ (property)---> [Object] (object) @513597 [940 bytes] --__ (property)---> [Object] (object) @512469 [736 bytes] --__d (property)---> [Detached HTMLDivElement] (native) @350927 [504 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @350925 [428 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @350909 [428 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @351713 [14.6KB] --5 (element)---> [Detached HTMLAnchorElement] (native) @351711 [2.3KB] --8 (element)---> [Detached HTMLSpanElement] (native) @351707 [428 bytes] --6 (element)---> [Detached InternalNode] (native) @139226944 [268 bytes] --1 (element)---> [Detached DOMTokenList] (native) @289098816 [56 bytes] --Similar leaks in this run: 6-- --Retained size of leaked objects: 896 bytes-- [] (synthetic) @1 [10MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @9845 [59KB] --__twttrll (property)---> [Array] (object) @221919 [184 bytes] --push (property)---> [e] (closure) @221921 [68 bytes] --context (internal)---> [] (object) @221907 [240 bytes] --n (variable)---> [Object] (object) @221911 [13.2KB] --93 (element)---> [Object] (object) @179153 [24 bytes] --exports (property)---> [Object] (object) @179155 [3.4KB] --init (property)---> [init] (closure) @182857 [68 bytes] --context (internal)---> [] (object) @182861 [3KB] --r (variable)---> [Detached HTMLFormElement] (native) @40871 [1.8KB] --4 (element)---> [Detached HTMLInputElement] (native) @49713216 [656 bytes] --6 (element)---> [Detached InternalNode] (native) @328614784 [328 bytes] --1 (element)---> [Detached ShadowRoot] (native) @328043968 [328 bytes] ```
coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4567106059


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

💛 - Coveralls
github-actions[bot] commented 1 year 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/6419ce274889e0077298c561 Website Draft URL: https://6419ce274889e0077298c561--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 1 year ago

Bundle Analyzer URL

https://6419ce274889e0077298c561--pensive-lamport-5822d2.netlify.app/webpack-bundle-analyser

github-actions[bot] commented 1 year 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/6419ce5bdbd6b0074698a43d Website Draft URL: https://6419ce5bdbd6b0074698a43d--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 1 year ago

Lighthouse Score

Desktop

Mobile

github-actions[bot] commented 1 year 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 - 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-hoso-kinshi-yogo - 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 1 year ago

Memlab leaks report

``` page-load [7.8MB] (baseline) [s1] > action-on-page [9.4MB] (target) [s2] > revert [9.6MB] (final) [s3] ------3 clusters------ --Similar leaks in this run: 1269-- --Retained size of leaked objects: 181KB-- [] (synthetic) @1 [10.5MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @9845 [59KB] --requestAnimationFrame (property)---> [] (closure) @161291 [156 bytes] --context (internal)---> [] (object) @161299 [68 bytes] --previous (internal)---> [] (object) @45093 [44.1KB] --n (variable)---> [t] (closure) @107023 [1.2KB] --context (internal)---> [] (object) @52613 [42.3KB] --n (variable)---> [Object] (object) @169701 [42.3KB] --449 (element)---> [Object] (object) @117173 [24 bytes] --exports (property)---> [r] (closure) @107069 [2.1KB] --hasData (property)---> [] (closure) @213711 [68 bytes] --context (internal)---> [] (object) @107135 [1.3KB] --e (variable)---> [Object] (object) @107137 [1KB] --1 (element)---> [Object] (object) @187873 [76 bytes] --aaAutocomplete (property)---> [f] (object) @187877 [348 bytes] --$node (property)---> [q] (object) @188355 [188 bytes] --0 (element)---> [Detached HTMLSpanElement] (native) @42727 [788 bytes] --7 (element)---> [Detached HTMLDivElement] (native) @43003 [332 bytes] --8 (element)---> [Detached HTMLDivElement] (native) @43005 [428 bytes] --6 (element)---> [Detached HTMLHRElement] (native) @42883 [332 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @42885 [428 bytes] --8 (element)---> [Detached HTMLHRElement] (native) @42887 [332 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @42889 [524 bytes] --5 (element)---> [Detached HTMLParagraphElement] (native) @42783 [964 bytes] --8 (element)---> [Detached HTMLAnchorElement] (native) @42781 [1.8KB] --12 (element)---> [Detached HTMLAnchorElement] (native) @42779 [1.8KB] --12 (element)---> [Detached HTMLAnchorElement] (native) @42777 [1.8KB] --13 (element)---> [Detached InternalNode] (native) @333212864 [428 bytes] --4 (element)---> [Detached ElementIntersectionObserverData] (native) @385182752 [64 bytes] --Similar leaks in this run: 309-- --Retained size of leaked objects: 54.3KB-- [] (synthetic) @1 [10.5MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @9845 [59KB] --___navigate (property)---> [] (closure) @223217 [68 bytes] --context (internal)---> [] (object) @222507 [496 bytes] --a (variable)---> [Module] (object) @78361 [5.8KB] --get version (property)---> [version] (closure) @56225 [68 bytes] --context (internal)---> [] (object) @56229 [16.4KB] --Qn (variable)---> [y] (object) @461339 [368 bytes] --props (property)---> [Object] (object) @489319 [28 bytes] --children (property)---> [Object] (object) @530105 [296 bytes] --props (property)---> [Object] (object) @530107 [56 bytes] --children (property)---> [Object] (object) @484577 [1.2KB] --__ (property)---> [Object] (object) @484605 [1.1KB] --__ (property)---> [Object] (object) @484639 [940 bytes] --__ (property)---> [Object] (object) @484671 [736 bytes] --__d (property)---> [Detached HTMLDivElement] (native) @355043 [504 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @355041 [428 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @355039 [428 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @354593 [14.6KB] --8 (element)---> [Detached HTMLElement] (native) @354623 [30.3KB] --5 (element)---> [Detached HTMLDivElement] (native) @354621 [27.2KB] --6 (element)---> [Detached Text] (native) @353983 [204 bytes] --6 (element)---> [Detached HTMLImageElement] (native) @353987 [724 bytes] --9 (element)---> [Detached InternalNode] (native) @383370112 [460 bytes] --3 (element)---> [Detached InternalNode] (native) @383370592 [288 bytes] --1 (element)---> [Detached InternalNode] (native) @382577440 [288 bytes] --1 (element)---> [Detached Attr] (native) @385168192 [96 bytes] --Similar leaks in this run: 4-- --Retained size of leaked objects: 280 bytes-- [] (synthetic) @1 [10.5MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @9845 [59KB] --__twttrll (property)---> [Array] (object) @165145 [184 bytes] --push (property)---> [e] (closure) @165147 [68 bytes] --context (internal)---> [] (object) @165131 [240 bytes] --n (variable)---> [Object] (object) @165135 [13.2KB] --93 (element)---> [Object] (object) @291437 [24 bytes] --exports (property)---> [Object] (object) @290933 [3.5KB] --init (property)---> [init] (closure) @291767 [68 bytes] --context (internal)---> [] (object) @292561 [3.1KB] --r (variable)---> [Detached HTMLFormElement] (native) @40477 [1.8KB] --5 (element)---> [Detached HTMLInputElement] (native) @40485 [684 bytes] --8 (element)---> [Detached InternalNode] (native) @139413952 [328 bytes] --1 (element)---> [Detached ShadowRoot] (native) @139417952 [328 bytes] --4 (element)---> [Detached V8ObservableArrayCSSStyleSheet] (native) @139413792 [120 bytes] --2 (element)---> [Detached ObservableArrayExoticObject] (native) @382514304 [32 bytes] ```
github-actions[bot] commented 1 year 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/641a4b03951bef1511378a8d Website Draft URL: https://641a4b03951bef1511378a8d--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 1 year 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/641a4afa16cf5a176104a01a Website Draft URL: https://641a4afa16cf5a176104a01a--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 1 year ago

Bundle Analyzer URL

https://641a4afa16cf5a176104a01a--pensive-lamport-5822d2.netlify.app/webpack-bundle-analyser

github-actions[bot] commented 1 year ago

Lighthouse Score

Desktop

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

Mobile

performance: 56.99999999999999 accessibility: 100 best-practices: 83 seo: 93 pwa: 100

github-actions[bot] commented 1 year 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 - 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-hoso-kinshi-yogo - 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 1 year ago

Memlab leaks report

``` page-load [8.3MB] (baseline) [s1] > action-on-page [9.3MB] (target) [s2] > revert [9.5MB] (final) [s3] ------3 clusters------ --Similar leaks in this run: 1296-- --Retained size of leaked objects: 182.5KB-- [] (synthetic) @1 [10.5MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @9845 [75.1KB] --requestAnimationFrame (property)---> [] (closure) @59885 [156 bytes] --context (internal)---> [] (object) @297423 [68 bytes] --previous (internal)---> [] (object) @132993 [44.2KB] --n (variable)---> [t] (closure) @268085 [1.2KB] --context (internal)---> [] (object) @273267 [42.9KB] --n (variable)---> [Object] (object) @276317 [42.8KB] --449 (element)---> [Object] (object) @276713 [24 bytes] --exports (property)---> [r] (closure) @132265 [2.1KB] --hasData (property)---> [] (closure) @132399 [68 bytes] --context (internal)---> [] (object) @132491 [1.3KB] --e (variable)---> [Object] (object) @132465 [1KB] --2 (element)---> [Object] (object) @378561 [76 bytes] --aaAutocomplete (property)---> [f] (object) @465819 [348 bytes] --$node (property)---> [q] (object) @419685 [188 bytes] --0 (element)---> [Detached HTMLSpanElement] (native) @373879 [676 bytes] --7 (element)---> [Detached HTMLDivElement] (native) @374179 [5.7KB] --8 (element)---> [Detached HTMLDivElement] (native) @373103 [428 bytes] --6 (element)---> [Detached HTMLHRElement] (native) @374181 [332 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @374205 [428 bytes] --8 (element)---> [Detached HTMLHRElement] (native) @374207 [332 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @374297 [524 bytes] --6 (element)---> [Detached HTMLAnchorElement] (native) @374217 [1.8KB] --11 (element)---> [Detached HTMLAnchorElement] (native) @374227 [1.8KB] --11 (element)---> [Detached HTMLAnchorElement] (native) @374237 [1.8KB] --13 (element)---> [Detached InternalNode] (native) @341249312 [428 bytes] --4 (element)---> [Detached ElementIntersectionObserverData] (native) @386844320 [64 bytes] --Similar leaks in this run: 216-- --Retained size of leaked objects: 54.3KB-- [] (synthetic) @1 [10.5MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @9845 [75.1KB] --___replace (property)---> [] (closure) @60123 [68 bytes] --context (internal)---> [] (object) @119169 [496 bytes] --a (variable)---> [Module] (object) @134017 [5.8KB] --get version (property)---> [version] (closure) @269789 [68 bytes] --context (internal)---> [] (object) @160349 [16.4KB] --Qn (variable)---> [y] (object) @490099 [368 bytes] --props (property)---> [Object] (object) @493031 [28 bytes] --children (property)---> [Object] (object) @520821 [296 bytes] --props (property)---> [Object] (object) @520823 [56 bytes] --children (property)---> [Object] (object) @520833 [1.2KB] --__ (property)---> [Object] (object) @529979 [1.1KB] --__ (property)---> [Object] (object) @529993 [940 bytes] --__ (property)---> [Object] (object) @530009 [736 bytes] --__d (property)---> [Detached HTMLDivElement] (native) @373907 [504 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @373905 [428 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @373901 [428 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @373899 [7.5KB] --5 (element)---> [Detached HTMLDivElement] (native) @373891 [6.7KB] --6 (element)---> [Detached HTMLDivElement] (native) @373883 [5.5KB] --9 (element)---> [Detached InternalNode] (native) @340226976 [268 bytes] --3 (element)---> [Detached InternalNode] (native) @340830848 [96 bytes] --1 (element)---> [Detached InternalNode] (native) @340146720 [96 bytes] --1 (element)---> [Detached Attr] (native) @386909696 [96 bytes] --Similar leaks in this run: 5-- --Retained size of leaked objects: 736 bytes-- [] (synthetic) @1 [10.5MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @9845 [75.1KB] --__twttrll (property)---> [Array] (object) @60175 [184 bytes] --push (property)---> [e] (closure) @344403 [68 bytes] --context (internal)---> [] (object) @100791 [240 bytes] --n (variable)---> [Object] (object) @344395 [13.2KB] --92 (element)---> [Object] (object) @347571 [24 bytes] --exports (property)---> [o] (closure) @344409 [68 bytes] --context (internal)---> [] (object) @101781 [6.2KB] --g (variable)---> [Detached Text] (native) @44045 [396 bytes] --3 (element)---> [Detached InternalNode] (native) @50225056 [272 bytes] --1 (element)---> [Detached InternalNode] (native) @341292640 [272 bytes] --1 (element)---> [Detached InternalNode] (native) @341292480 [272 bytes] --1 (element)---> [Detached MutationObserverRegistration] (native) @341318048 [272 bytes] --1 (element)---> [Detached MutationObserver] (native) @341398624 [192 bytes] --1 (element)---> [Detached MutationObserver::Delegate] (native) @386992160 [80 bytes] ```
github-actions[bot] commented 1 year 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/641bdf2d12105f5ffa2db422 Website Draft URL: https://641bdf2d12105f5ffa2db422--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 1 year 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/641bdf2825ea816652e858e1 Website Draft URL: https://641bdf2825ea816652e858e1--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 1 year ago

Bundle Analyzer URL

https://641bdf2825ea816652e858e1--pensive-lamport-5822d2.netlify.app/webpack-bundle-analyser

github-actions[bot] commented 1 year ago

Lighthouse Score

Desktop

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

Mobile

performance: 66 accessibility: 100 best-practices: 92 seo: 93 pwa: 100

github-actions[bot] commented 1 year 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 - 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-hoso-kinshi-yogo - 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 1 year ago

Memlab leaks report

``` page-load [8MB] (baseline) [s1] > action-on-page [8.9MB] (target) [s2] > revert [9.1MB] (final) [s3] ------3 clusters------ --Similar leaks in this run: 1091-- --Retained size of leaked objects: 162.9KB-- [] (synthetic) @1 [10MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @9845 [59KB] --requestAnimationFrame (property)---> [] (closure) @59315 [156 bytes] --context (internal)---> [] (object) @109681 [68 bytes] --previous (internal)---> [] (object) @92019 [44.2KB] --n (variable)---> [t] (closure) @96989 [1.2KB] --context (internal)---> [] (object) @75163 [43KB] --n (variable)---> [Object] (object) @99685 [43KB] --449 (element)---> [Object] (object) @99835 [24 bytes] --exports (property)---> [r] (closure) @164019 [2.1KB] --hasData (property)---> [] (closure) @164971 [68 bytes] --context (internal)---> [] (object) @164433 [1.3KB] --e (variable)---> [Object] (object) @164435 [1KB] --1 (element)---> [Object] (object) @165025 [76 bytes] --aaAutocomplete (property)---> [f] (object) @210985 [348 bytes] --$node (property)---> [q] (object) @210993 [188 bytes] --0 (element)---> [Detached HTMLSpanElement] (native) @42673 [760 bytes] --7 (element)---> [Detached HTMLDivElement] (native) @42869 [304 bytes] --9 (element)---> [Detached HTMLHRElement] (native) @42863 [304 bytes] --8 (element)---> [Detached InternalNode] (native) @376050848 [144 bytes] --1 (element)---> [Detached DOMTokenList] (native) @375676032 [56 bytes] --Similar leaks in this run: 227-- --Retained size of leaked objects: 54.3KB-- [] (synthetic) @1 [10MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @9845 [59KB] --___push (property)---> [] (closure) @59361 [68 bytes] --context (internal)---> [] (object) @114091 [496 bytes] --a (variable)---> [Module] (object) @96893 [5.8KB] --get version (property)---> [version] (closure) @77715 [68 bytes] --context (internal)---> [] (object) @77719 [16.4KB] --Qn (variable)---> [y] (object) @491039 [368 bytes] --props (property)---> [Object] (object) @513449 [28 bytes] --children (property)---> [Object] (object) @513437 [296 bytes] --props (property)---> [Object] (object) @513439 [56 bytes] --children (property)---> [Object] (object) @491151 [1.2KB] --__ (property)---> [Object] (object) @491165 [1.1KB] --__ (property)---> [Object] (object) @491181 [940 bytes] --__ (property)---> [Object] (object) @491195 [736 bytes] --__d (property)---> [Detached HTMLDivElement] (native) @354427 [504 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @354425 [428 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @354423 [428 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @354421 [7.5KB] --5 (element)---> [Detached HTMLDivElement] (native) @354419 [6.7KB] --6 (element)---> [Detached HTMLDivElement] (native) @354411 [5.5KB] --5 (element)---> [Detached HTMLDivElement] (native) @354409 [4.5KB] --9 (element)---> [Detached InternalNode] (native) @91021056 [268 bytes] --3 (element)---> [Detached InternalNode] (native) @374037952 [96 bytes] --1 (element)---> [Detached InternalNode] (native) @375830912 [96 bytes] --1 (element)---> [Detached Attr] (native) @375671232 [96 bytes] --Similar leaks in this run: 9-- --Retained size of leaked objects: 968 bytes-- [] (synthetic) @1 [10MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @9845 [59KB] --__twttrll (property)---> [Array] (object) @59595 [184 bytes] --push (property)---> [e] (closure) @109651 [68 bytes] --context (internal)---> [] (object) @101475 [240 bytes] --n (variable)---> [Object] (object) @101453 [13.2KB] --93 (element)---> [Object] (object) @104463 [24 bytes] --exports (property)---> [Object] (object) @103945 [3.5KB] --init (property)---> [init] (closure) @104869 [68 bytes] --context (internal)---> [] (object) @105787 [3.1KB] --r (variable)---> [Detached HTMLFormElement] (native) @40475 [1.8KB] --6 (element)---> [Detached InternalNode] (native) @52665696 [252 bytes] --1 (element)---> [Detached InternalNode] (native) @376003072 [252 bytes] --1 (element)---> [Detached InternalNode] (native) @142160384 [252 bytes] --2 (element)---> [Detached HTMLFormControlsCollection] (native) @375690400 [120 bytes] ```
github-actions[bot] commented 1 year 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/641c9b634e025604990fc2a7 Website Draft URL: https://641c9b634e025604990fc2a7--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 1 year 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/641c9b89951b5c04bb08df12 Website Draft URL: https://641c9b89951b5c04bb08df12--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 1 year ago

Bundle Analyzer URL

https://641c9b634e025604990fc2a7--pensive-lamport-5822d2.netlify.app/webpack-bundle-analyser

github-actions[bot] commented 1 year ago

Lighthouse Score

Desktop

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

Mobile

performance: 62 accessibility: 100 best-practices: 83 seo: 93 pwa: 100

github-actions[bot] commented 1 year 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 - 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-hoso-kinshi-yogo - 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 1 year ago

Memlab leaks report

``` page-load [7.9MB] (baseline) [s1] > action-on-page [8.9MB] (target) [s2] > revert [9.1MB] (final) [s3] ------3 clusters------ --Similar leaks in this run: 1063-- --Retained size of leaked objects: 165.3KB-- [] (synthetic) @1 [10MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @9845 [59KB] --setInterval (property)---> [] (closure) @59359 [72 bytes] --context (internal)---> [] (object) @141021 [20 bytes] --previous (internal)---> [] (object) @128263 [44.1KB] --n (variable)---> [t] (closure) @135601 [1.2KB] --context (internal)---> [] (object) @94385 [42.6KB] --n (variable)---> [Object] (object) @135599 [42.5KB] --449 (element)---> [Object] (object) @143359 [24 bytes] --exports (property)---> [r] (closure) @191559 [2.1KB] --hasData (property)---> [] (closure) @178725 [68 bytes] --context (internal)---> [] (object) @178721 [1.3KB] --e (variable)---> [Object] (object) @328565 [1KB] --1 (element)---> [Object] (object) @239839 [76 bytes] --aaAutocomplete (property)---> [f] (object) @246339 [348 bytes] --$node (property)---> [q] (object) @245707 [188 bytes] --0 (element)---> [Detached HTMLSpanElement] (native) @42911 [816 bytes] --7 (element)---> [Detached HTMLDivElement] (native) @43231 [304 bytes] --7 (element)---> [Detached HTMLDivElement] (native) @43257 [400 bytes] --7 (element)---> [Detached HTMLElement] (native) @43267 [400 bytes] --8 (element)---> [Detached HTMLElement] (native) @43265 [400 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @42895 [400 bytes] --8 (element)---> [Detached HTMLDivElement] (native) @42893 [496 bytes] --8 (element)---> [Detached HTMLDivElement] (native) @42891 [496 bytes] --8 (element)---> [Detached HTMLDivElement] (native) @42889 [496 bytes] --8 (element)---> [Detached HTMLDivElement] (native) @42887 [496 bytes] --8 (element)---> [Detached HTMLDivElement] (native) @42885 [496 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @41343 [400 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @41351 [400 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @41391 [400 bytes] --6 (element)---> [Detached HTMLAnchorElement] (native) @41405 [1.6KB] --12 (element)---> [Detached InternalNode] (native) @344665024 [304 bytes] --4 (element)---> [Detached ElementIntersectionObserverData] (native) @347128224 [64 bytes] --Similar leaks in this run: 202-- --Retained size of leaked objects: 54.3KB-- [] (synthetic) @1 [10MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @9845 [59KB] --___replace (property)---> [] (closure) @59891 [68 bytes] --context (internal)---> [] (object) @148167 [496 bytes] --a (variable)---> [Module] (object) @135815 [5.8KB] --get version (property)---> [version] (closure) @97245 [68 bytes] --context (internal)---> [] (object) @97249 [16.4KB] --Qn (variable)---> [y] (object) @482793 [368 bytes] --props (property)---> [Object] (object) @500253 [28 bytes] --children (property)---> [Object] (object) @500237 [296 bytes] --props (property)---> [Object] (object) @500239 [56 bytes] --children (property)---> [Object] (object) @500251 [1.2KB] --__ (property)---> [Object] (object) @506639 [1.1KB] --__ (property)---> [Object] (object) @506653 [940 bytes] --__ (property)---> [Object] (object) @506667 [736 bytes] --__d (property)---> [Detached HTMLDivElement] (native) @356101 [504 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @356099 [428 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @356097 [428 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @356095 [7.5KB] --5 (element)---> [Detached HTMLDivElement] (native) @356091 [6.7KB] --8 (element)---> [Detached InternalNode] (native) @46606656 [412 bytes] --3 (element)---> [Detached InternalNode] (native) @46599296 [192 bytes] --1 (element)---> [Detached InternalNode] (native) @345053280 [192 bytes] --2 (element)---> [Detached Attr] (native) @347172992 [96 bytes] --Similar leaks in this run: 8-- --Retained size of leaked objects: 568 bytes-- [] (synthetic) @1 [10MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @9845 [59KB] --__twttrll (property)---> [Array] (object) @59399 [184 bytes] --push (property)---> [e] (closure) @140393 [68 bytes] --context (internal)---> [] (object) @77943 [240 bytes] --n (variable)---> [Object] (object) @140199 [13.2KB] --151 (element)---> [Object] (object) @140989 [1KB] --exports (property)---> [] (closure) @141951 [984 bytes] --context (internal)---> [] (object) @142015 [916 bytes] --d (variable)---> [Detached HTMLAnchorElement] (native) @43759 [228 bytes] --3 (element)---> [Detached DOMTokenList] (native) @344925088 [56 bytes] ```
github-actions[bot] commented 1 year 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/641d6b919156da6bc9b55b70 Website Draft URL: https://641d6b919156da6bc9b55b70--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 1 year ago

Bundle Analyzer URL

https://641d6b919156da6bc9b55b70--pensive-lamport-5822d2.netlify.app/webpack-bundle-analyser

github-actions[bot] commented 1 year ago

Lighthouse Score

Desktop

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

Mobile

performance: 57.99999999999999 accessibility: 100 best-practices: 83 seo: 93 pwa: 100

github-actions[bot] commented 1 year 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/641d6c98f7ec3a6cd205a6f8 Website Draft URL: https://641d6c98f7ec3a6cd205a6f8--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 1 year 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 - 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-hoso-kinshi-yogo - 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 1 year ago

Memlab leaks report

``` page-load [8.1MB] (baseline) [s1] > action-on-page [9.3MB] (target) [s2] > revert [9.5MB] (final) [s3] ------3 clusters------ --Similar leaks in this run: 1349-- --Retained size of leaked objects: 175.9KB-- [] (synthetic) @1 [10.5MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @9845 [75.1KB] --setTimeout (property)---> [] (closure) @107861 [72 bytes] --context (internal)---> [] (object) @207493 [20 bytes] --previous (internal)---> [] (object) @59967 [44.2KB] --n (variable)---> [t] (closure) @66281 [1.2KB] --context (internal)---> [] (object) @197211 [42.1KB] --n (variable)---> [Object] (object) @197217 [42.1KB] --449 (element)---> [Object] (object) @282381 [24 bytes] --exports (property)---> [r] (closure) @274007 [2.1KB] --hasData (property)---> [] (closure) @291469 [68 bytes] --context (internal)---> [] (object) @274279 [1.3KB] --e (variable)---> [Object] (object) @274281 [1KB] --1 (element)---> [Object] (object) @242513 [76 bytes] --aaAutocomplete (property)---> [f] (object) @242895 [348 bytes] --$node (property)---> [q] (object) @241007 [188 bytes] --0 (element)---> [Detached HTMLSpanElement] (native) @42659 [816 bytes] --7 (element)---> [Detached HTMLDivElement] (native) @43703 [304 bytes] --7 (element)---> [Detached HTMLDivElement] (native) @43737 [400 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @43691 [400 bytes] --9 (element)---> [Detached InternalNode] (native) @332858464 [240 bytes] --3 (element)---> [Detached InternalNode] (native) @384201632 [96 bytes] --1 (element)---> [Detached InternalNode] (native) @383954656 [96 bytes] --1 (element)---> [Detached Attr] (native) @382960416 [96 bytes] --Similar leaks in this run: 288-- --Retained size of leaked objects: 54.3KB-- [] (synthetic) @1 [10.5MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @9845 [75.1KB] --___navigate (property)---> [] (closure) @48481 [68 bytes] --context (internal)---> [] (object) @48473 [496 bytes] --a (variable)---> [Module] (object) @66287 [5.8KB] --get version (property)---> [version] (closure) @194689 [68 bytes] --context (internal)---> [] (object) @152087 [16.4KB] --Qn (variable)---> [y] (object) @502521 [368 bytes] --props (property)---> [Object] (object) @502517 [28 bytes] --children (property)---> [Object] (object) @502503 [296 bytes] --props (property)---> [Object] (object) @502505 [56 bytes] --children (property)---> [Object] (object) @502515 [1.2KB] --__ (property)---> [Object] (object) @540597 [1.1KB] --__ (property)---> [Object] (object) @540601 [940 bytes] --__ (property)---> [Object] (object) @534667 [736 bytes] --__d (property)---> [Detached HTMLDivElement] (native) @371849 [504 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @371847 [428 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @371843 [428 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @372355 [14.6KB] --8 (element)---> [Detached HTMLElement] (native) @372373 [30.3KB] --5 (element)---> [Detached HTMLDivElement] (native) @372371 [27.2KB] --6 (element)---> [Detached Text] (native) @371857 [204 bytes] --6 (element)---> [Detached HTMLImageElement] (native) @371867 [724 bytes] --7 (element)---> [Detached Text] (native) @371869 [204 bytes] --6 (element)---> [Detached HTMLParagraphElement] (native) @371891 [2.3KB] --6 (element)---> [Detached Text] (native) @371871 [204 bytes] --6 (element)---> [Detached HTMLAnchorElement] (native) @371877 [720 bytes] --5 (element)---> [Detached DOMTokenList] (native) @383049152 [56 bytes] --Similar leaks in this run: 1-- --Retained size of leaked objects: 328 bytes-- [] (synthetic) @1 [10.5MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @9845 [75.1KB] --__twttrll (property)---> [Array] (object) @187873 [184 bytes] --push (property)---> [e] (closure) @187875 [68 bytes] --context (internal)---> [] (object) @187859 [240 bytes] --n (variable)---> [Object] (object) @187863 [13.2KB] --93 (element)---> [Object] (object) @286695 [24 bytes] --exports (property)---> [Object] (object) @286193 [3.5KB] --init (property)---> [init] (closure) @287163 [68 bytes] --context (internal)---> [] (object) @287601 [3.1KB] --r (variable)---> [Detached HTMLFormElement] (native) @40875 [1.8KB] --5 (element)---> [Detached HTMLInputElement] (native) @40883 [684 bytes] --8 (element)---> [Detached InternalNode] (native) @384290656 [328 bytes] --1 (element)---> [Detached ShadowRoot] (native) @384290496 [328 bytes] ```
github-actions[bot] commented 1 year 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/641fc9b23b348659fef83a99 Website Draft URL: https://641fc9b23b348659fef83a99--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 1 year 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/641fca0aadf9c157596d4304 Website Draft URL: https://641fca0aadf9c157596d4304--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 1 year ago

Bundle Analyzer URL

https://641fc9b23b348659fef83a99--pensive-lamport-5822d2.netlify.app/webpack-bundle-analyser

github-actions[bot] commented 1 year ago

Lighthouse Score

Desktop

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

Mobile

performance: 68 accessibility: 100 best-practices: 92 seo: 93 pwa: 100

github-actions[bot] commented 1 year 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 - 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-hoso-kinshi-yogo - 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 1 year ago

Memlab leaks report

``` page-load [7.7MB] (baseline) [s1] > action-on-page [8.9MB] (target) [s2] > revert [9.1MB] (final) [s3] ------3 clusters------ --Similar leaks in this run: 1488-- --Retained size of leaked objects: 209.4KB-- [] (synthetic) @1 [10MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @9845 [59KB] --setInterval (property)---> [] (closure) @50555 [72 bytes] --context (internal)---> [] (object) @50561 [20 bytes] --previous (internal)---> [] (object) @58015 [44.1KB] --n (variable)---> [t] (closure) @58037 [1.2KB] --context (internal)---> [] (object) @80707 [42.3KB] --n (variable)---> [Object] (object) @255501 [42.3KB] --449 (element)---> [Object] (object) @110327 [24 bytes] --exports (property)---> [r] (closure) @110329 [2.1KB] --hasData (property)---> [] (closure) @122525 [68 bytes] --context (internal)---> [] (object) @115235 [1.3KB] --e (variable)---> [Object] (object) @115237 [1KB] --2 (element)---> [Object] (object) @385385 [76 bytes] --aaAutocomplete (property)---> [f] (object) @379523 [348 bytes] --$node (property)---> [q] (object) @379531 [188 bytes] --0 (element)---> [Detached HTMLSpanElement] (native) @354923 [676 bytes] --7 (element)---> [Detached HTMLDivElement] (native) @353995 [5.7KB] --7 (element)---> [Detached HTMLDivElement] (native) @355345 [428 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @355233 [428 bytes] --5 (element)---> [Detached HTMLAnchorElement] (native) @355375 [1.6KB] --11 (element)---> [Detached HTMLAnchorElement] (native) @355415 [2.3KB] --12 (element)---> [Detached HTMLAnchorElement] (native) @355429 [2.3KB] --12 (element)---> [Detached HTMLAnchorElement] (native) @355443 [2.3KB] --12 (element)---> [Detached HTMLAnchorElement] (native) @355457 [2.3KB] --12 (element)---> [Detached HTMLAnchorElement] (native) @355471 [2.3KB] --12 (element)---> [Detached HTMLAnchorElement] (native) @355487 [2.3KB] --12 (element)---> [Detached HTMLAnchorElement] (native) @355231 [2.3KB] --12 (element)---> [Detached HTMLAnchorElement] (native) @355217 [2.3KB] --13 (element)---> [Detached InternalNode] (native) @328962432 [524 bytes] --4 (element)---> [Detached ElementIntersectionObserverData] (native) @283103552 [64 bytes] --Similar leaks in this run: 198-- --Retained size of leaked objects: 54.3KB-- [] (synthetic) @1 [10MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @9845 [59KB] --___navigate (property)---> [] (closure) @149451 [68 bytes] --context (internal)---> [] (object) @202975 [496 bytes] --a (variable)---> [Module] (object) @82281 [5.8KB] --get version (property)---> [version] (closure) @255723 [68 bytes] --context (internal)---> [] (object) @83653 [16.4KB] --Qn (variable)---> [y] (object) @457301 [368 bytes] --props (property)---> [Object] (object) @487771 [28 bytes] --children (property)---> [Object] (object) @488023 [296 bytes] --props (property)---> [Object] (object) @488081 [56 bytes] --children (property)---> [Object] (object) @481945 [1.2KB] --__ (property)---> [Object] (object) @481963 [1.1KB] --__ (property)---> [Object] (object) @481987 [940 bytes] --__ (property)---> [Object] (object) @482021 [736 bytes] --__d (property)---> [Detached HTMLDivElement] (native) @355385 [504 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @355383 [428 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @355381 [428 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @354961 [14.6KB] --8 (element)---> [Detached HTMLElement] (native) @354979 [30.3KB] --5 (element)---> [Detached HTMLDivElement] (native) @354977 [27.2KB] --5 (element)---> [Detached Text] (native) @354717 [204 bytes] --6 (element)---> [Detached HTMLHeadingElement] (native) @354713 [536 bytes] --9 (element)---> [Detached Text] (native) @354707 [204 bytes] --7 (element)---> [Detached HTMLImageElement] (native) @354705 [724 bytes] --9 (element)---> [Detached InternalNode] (native) @328587456 [460 bytes] --3 (element)---> [Detached InternalNode] (native) @143089568 [288 bytes] --1 (element)---> [Detached InternalNode] (native) @328383328 [288 bytes] --2 (element)---> [Detached Attr] (native) @283093632 [96 bytes] --Similar leaks in this run: 5-- --Retained size of leaked objects: 520 bytes-- [] (synthetic) @1 [10MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @9845 [59KB] --__twttrll (property)---> [Array] (object) @45511 [184 bytes] --push (property)---> [e] (closure) @45513 [68 bytes] --context (internal)---> [] (object) @45495 [240 bytes] --n (variable)---> [Object] (object) @45499 [13.2KB] --93 (element)---> [Object] (object) @263007 [24 bytes] --exports (property)---> [Object] (object) @263609 [3.5KB] --init (property)---> [init] (closure) @263749 [68 bytes] --context (internal)---> [] (object) @263779 [3.1KB] --r (variable)---> [Detached HTMLFormElement] (native) @40287 [1.8KB] --5 (element)---> [Detached HTMLInputElement] (native) @40295 [684 bytes] --8 (element)---> [Detached InternalNode] (native) @328754496 [328 bytes] --1 (element)---> [Detached ShadowRoot] (native) @48861248 [328 bytes] --4 (element)---> [Detached V8ObservableArrayCSSStyleSheet] (native) @48861088 [120 bytes] --2 (element)---> [Detached ObservableArrayExoticObject] (native) @283498048 [32 bytes] ```
github-actions[bot] commented 1 year 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/64226670545014008fc98efe Website Draft URL: https://64226670545014008fc98efe--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 1 year 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/6422670ad5de28009773ac5a Website Draft URL: https://6422670ad5de28009773ac5a--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 1 year ago

Bundle Analyzer URL

https://64226670545014008fc98efe--pensive-lamport-5822d2.netlify.app/webpack-bundle-analyser

github-actions[bot] commented 1 year ago

Lighthouse Score

Desktop

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

Mobile

performance: 63 accessibility: 100 best-practices: 92 seo: 93 pwa: 100

github-actions[bot] commented 1 year 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 - 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-hoso-kinshi-yogo - 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 1 year ago

Memlab leaks report

``` page-load [7.9MB] (baseline) [s1] > action-on-page [8.9MB] (target) [s2] > revert [9.1MB] (final) [s3] ------3 clusters------ --Similar leaks in this run: 1098-- --Retained size of leaked objects: 161.3KB-- [] (synthetic) @1 [10MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @9845 [59.9KB] --requestAnimationFrame (property)---> [] (closure) @257587 [156 bytes] --context (internal)---> [] (object) @95729 [68 bytes] --previous (internal)---> [] (object) @76427 [44.1KB] --n (variable)---> [t] (closure) @81763 [1.2KB] --context (internal)---> [] (object) @79629 [43.5KB] --n (variable)---> [Object] (object) @86623 [43.5KB] --449 (element)---> [Object] (object) @87153 [24 bytes] --exports (property)---> [r] (closure) @129753 [2.1KB] --hasData (property)---> [] (closure) @116945 [68 bytes] --context (internal)---> [] (object) @116941 [1.3KB] --e (variable)---> [Object] (object) @129873 [1KB] --1 (element)---> [Object] (object) @129875 [76 bytes] --aaAutocomplete (property)---> [f] (object) @329001 [348 bytes] --$node (property)---> [q] (object) @329257 [188 bytes] --0 (element)---> [Detached HTMLSpanElement] (native) @42687 [760 bytes] --7 (element)---> [Detached HTMLDivElement] (native) @42991 [304 bytes] --7 (element)---> [Detached HTMLDivElement] (native) @43013 [400 bytes] --7 (element)---> [Detached HTMLElement] (native) @43019 [400 bytes] --8 (element)---> [Detached HTMLElement] (native) @43017 [400 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @42663 [496 bytes] --8 (element)---> [Detached HTMLDivElement] (native) @42665 [496 bytes] --9 (element)---> [Detached HTMLDivElement] (native) @42667 [496 bytes] --9 (element)---> [Detached HTMLDivElement] (native) @42669 [496 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @41491 [400 bytes] --5 (element)---> [Detached HTMLAnchorElement] (native) @41497 [1.5KB] --12 (element)---> [Detached InternalNode] (native) @331060224 [304 bytes] --4 (element)---> [Detached ElementIntersectionObserverData] (native) @380664928 [64 bytes] --Similar leaks in this run: 231-- --Retained size of leaked objects: 54.3KB-- [] (synthetic) @1 [10MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @9845 [59.9KB] --___push (property)---> [] (closure) @273939 [68 bytes] --context (internal)---> [] (object) @101053 [496 bytes] --a (variable)---> [Module] (object) @81635 [5.8KB] --get version (property)---> [version] (closure) @260073 [68 bytes] --context (internal)---> [] (object) @77039 [16.4KB] --Qn (variable)---> [y] (object) @452911 [368 bytes] --props (property)---> [Object] (object) @489341 [28 bytes] --children (property)---> [Object] (object) @489327 [296 bytes] --props (property)---> [Object] (object) @489329 [56 bytes] --children (property)---> [Object] (object) @489339 [1.2KB] --__ (property)---> [Object] (object) @490165 [1.1KB] --__ (property)---> [Object] (object) @490177 [940 bytes] --__ (property)---> [Object] (object) @490191 [736 bytes] --__d (property)---> [Detached HTMLDivElement] (native) @353733 [504 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @353731 [428 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @353729 [428 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @353315 [14.6KB] --9 (element)---> [Detached InternalNode] (native) @332028416 [460 bytes] --3 (element)---> [Detached InternalNode] (native) @332434240 [288 bytes] --1 (element)---> [Detached InternalNode] (native) @332434080 [288 bytes] --1 (element)---> [Detached Attr] (native) @380656928 [96 bytes] --Similar leaks in this run: 7-- --Retained size of leaked objects: 432 bytes-- [] (synthetic) @1 [10MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @9845 [59.9KB] --__twttrll (property)---> [Array] (object) @62423 [184 bytes] --push (property)---> [e] (closure) @95691 [68 bytes] --context (internal)---> [] (object) @62403 [240 bytes] --n (variable)---> [Object] (object) @88401 [13.2KB] --92 (element)---> [Object] (object) @91289 [24 bytes] --exports (property)---> [o] (closure) @93251 [68 bytes] --context (internal)---> [] (object) @63429 [6.2KB] --g (variable)---> [Detached Text] (native) @43369 [396 bytes] --3 (element)---> [Detached InternalNode] (native) @379020288 [272 bytes] --1 (element)---> [Detached InternalNode] (native) @331256992 [272 bytes] --1 (element)---> [Detached InternalNode] (native) @331261952 [272 bytes] --1 (element)---> [Detached MutationObserverRegistration] (native) @331619520 [272 bytes] --1 (element)---> [Detached MutationObserver] (native) @379033856 [192 bytes] --1 (element)---> [Detached MutationObserver::Delegate] (native) @379033696 [80 bytes] --1 (element)---> [Detached V8MutationCallback] (native) @332782080 [40 bytes] ```
github-actions[bot] commented 1 year 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/64243ef263882919a75fc1e0 Website Draft URL: https://64243ef263882919a75fc1e0--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 1 year 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/64243ffba7a6f11a511c2efb Website Draft URL: https://64243ffba7a6f11a511c2efb--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 1 year ago

Bundle Analyzer URL

https://64243ef263882919a75fc1e0--pensive-lamport-5822d2.netlify.app/webpack-bundle-analyser

github-actions[bot] commented 1 year ago

Lighthouse Score

Desktop

Mobile

github-actions[bot] commented 1 year 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-hoso-kinshi-yogo - 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