Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #1343

Merged
merged 3 commits into from
Jun 16, 2023
Merged

fix #1343

merged 3 commits into from
Jun 16, 2023

Conversation

tubone24
Copy link
Owner

PR title

Status

READY/IN DEVELOPMENT/HOLD

Description

A few sentences describing the overall goals of the pull request's commits.

Related PRs

List related PRs against other branches:

branch PR
other_pr_master link
other_pr_develop link

Todos

  • Tests
  • e2e Tests
  • Storybook
  • Documentation

Steps to Test or Reproduce

Outline the steps to test or reproduce the PR here.

git pull --prune
git checkout <feature_branch>
yarn test

Preview Deploy

Describe the URL of the Preview Deploy.

link

Impacted Areas in Application

List general components of the application that this PR will affect:

  • aaa
  • bbb

Screenshot

Replace FIXME_BRANCH_NAME, FIXME_PR_NUMBER in the URL below with this branch name and PR number.

Desktop

Width 1200px

Desktop Home

Mobile

Width 400px

mobile home

@github-actions
Copy link
Contributor

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

@github-actions github-actions bot temporarily deployed to development-storybook June 16, 2023 04:43 Inactive
@github-actions github-actions bot temporarily deployed to development June 16, 2023 04:43 Inactive
@github-actions
Copy link
Contributor

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

@github-actions github-actions bot temporarily deployed to development-storybook June 16, 2023 04:46 Inactive
@github-actions github-actions bot temporarily deployed to development June 16, 2023 04:47 Inactive
@coveralls
Copy link
Collaborator

coveralls commented Jun 16, 2023

Pull Request Test Coverage Report for Build 5292084986

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 85.602%

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

💛 - Coveralls

@github-actions
Copy link
Contributor

Memlab leaks report

page-load [7.4MB] (baseline) [s1] > action-on-page [9.1MB] (target) [s2] > revert [9.3MB] (final) [s3]  
------3 clusters------

