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 bootstrap to v5.3.1 #1371

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
bootstrap (source) 5.2.3 -> 5.3.1 age adoption passing confidence

Release Notes

twbs/bootstrap (bootstrap) ### [`v5.3.1`](https://togithub.com/twbs/bootstrap/releases/tag/v5.3.1) [Compare Source](https://togithub.com/twbs/bootstrap/compare/v5.3.0...v5.3.1) #### Highlights - **Color modes:** - Increased color contrast for dark mode by replacing `$gray-500` with `$gray-300` for the body color - Added our color mode switcher JavaScript to our examples ZIP download - **Components:** - Improved disabled styling for all `.nav-link`s, providing `.disabled` and `:disabled` for use with anchors and buttons - Add support for `Home` and `End` keys for navigating tabs by keyboard - Added some basic styling to toggle buttons when no modifier class is present - Fixed carousel colors in dark mode - **Forms:** - Fixed floating label disabled text color - **Utilities:** - `.text-bg-*` utilities now use CSS variables - **Sass:** - Add new `$navbar-dark-icon-color` Sass variable - Removed duplicate `$alert` Sass variables - Added a new variable for `$vr-border-width` to customize the vertical rule helper width - **Documentation:** - Added search to our homepage - Improved responsive behavior on Dashboard example - Improved dark mode rendering of Cheatsheet examples *** #### 🎨 CSS - [#​38913](https://togithub.com/twbs/bootstrap/issues/38913): Floating labels: fix disabled with text inside - [#​38772](https://togithub.com/twbs/bootstrap/issues/38772): `.text-bg-*` helpers now use theme CSS variables - [#​38886](https://togithub.com/twbs/bootstrap/issues/38886): New Sass variable to change vertical rule width - [#​38851](https://togithub.com/twbs/bootstrap/issues/38851): Fix Sass properties order for newer stylelint-config-recess-order - [#​38815](https://togithub.com/twbs/bootstrap/issues/38815): Increase contrast in dark-mode ([#​38525](https://togithub.com/twbs/bootstrap/issues/38525)) - [#​38774](https://togithub.com/twbs/bootstrap/issues/38774): Generalize disabled nav links CSS rules - [#​38673](https://togithub.com/twbs/bootstrap/issues/38673): Add `$navbar-dark-icon-color` - [#​38674](https://togithub.com/twbs/bootstrap/issues/38674): Remove duplicate `$alert-*-scale` Sass vars #### ☕️ JavaScript - [#​38498](https://togithub.com/twbs/bootstrap/issues/38498): Support `Home` and `End` keys in tabs #### 📖 Docs - [#​38958](https://togithub.com/twbs/bootstrap/issues/38958): Examples: improve spinner buttons accessibility - [#​38947](https://togithub.com/twbs/bootstrap/issues/38947): Fix postcss plugin options - [#​38885](https://togithub.com/twbs/bootstrap/issues/38885): Docs: Update float responsive examples - [#​38946](https://togithub.com/twbs/bootstrap/issues/38946): Docs: remove v4 reference on homepage - [#​38948](https://togithub.com/twbs/bootstrap/issues/38948): Fix some typos in Customize > Sass doc - [#​38840](https://togithub.com/twbs/bootstrap/issues/38840): Docs: fix carousel carousel colors of carousel examples in dark mode - [#​38604](https://togithub.com/twbs/bootstrap/issues/38604): Add dropdown alignment options to button group example - [#​38894](https://togithub.com/twbs/bootstrap/issues/38894): Docs: add blank target and `noopener` rel to footer external links - [#​38902](https://togithub.com/twbs/bootstrap/issues/38902): Fix tooltip generated markup documentation - [#​38883](https://togithub.com/twbs/bootstrap/issues/38883): Docs: Fix incorrect class name on migration guide - [#​38708](https://togithub.com/twbs/bootstrap/issues/38708): add a base class style display for toggle buttons - [#​38827](https://togithub.com/twbs/bootstrap/issues/38827): Docs: add missing `aria-disabled='true'` to disabled anchors - [#​38844](https://togithub.com/twbs/bootstrap/issues/38844): Fix for text-reset example class name - [#​38838](https://togithub.com/twbs/bootstrap/issues/38838): JS/SCSS shortcodes: Add new feature to remove nested calls inside. - [#​38850](https://togithub.com/twbs/bootstrap/issues/38850): Add docs search to homepage - [#​38872](https://togithub.com/twbs/bootstrap/issues/38872): Docs: Improve Text Alignment Example - [#​38865](https://togithub.com/twbs/bootstrap/issues/38865): Fix custom-radio class name on migration guide - [#​38786](https://togithub.com/twbs/bootstrap/issues/38786): Explicitly add missing opacity-0 helper class example for clarity. - [#​38707](https://togithub.com/twbs/bootstrap/issues/38707): Update bottom border on dark navbar example - [#​38726](https://togithub.com/twbs/bootstrap/issues/38726): Update flex utilities link in navs docs - [#​38734](https://togithub.com/twbs/bootstrap/issues/38734): Minor fixes for Docs Versions page - [#​38745](https://togithub.com/twbs/bootstrap/issues/38745): Fix stack examples - [#​38751](https://togithub.com/twbs/bootstrap/issues/38751): Docs (tooltips): Fix "them" typo in markup section - [#​38688](https://togithub.com/twbs/bootstrap/issues/38688): Fix missing word issue on nav-tabs page - [#​38681](https://togithub.com/twbs/bootstrap/issues/38681): Docs: consistency between custom buttons, popovers and tooltips - [#​38600](https://togithub.com/twbs/bootstrap/issues/38600): collate distribution interval - [#​38632](https://togithub.com/twbs/bootstrap/issues/38632): docs(spinners): improve buttons examples accessibility - [#​38583](https://togithub.com/twbs/bootstrap/issues/38583): Docs: add more details on accessibility tips - [#​38554](https://togithub.com/twbs/bootstrap/issues/38554): Doc: fix 'Events' JS example - [#​38592](https://togithub.com/twbs/bootstrap/issues/38592): docs(forms): switch to `aria-describedby` - [#​38542](https://togithub.com/twbs/bootstrap/issues/38542): Use `.d-none` instead of inline styling - [#​38616](https://togithub.com/twbs/bootstrap/issues/38616): Add 'Issues assignment' section to the Contributing Guidelines - [#​38528](https://togithub.com/twbs/bootstrap/issues/38528): Adding a link to `clearfix` - [#​38538](https://togithub.com/twbs/bootstrap/issues/38538): Update Sass docs to mention compiling and including - [#​38623](https://togithub.com/twbs/bootstrap/issues/38623): Fix disabled element tooltip StackBlitz #### 🛠 Examples - [#​38958](https://togithub.com/twbs/bootstrap/issues/38958): Examples: improve spinner buttons accessibility - [#​38952](https://togithub.com/twbs/bootstrap/issues/38952): dashboard: fix offcanvas md display - [#​38840](https://togithub.com/twbs/bootstrap/issues/38840): Docs: fix carousel carousel colors of carousel examples in dark mode - [#​38905](https://togithub.com/twbs/bootstrap/issues/38905): Fix dark mode rendering of Cheatsheet examples - [#​38711](https://togithub.com/twbs/bootstrap/issues/38711): Fix link colors in Sidebars example #### 🌎 Accessibility - [#​38958](https://togithub.com/twbs/bootstrap/issues/38958): Examples: improve spinner buttons accessibility - [#​38498](https://togithub.com/twbs/bootstrap/issues/38498): Support `Home` and `End` keys in tabs - [#​38827](https://togithub.com/twbs/bootstrap/issues/38827): Docs: add missing `aria-disabled='true'` to disabled anchors - [#​38850](https://togithub.com/twbs/bootstrap/issues/38850): Add docs search to homepage - [#​38774](https://togithub.com/twbs/bootstrap/issues/38774): Generalize disabled nav links CSS rules - [#​38632](https://togithub.com/twbs/bootstrap/issues/38632): docs(spinners): improve buttons examples accessibility - [#​38583](https://togithub.com/twbs/bootstrap/issues/38583): Docs: add more details on accessibility tips - [#​38592](https://togithub.com/twbs/bootstrap/issues/38592): docs(forms): switch to aria-describedby #### 🧰 Misc - [#​38747](https://togithub.com/twbs/bootstrap/issues/38747): Add `color-modes.js` to `bootstrap-x.y.z-examples.zip` #### 📦 Dependencies - Updated numerous [devDependencies](https://togithub.com/twbs/bootstrap/pulls?q=is%3Apr+label%3Adependencies+project%3Atwbs%2F26+is%3Aclosed) ### [`v5.3.0`](https://togithub.com/twbs/bootstrap/compare/v5.2.3...v5.3.0) [Compare Source](https://togithub.com/twbs/bootstrap/compare/v5.2.3...v5.3.0)

Configuration

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

🚦 Automerge: Enabled.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.



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

github-actions[bot] commented 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-mixed-zenkaku-and-hankaku-alphabet - textlint-rule-no-start-duplicated-conjunction - textlint-rule-preset-smarthr - textlint-rule-prh - textlint-rule-terminology - ts-jest - yaml-lint
Missing - colors - /github/workspace/src/styles/_hover.scss - @algolia/transporter - /github/workspace/src/components/SearchBox/index.tsx - @algolia/client-search - /github/workspace/src/components/SearchBox/index.tsx - qs - /github/workspace/scripts/benchmark.js - https - /github/workspace/scripts/uploadScreenShot.ts
coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 5692891780


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

💛 - Coveralls
github-actions[bot] commented 1 year ago

Memlab leaks report

``` page-load [7.7MB] (baseline) [s1] > action-on-page [8.6MB] (target) [s2] > revert [8.8MB] (final) [s3] ------3 clusters------ --Similar leaks in this run: 1484-- --Retained size of leaked objects: 162.8KB-- [] (synthetic) @1 [9.7MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @9845 [59.1KB] --webpackChunkblog (property)---> [Array] (object) @110457 [8.7KB] --push (property)---> [native_bind] (closure) @110459 [128 bytes] --bound_function (internal)---> [r] (closure) @109959 [68 bytes] --context (internal)---> [] (object) @109963 [312 bytes] --previous (internal)---> [] (object) @101041 [57.5KB] --n (variable)---> [Object] (object) @101671 [57.5KB] --449 (element)---> [Object] (object) @60043 [24 bytes] --exports (property)---> [r] (closure) @60049 [2.6KB] --hasData (property)---> [] (closure) @230965 [68 bytes] --context (internal)---> [] (object) @229851 [1.3KB] --e (variable)---> [Object] (object) @229853 [1KB] --1 (element)---> [Object] (object) @80273 [76 bytes] --aaAutocomplete (property)---> [f] (object) @81977 [348 bytes] --$node (property)---> [q] (object) @82135 [188 bytes] --0 (element)---> [Detached HTMLSpanElement] (native) @42683 [648 bytes] --7 (element)---> [Detached HTMLDivElement] (native) @42121 [304 bytes] --7 (element)---> [Detached HTMLDivElement] (native) @42149 [400 bytes] --6 (element)---> [Detached HTMLDivElement] (native) @42109 [400 bytes] --5 (element)---> [Detached HTMLAnchorElement] (native) @42505 [1.3KB] --11 (element)---> [Detached HTMLAnchorElement] (native) @42503 [1.9KB] --12 (element)---> [Detached HTMLAnchorElement] (native) @42501 [1.9KB] --12 (element)---> [Detached HTMLAnchorElement] (native) @42499 [1.9KB] --12 (element)---> [Detached HTMLAnchorElement] (native) @42497 [1.9KB] --12 (element)---> [Detached HTMLAnchorElement] (native) @42495 [1.9KB] --12 (element)---> [Detached HTMLAnchorElement] (native) @42493 [1.9KB] --12 (element)---> [Detached HTMLAnchorElement] (native) @42491 [1.9KB] --13 (element)---> [Detached InternalNode] (native) @374153984 [496 bytes] --4 (element)---> [Detached ElementIntersectionObserverData] (native) @375362240 [64 bytes] --Similar leaks in this run: 294-- --Retained size of leaked objects: 49.3KB-- [] (synthetic) @1 [9.7MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @9845 [59.1KB] --___replace (property)---> [] (closure) @167183 [68 bytes] --context (internal)---> [] (object) @166531 [496 bytes] --a (variable)---> [Module] (object) @69795 [5.8KB] --get version (property)---> [version] (closure) @110669 [68 bytes] --context (internal)---> [] (object) @73491 [17KB] --Qn (variable)---> [y] (object) @447649 [368 bytes] --props (property)---> [Object] (object) @469563 [28 bytes] --children (property)---> [Object] (object) @486699 [296 bytes] --props (property)---> [Object] (object) @494463 [56 bytes] --children (property)---> [Object] (object) @463239 [1.2KB] --__ (property)---> [Object] (object) @463649 [1.1KB] --__ (property)---> [Object] (object) @463667 [940 bytes] --__ (property)---> [Object] (object) @463187 [736 bytes] --__d (property)---> [Detached HTMLDivElement] (native) @346997 [476 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @346933 [400 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @346931 [400 bytes] --5 (element)---> [Detached HTMLDivElement] (native) @346929 [6.8KB] --5 (element)---> [Detached HTMLDivElement] (native) @346927 [6KB] --8 (element)---> [Detached InternalNode] (native) @375796224 [384 bytes] --4 (element)---> [Detached CSSStyleDeclaration] (native) @375407968 [48 bytes] --Similar leaks in this run: 4-- --Retained size of leaked objects: 376 bytes-- [] (synthetic) @1 [9.7MB] --6 (shortcut)---> [Window / https://blog.tubone-project24.xyz] (object) @9845 [59.1KB] --__twttrll (property)---> [Array] (object) @121059 [184 bytes] --push (property)---> [e] (closure) @121061 [68 bytes] --context (internal)---> [] (object) @102589 [240 bytes] --n (variable)---> [Object] (object) @102569 [14.8KB] --93 (element)---> [Object] (object) @149371 [24 bytes] --exports (property)---> [Object] (object) @105317 [3.5KB] --init (property)---> [init] (closure) @105505 [68 bytes] --context (internal)---> [] (object) @106827 [3.1KB] --r (variable)---> [Detached HTMLFormElement] (native) @39959 [1.8KB] --4 (element)---> [Detached HTMLInputElement] (native) @39965 [684 bytes] --8 (element)---> [Detached InternalNode] (native) @70395744 [328 bytes] --1 (element)---> [Detached ShadowRoot] (native) @70392224 [328 bytes] --4 (element)---> [Detached V8ObservableArrayCSSStyleSheet] (native) @70390944 [120 bytes] --2 (element)---> [Detached ObservableArrayExoticObject] (native) @374271968 [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/64c3ce92d39150091f702eed Website Draft URL: https://64c3ce92d39150091f702eed--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://64c3ce92d39150091f702eed--pensive-lamport-5822d2.netlify.app/webpack-bundle-analyser

github-actions[bot] commented 1 year ago

Lighthouse Score

Desktop

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

Mobile

performance: 44 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/64c3cf2ab700cd0b5816985f Website Draft URL: https://64c3cf2ab700cd0b5816985f--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