--Similar leaks in this run: 1287--
--Retained size of leaked objects: 185.1KB--
[<synthetic>] (synthetic) @1 [10.2MB]
  --6 (shortcut)--->  [Window / https://blog.tubone-project24.xyz] (object) @9845 [59.4KB]
  --setTimeout (property)--->  [<closure>] (closure) @191999 [264 bytes]
  --context (internal)--->  [<function scope>] (object) @137599 [20 bytes]
  --previous (internal)--->  [<function scope>] (object) @73951 [44KB]
  --n (variable)--->  [t] (closure) @119603 [1.2KB]
  --context (internal)--->  [<function scope>] (object) @119595 [42.4KB]
  --n (variable)--->  [Object] (object) @119601 [42.3KB]
  --449 (element)--->  [Object] (object) @140503 [24 bytes]
  --exports (property)--->  [r] (closure) @252325 [2.6KB]
  --hasData (property)--->  [<closure>] (closure) @206635 [68 bytes]
  --context (internal)--->  [<function scope>] (object) @206631 [1.3KB]
  --e (variable)--->  [Object] (object) @253341 [1KB]
  --1 (element)--->  [Object] (object) @180375 [76 bytes]
  --aaAutocomplete (property)--->  [f] (object) @105045 [348 bytes]
  --$node (property)--->  [q] (object) @103581 [188 bytes]
  --0 (element)--->  [Detached HTMLSpanElement] (native) @40977 [816 bytes]
  --7 (element)--->  [Detached HTMLDivElement] (native) @41307 [304 bytes]
  --7 (element)--->  [Detached HTMLDivElement] (native) @41279 [400 bytes]
  --7 (element)--->  [Detached HTMLElement] (native) @41271 [400 bytes]
  --8 (element)--->  [Detached HTMLElement] (native) @41273 [400 bytes]
  --5 (element)--->  [Detached HTMLDivElement] (native) @42199 [496 bytes]
  --5 (element)--->  [Detached HTMLDivElement] (native) @42175 [400 bytes]
  --6 (element)--->  [Detached HTMLDivElement] (native) @42169 [400 bytes]
  --5 (element)--->  [Detached HTMLDivElement] (native) @42145 [400 bytes]
  --5 (element)--->  [Detached HTMLDivElement] (native) @42137 [400 bytes]
  --8 (element)--->  [Detached HTMLAnchorElement] (native) @42135 [1.5KB]
  --13 (element)--->  [Detached InternalNode] (native) @321258752 [304 bytes]
  --4 (element)--->  [Detached ElementIntersectionObserverData] (native) @363357984 [64 bytes]

--Similar leaks in this run: 264--
--Retained size of leaked objects: 54.3KB--
[<synthetic>] (synthetic) @1 [10.2MB]
  --6 (shortcut)--->  [Window / https://blog.tubone-project24.xyz] (object) @9845 [59.4KB]
  --___navigate (property)--->  [<closure>] (closure) @192239 [68 bytes]
  --context (internal)--->  [<function scope>] (object) @126417 [496 bytes]
  --a (variable)--->  [Module] (object) @86031 [5.8KB]
  --get version (property)--->  [version] (closure) @119929 [68 bytes]
  --context (internal)--->  [<function scope>] (object) @119679 [16.4KB]
  --Qn (variable)--->  [y] (object) @451893 [368 bytes]
  --props (property)--->  [Object] (object) @499597 [28 bytes]
  --children (property)--->  [Object] (object) @499585 [296 bytes]
  --props (property)--->  [Object] (object) @499587 [56 bytes]
  --children (property)--->  [Object] (object) @460335 [1.2KB]
  --__ (property)--->  [Object] (object) @460349 [1.1KB]
  --__ (property)--->  [Object] (object) @460367 [940 bytes]
  --__ (property)--->  [Object] (object) @460381 [736 bytes]
  --__d (property)--->  [Detached HTMLDivElement] (native) @338915 [504 bytes]
  --5 (element)--->  [Detached HTMLDivElement] (native) @338913 [428 bytes]
  --5 (element)--->  [Detached HTMLDivElement] (native) @338911 [428 bytes]
  --6 (element)--->  [Detached HTMLDivElement] (native) @339671 [14.6KB]
  --5 (element)--->  [Detached HTMLAnchorElement] (native) @339669 [2.3KB]
  --12 (element)--->  [Detached InternalNode] (native) @363359264 [748 bytes]
  --3 (element)--->  [Detached InternalNode] (native) @321819008 [576 bytes]
  --1 (element)--->  [Detached InternalNode] (native) @321818848 [576 bytes]
  --3 (element)--->  [Detached Attr] (native) @320424864 [96 bytes]

--Similar leaks in this run: 8--
--Retained size of leaked objects: 824 bytes--
[<synthetic>] (synthetic) @1 [10.2MB]
  --6 (shortcut)--->  [Window / https://blog.tubone-project24.xyz] (object) @9845 [59.4KB]
  --__twttrll (property)--->  [Array] (object) @61653 [184 bytes]
  --push (property)--->  [e] (closure) @136851 [68 bytes]
  --context (internal)--->  [<function scope>] (object) @61633 [240 bytes]
  --n (variable)--->  [Object] (object) @136709 [13.2KB]
  --93 (element)--->  [Object] (object) @137331 [24 bytes]
  --exports (property)--->  [Object] (object) @138145 [3.4KB]
  --init (property)--->  [init] (closure) @256263 [68 bytes]
  --context (internal)--->  [<function scope>] (object) @257271 [3KB]
  --r (variable)--->  [Detached HTMLFormElement] (native) @40281 [1.8KB]
  --4 (element)--->  [Detached HTMLInputElement] (native) @321552544 [656 bytes]
  --6 (element)--->  [Detached InternalNode] (native) @138755552 [328 bytes]
  --1 (element)--->  [Detached ShadowRoot] (native) @138755872 [328 bytes]
  --4 (element)--->  [Detached V8ObservableArrayCSSStyleSheet] (native) @138755712 [120 bytes]
  --2 (element)--->  [Detached ObservableArrayExoticObject] (native) @361850976 [32 bytes]

@github-actions
Copy link
Contributor

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/648bea5578970828213075bd
Website Draft URL: https://648bea5578970828213075bd--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 pushed a commit that referenced this pull request Jun 16, 2023
@github-actions
Copy link
Contributor

github-actions bot pushed a commit that referenced this pull request Jun 16, 2023
@github-actions
Copy link
Contributor

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/648bead578970828c53075b6
Website Draft URL: https://648bead578970828c53075b6--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 pushed a commit that referenced this pull request Jun 16, 2023
github-actions bot pushed a commit that referenced this pull request Jun 16, 2023
github-actions bot pushed a commit that referenced this pull request Jun 16, 2023
@github-actions
Copy link
Contributor

Lighthouse Score

Desktop

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

Mobile

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

github-actions bot pushed a commit that referenced this pull request Jun 16, 2023
github-actions bot pushed a commit that referenced this pull request Jun 16, 2023
@github-actions
Copy link
Contributor

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/648beb4f13f0872e21cc69ef
Website Draft URL: https://648beb4f13f0872e21cc69ef--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
Copy link
Contributor

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/648beb6d4f8e7d2974ff3e60
Website Draft URL: https://648beb6d4f8e7d2974ff3e60--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
Copy link
Contributor

@github-actions
Copy link
Contributor

Memlab leaks report

page-load [7.7MB] (baseline) [s1] > action-on-page [8.7MB] (target) [s2] > revert [8.9MB] (final) [s3]  
------3 clusters------

--Similar leaks in this run: 1355--
--Retained size of leaked objects: 192KB--
[<synthetic>] (synthetic) @1 [9.8MB]
  --6 (shortcut)--->  [Window / https://blog.tubone-project24.xyz] (object) @9845 [59.3KB]
  --setInterval (property)--->  [<closure>] (closure) @83423 [264 bytes]
  --context (internal)--->  [<function scope>] (object) @83429 [20 bytes]
  --previous (internal)--->  [<function scope>] (object) @54063 [44.2KB]
  --n (variable)--->  [t] (closure) @81025 [1.2KB]
  --context (internal)--->  [<function scope>] (object) @101963 [43.1KB]
  --n (variable)--->  [Object] (object) @178869 [43KB]
  --449 (element)--->  [Object] (object) @228231 [24 bytes]
  --exports (property)--->  [r] (closure) @228233 [2.6KB]
  --hasData (property)--->  [<closure>] (closure) @225163 [68 bytes]
  --context (internal)--->  [<function scope>] (object) @225159 [1.3KB]
  --e (variable)--->  [Object] (object) @230403 [1KB]
  --1 (element)--->  [Object] (object) @109709 [76 bytes]
  --aaAutocomplete (property)--->  [f] (object) @111315 [348 bytes]
  --$node (property)--->  [q] (object) @112217 [188 bytes]
  --0 (element)--->  [Detached HTMLSpanElement] (native) @40843 [648 bytes]
  --7 (element)--->  [Detached HTMLDivElement] (native) @41253 [304 bytes]
  --7 (element)--->  [Detached HTMLDivElement] (native) @41229 [400 bytes]
  --7 (element)--->  [Detached HTMLElement] (native) @41217 [400 bytes]
  --8 (element)--->  [Detached HTMLElement] (native) @41219 [400 bytes]
  --6 (element)--->  [Detached HTMLDivElement] (native) @40865 [400 bytes]
  --8 (element)--->  [Detached HTMLDivElement] (native) @40867 [496 bytes]
  --8 (element)--->  [Detached HTMLDivElement] (native) @40869 [496 bytes]
  --8 (element)--->  [Detached HTMLDivElement] (native) @40871 [496 bytes]
  --8 (element)--->  [Detached HTMLDivElement] (native) @40873 [496 bytes]
  --8 (element)--->  [Detached HTMLDivElement] (native) @40875 [496 bytes]
  --5 (element)--->  [Detached HTMLDivElement] (native) @42265 [400 bytes]
  --6 (element)--->  [Detached HTMLDivElement] (native) @42617 [400 bytes]
  --5 (element)--->  [Detached HTMLDivElement] (native) @41389 [400 bytes]
  --5 (element)--->  [Detached HTMLDivElement] (native) @41397 [400 bytes]
  --5 (element)--->  [Detached HTMLSpanElement] (native) @41409 [576 bytes]
  --8 (element)--->  [Detached HTMLAnchorElement] (native) @41411 [2.2KB]
  --13 (element)--->  [Detached InternalNode] (native) @359846048 [496 bytes]
  --3 (element)--->  [Detached InternalNode] (native) @359850688 [288 bytes]
  --1 (element)--->  [Detached InternalNode] (native) @359180128 [288 bytes]
  --3 (element)--->  [Detached Attr] (native) @323975808 [96 bytes]

--Similar leaks in this run: 251--
--Retained size of leaked objects: 54.3KB--
[<synthetic>] (synthetic) @1 [9.8MB]
  --6 (shortcut)--->  [Window / https://blog.tubone-project24.xyz] (object) @9845 [59.3KB]
  --___replace (property)--->  [<closure>] (closure) @140007 [68 bytes]
  --context (internal)--->  [<function scope>] (object) @91967 [496 bytes]
  --a (variable)--->  [Module] (object) @91971 [5.8KB]
  --get version (property)--->  [version] (closure) @103247 [68 bytes]
  --context (internal)--->  [<function scope>] (object) @95543 [16.4KB]
  --Qn (variable)--->  [y] (object) @449579 [368 bytes]
  --props (property)--->  [Object] (object) @469721 [28 bytes]
  --children (property)--->  [Object] (object) @469705 [296 bytes]
  --props (property)--->  [Object] (object) @469707 [56 bytes]
  --children (property)--->  [Object] (object) @469719 [1.2KB]
  --__ (property)--->  [Object] (object) @470623 [1.1KB]
  --__ (property)--->  [Object] (object) @470639 [940 bytes]
  --__ (property)--->  [Object] (object) @470653 [736 bytes]
  --__d (property)--->  [Detached HTMLDivElement] (native) @341355 [504 bytes]
  --5 (element)--->  [Detached HTMLDivElement] (native) @341353 [428 bytes]
  --5 (element)--->  [Detached HTMLDivElement] (native) @341351 [428 bytes]
  --5 (element)--->  [Detached HTMLDivElement] (native) @341349 [7.5KB]
  --9 (element)--->  [Detached InternalNode] (native) @94430048 [604 bytes]
  --3 (element)--->  [Detached InternalNode] (native) @360220704 [384 bytes]
  --1 (element)--->  [Detached InternalNode] (native) @324227072 [384 bytes]
  --1 (element)--->  [Detached Attr] (native) @323922240 [96 bytes]

--Similar leaks in this run: 3--
--Retained size of leaked objects: 248 bytes--
[<synthetic>] (synthetic) @1 [9.8MB]
  --6 (shortcut)--->  [Window / https://blog.tubone-project24.xyz] (object) @9845 [59.3KB]
  --__twttrll (property)--->  [Array] (object) @87343 [184 bytes]
  --push (property)--->  [e] (closure) @87345 [68 bytes]
  --context (internal)--->  [<function scope>] (object) @87329 [240 bytes]
  --n (variable)--->  [Object] (object) @87333 [13.2KB]
  --93 (element)--->  [Object] (object) @284929 [24 bytes]
  --exports (property)--->  [Object] (object) @284429 [3.5KB]
  --init (property)--->  [init] (closure) @285331 [68 bytes]
  --context (internal)--->  [<function scope>] (object) @285387 [3.1KB]
  --i (variable)--->  [Detached HTMLIFrameElement] (native) @39749 [592 bytes]
  --5 (element)--->  [Detached DOMTokenList] (native) @324079040 [56 bytes]

github-actions bot pushed a commit that referenced this pull request Jun 16, 2023
github-actions bot pushed a commit that referenced this pull request Jun 16, 2023
github-actions bot pushed a commit that referenced this pull request Jun 16, 2023
github-actions bot pushed a commit that referenced this pull request Jun 16, 2023
github-actions bot pushed a commit that referenced this pull request Jun 16, 2023
github-actions bot pushed a commit that referenced this pull request Jun 16, 2023
github-actions bot pushed a commit that referenced this pull request Jun 16, 2023
@github-actions
Copy link
Contributor

Lighthouse Score

Desktop

performance: 97
accessibility: 100
best-practices: 92
seo: 92
pwa: 88

Mobile

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

@github-actions github-actions bot temporarily deployed to development-storybook June 16, 2023 16:21 Inactive
@github-actions github-actions bot temporarily deployed to development June 16, 2023 16:21 Inactive
@github-actions
Copy link
Contributor

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
Copy link
Contributor

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/648c8cc642d0073207be03e1
Website Draft URL: https://648c8cc642d0073207be03e1--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
Copy link
Contributor

Memlab leaks report

page-load [7.6MB] (baseline) [s1] > action-on-page [9.2MB] (target) [s2] > revert [9.4MB] (final) [s3]  
------3 clusters------

--Similar leaks in this run: 1162--
--Retained size of leaked objects: 181.2KB--
[<synthetic>] (synthetic) @1 [10.3MB]
  --2 (shortcut)--->  [Window / https://blog.tubone-project24.xyz] (object) @9827 [59.1KB]
  --setTimeout (property)--->  [<closure>] (closure) @192037 [72 bytes]
  --context (internal)--->  [<function scope>] (object) @293999 [20 bytes]
  --previous (internal)--->  [<function scope>] (object) @56693 [44KB]
  --n (variable)--->  [t] (closure) @158413 [1.2KB]
  --context (internal)--->  [<function scope>] (object) @158405 [47.3KB]
  --n (variable)--->  [Object] (object) @158411 [47.3KB]
  --449 (element)--->  [Object] (object) @189885 [24 bytes]
  --exports (property)--->  [r] (closure) @189039 [2.6KB]
  --hasData (property)--->  [<closure>] (closure) @280507 [68 bytes]
  --context (internal)--->  [<function scope>] (object) @83059 [1.3KB]
  --e (variable)--->  [Object] (object) @83039 [1KB]
  --2 (element)--->  [Object] (object) @344557 [76 bytes]
  --aaAutocomplete (property)--->  [f] (object) @420369 [348 bytes]
  --$node (property)--->  [q] (object) @419107 [188 bytes]
  --0 (element)--->  [Detached HTMLSpanElement] (native) @343639 [676 bytes]
  --7 (element)--->  [Detached HTMLDivElement] (native) @344141 [5.7KB]
  --7 (element)--->  [Detached HTMLDivElement] (native) @344111 [428 bytes]
  --6 (element)--->  [Detached HTMLDivElement] (native) @344185 [428 bytes]
  --6 (element)--->  [Detached HTMLAnchorElement] (native) @343713 [2.3KB]
  --11 (element)--->  [Detached HTMLAnchorElement] (native) @343727 [2.3KB]
  --11 (element)--->  [Detached HTMLAnchorElement] (native) @343741 [2.3KB]
  --13 (element)--->  [Detached InternalNode] (native) @368399776 [524 bytes]
  --4 (element)--->  [Detached ElementIntersectionObserverData] (native) @368361568 [64 bytes]

--Similar leaks in this run: 248--
--Retained size of leaked objects: 54.3KB--
[<synthetic>] (synthetic) @1 [10.3MB]
  --2 (shortcut)--->  [Window / https://blog.tubone-project24.xyz] (object) @9827 [59.1KB]
  --___replace (property)--->  [<closure>] (closure) @247885 [68 bytes]
  --context (internal)--->  [<function scope>] (object) @247229 [496 bytes]
  --a (variable)--->  [Module] (object) @72575 [5.8KB]
  --get version (property)--->  [version] (closure) @168007 [68 bytes]
  --context (internal)--->  [<function scope>] (object) @86275 [16.4KB]
  --Qn (variable)--->  [y] (object) @442695 [368 bytes]
  --props (property)--->  [Object] (object) @475529 [28 bytes]
  --children (property)--->  [Object] (object) @475511 [296 bytes]
  --props (property)--->  [Object] (object) @475549 [56 bytes]
  --children (property)--->  [Object] (object) @475559 [1.2KB]
  --__ (property)--->  [Object] (object) @497227 [1.1KB]
  --__ (property)--->  [Object] (object) @497233 [940 bytes]
  --__ (property)--->  [Object] (object) @481023 [736 bytes]
  --__d (property)--->  [Detached HTMLDivElement] (native) @344153 [504 bytes]
  --5 (element)--->  [Detached HTMLDivElement] (native) @344151 [428 bytes]
  --5 (element)--->  [Detached HTMLDivElement] (native) @344149 [428 bytes]
  --6 (element)--->  [Detached HTMLDivElement] (native) @343679 [14.6KB]
  --6 (element)--->  [Detached HTMLAnchorElement] (native) @343647 [2.1KB]
  --7 (element)--->  [Detached DOMTokenList] (native) @368351648 [56 bytes]

--Similar leaks in this run: 7--
--Retained size of leaked objects: 752 bytes--
[<synthetic>] (synthetic) @1 [10.3MB]
  --2 (shortcut)--->  [Window / https://blog.tubone-project24.xyz] (object) @9827 [59.1KB]
  --__twttrll (property)--->  [Array] (object) @152983 [184 bytes]
  --push (property)--->  [e] (closure) @152985 [68 bytes]
  --context (internal)--->  [<function scope>] (object) @152969 [240 bytes]
  --n (variable)--->  [Object] (object) @152973 [12.7KB]
  --92 (element)--->  [Object] (object) @330571 [24 bytes]
  --exports (property)--->  [o] (closure) @153133 [68 bytes]
  --context (internal)--->  [<function scope>] (object) @147761 [6.2KB]
  --g (variable)--->  [Detached Text] (native) @43059 [396 bytes]
  --3 (element)--->  [Detached InternalNode] (native) @327750496 [272 bytes]
  --1 (element)--->  [Detached InternalNode] (native) @327750336 [272 bytes]
  --1 (element)--->  [Detached InternalNode] (native) @133932096 [272 bytes]
  --1 (element)--->  [Detached MutationObserverRegistration] (native) @365920416 [272 bytes]

@github-actions
Copy link
Contributor

github-actions bot pushed a commit that referenced this pull request Jun 16, 2023
github-actions bot pushed a commit that referenced this pull request Jun 16, 2023
@github-actions
Copy link
Contributor

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/648c8d26c9851731919b2e4c
Website Draft URL: https://648c8d26c9851731919b2e4c--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 pushed a commit that referenced this pull request Jun 16, 2023
github-actions bot pushed a commit that referenced this pull request Jun 16, 2023
github-actions bot pushed a commit that referenced this pull request Jun 16, 2023
github-actions bot pushed a commit that referenced this pull request Jun 16, 2023
github-actions bot pushed a commit that referenced this pull request Jun 16, 2023
github-actions bot pushed a commit that referenced this pull request Jun 16, 2023
github-actions bot pushed a commit that referenced this pull request Jun 16, 2023
@github-actions
Copy link
Contributor

Lighthouse Score

Desktop

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

Mobile

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

@tubone24 tubone24 marked this pull request as ready for review June 16, 2023 17:10
@tubone24 tubone24 merged commit 7742902 into master Jun 16, 2023
@tubone24 tubone24 deleted the upgrade branch June 16, 2023 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants