ftsrg / ftsrg.github.io

๐Ÿ”ดโšซโญ• New, modern website of ftsrg
https://ftsrg.mit.bme.hu/
GNU Affero General Public License v3.0
2 stars 1 forks source link

Update all non-major dependencies #289

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
@babel/core (source) 7.18.13 -> 7.19.3 age adoption passing confidence
@testing-library/react 13.3.0 -> 13.4.0 age adoption passing confidence
@types/node (source) 16.11.56 -> 16.11.62 age adoption passing confidence
@types/react (source) 18.0.18 -> 18.0.21 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.36.1 -> 5.38.1 age adoption passing confidence
@typescript-eslint/parser 5.36.1 -> 5.38.1 age adoption passing confidence
babel-preset-gatsby (source) 2.22.0 -> 2.24.0 age adoption passing confidence
bootstrap (source) 5.2.0 -> 5.2.1 age adoption passing confidence
classnames 2.3.1 -> 2.3.2 age adoption passing confidence
dotenv 16.0.2 -> 16.0.3 age adoption passing confidence
eslint (source) 8.23.0 -> 8.24.0 age adoption passing confidence
eslint-import-resolver-typescript 3.5.0 -> 3.5.1 age adoption passing confidence
gatsby (source, changelog) 4.22.0 -> 4.24.1 age adoption passing confidence
gatsby-plugin-canonical-urls (source) 4.22.0 -> 4.24.0 age adoption passing confidence
gatsby-plugin-emotion (source) 7.22.0 -> 7.24.0 age adoption passing confidence
gatsby-plugin-image (source) 2.22.0 -> 2.24.0 age adoption passing confidence
gatsby-plugin-react-helmet (source) 5.22.0 -> 5.24.0 age adoption passing confidence
gatsby-plugin-sass (source) 5.22.0 -> 5.24.0 age adoption passing confidence
gatsby-plugin-sharp (source) 4.22.0 -> 4.24.0 age adoption passing confidence
gatsby-plugin-sitemap (source) 5.22.0 -> 5.24.0 age adoption passing confidence
gatsby-remark-autolink-headers (source) 5.22.0 -> 5.24.0 age adoption passing confidence
gatsby-remark-copy-linked-files (source) 5.22.0 -> 5.24.0 age adoption passing confidence
gatsby-remark-images (source) 6.22.0 -> 6.24.0 age adoption passing confidence
gatsby-remark-smartypants (source) 5.22.0 -> 5.24.0 age adoption passing confidence
gatsby-source-filesystem (source) 4.22.0 -> 4.24.0 age adoption passing confidence
gatsby-transformer-json (source) 4.22.0 -> 4.24.0 age adoption passing confidence
gatsby-transformer-remark (source) 5.22.0 -> 5.24.0 age adoption passing confidence
gatsby-transformer-sharp (source) 4.22.0 -> 4.24.0 age adoption passing confidence
gatsby-transformer-yaml (source) 4.22.0 -> 4.24.0 age adoption passing confidence
i18next (source) 21.9.1 -> 21.9.2 age adoption passing confidence
react-i18next 11.18.5 -> 11.18.6 age adoption passing confidence
sass 1.54.8 -> 1.55.0 age adoption passing confidence
source-map-explorer 2.5.2 -> 2.5.3 age adoption passing confidence
typescript (source) 4.8.2 -> 4.8.4 age adoption passing confidence

Release Notes

babel/babel ### [`v7.19.3`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7193-2022-09-27) [Compare Source](https://togithub.com/babel/babel/compare/v7.19.1...v7.19.3) ##### :bug: Bug Fix - `babel-plugin-proposal-decorators` - [#​8566](https://togithub.com/babel/babel/pull/8566) Correctly update bindings of decorated class declarations ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​14974](https://togithub.com/babel/babel/pull/14974) fix: Normal parsing of `JSXText` following `JSXSpreadChild` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#​14941](https://togithub.com/babel/babel/pull/14941) fix: Support local exports in TS `declare module`s ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#​14940](https://togithub.com/babel/babel/pull/14940) fix: allow ts redeclaration with `import =` and `var` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-generator` - [#​14962](https://togithub.com/babel/babel/pull/14962) Fix printing of Flow internal slot functions ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-cli` - [#​14950](https://togithub.com/babel/babel/pull/14950) Emit `@babel/cli` source maps based on configuration files ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-typescript` - [#​14946](https://togithub.com/babel/babel/pull/14946) fix: ts exported vars are shadowed by `declare` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :nail_care: Polish - `babel-core` - [#​14954](https://togithub.com/babel/babel/pull/14954) Optional filename when preset uses fn test/include/exclude ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-helper-compilation-targets`, `babel-helper-transform-fixture-test-runner`, `babel-parser`, `babel-preset-env`, `babel-traverse` - [#​14961](https://togithub.com/babel/babel/pull/14961) chore: use `c8` for coverage testing ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :microscope: Output optimization - `babel-plugin-transform-typescript` - [#​14952](https://togithub.com/babel/babel/pull/14952) \[ts] remove nested `declare namespace` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ### [`v7.19.1`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7191-2022-09-14) [Compare Source](https://togithub.com/babel/babel/compare/v7.19.0...v7.19.1) ##### :bug: Bug Fix - `babel-core` - [#​14930](https://togithub.com/babel/babel/pull/14930) Avoid fancy stack traces size computation ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse` - [#​14932](https://togithub.com/babel/babel/pull/14932) fix: isForAwaitStatement is broken ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​14872](https://togithub.com/babel/babel/pull/14872) Use the built-in class fields and private methods rules in ESLint 8 ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​14920](https://togithub.com/babel/babel/pull/14920) \[estree] attach comments after directives at the end of file ([@​hegemonic](https://togithub.com/hegemonic)) - [#​14900](https://togithub.com/babel/babel/pull/14900) \[ts] allow redeclaring a var/type with the same name as import ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-typescript` - [#​14913](https://togithub.com/babel/babel/pull/14913) fix: do not remove type import used in TS import= ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.19.0`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7190-2022-09-05) [Compare Source](https://togithub.com/babel/babel/compare/v7.18.13...v7.19.0) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​14666](https://togithub.com/babel/babel/pull/14666) Support private name in decorator member expression ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-async-generator-functions`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​14877](https://togithub.com/babel/babel/pull/14877) Remove one promise tick in yield\* ([tc39/ecma262#​2819](https://togithub.com/tc39/ecma262/issues/2819)) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :rocket: New Feature - `babel-generator`, `babel-helpers`, `babel-parser`, `babel-plugin-proposal-decorators`, `babel-plugin-syntax-decorators`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​14836](https://togithub.com/babel/babel/pull/14836) Add 2022-03 decorators version (stage 3) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​14695](https://togithub.com/babel/babel/pull/14695) \[parser] Make `decoratorsBeforeExport` default to `false` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser` - [#​14744](https://togithub.com/babel/babel/pull/14744) Default to hash syntax for Record\&Tuple ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-standalone` - [#​14867](https://togithub.com/babel/babel/pull/14867) feat: add proposal-record-and-tuple to standalone ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-regexp-features-plugin`, `babel-helpers`, `babel-plugin-proposal-duplicate-named-capturing-groups-regex`, `babel-plugin-transform-named-capturing-groups-regex`, `babel-standalone` - [#​14805](https://togithub.com/babel/babel/pull/14805) Add support for the duplicate named capturing groups proposal ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-helper-function-name`, `babel-helper-wrap-function`, `babel-plugin-transform-classes` - [#​14897](https://togithub.com/babel/babel/pull/14897) Fix: class transform should not drop method definition when key contains non-BMP characters ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-typescript` - [#​14890](https://togithub.com/babel/babel/pull/14890) fix: TS plugin shouldn't remove `#privateField!` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser` - [#​14819](https://togithub.com/babel/babel/pull/14819) fix: parse a>>c as a<(b>>>c) ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-builder-react-jsx` - [#​14886](https://togithub.com/babel/babel/pull/14886) Fix helper-builder-react-jsx compat with Babel 7.9 ([@​JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-core` - [#​11612](https://togithub.com/babel/babel/pull/11612) Make error message prefixes more descriptive ([@​eps1lon](https://togithub.com/eps1lon)) - [#​11554](https://togithub.com/babel/babel/pull/11554) Hide internal `@babel/core` functions in config errors ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :memo: Documentation - [#​14895](https://togithub.com/babel/babel/pull/14895) docs: remove david-dm from README ([@​SukkaW](https://togithub.com/SukkaW)) ##### :house: Internal - `babel-standalone` - [#​14863](https://togithub.com/babel/babel/pull/14863) ship [@​babel/standalone](https://togithub.com/babel/standalone) source maps ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core`, `babel-parser`, `babel-traverse` - [#​14880](https://togithub.com/babel/babel/pull/14880) Update typescript to 4.8 ([@​JLHwung](https://togithub.com/JLHwung))
testing-library/react-testing-library ### [`v13.4.0`](https://togithub.com/testing-library/react-testing-library/releases/tag/v13.4.0) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v13.3.0...v13.4.0) ##### Features - **renderHook:** allow passing of all render options to renderHook ([#​1118](https://togithub.com/testing-library/react-testing-library/issues/1118)) ([27a9584](https://togithub.com/testing-library/react-testing-library/commit/27a9584629e28339b9961edefbb2134d7c570678))
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v5.38.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5381-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5380v5381-2022-09-26) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.38.0...v5.38.1) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ### [`v5.38.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5380-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5370v5380-2022-09-19) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.37.0...v5.38.0) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ### [`v5.37.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5370-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5362v5370-2022-09-12) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.36.2...v5.37.0) ##### Bug Fixes - **eslint-plugin:** \[strict-boolean-expressions] check all conditions in a logical operator chain ([#​5539](https://togithub.com/typescript-eslint/typescript-eslint/issues/5539)) ([77d76e2](https://togithub.com/typescript-eslint/typescript-eslint/commit/77d76e21cdc2e100c729c839c292e82ab7c554c5)) #### [5.36.2](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.36.1...v5.36.2) (2022-09-05) ##### Bug Fixes - **eslint-plugin:** \[no-extra-parens] handle generic ts array type. ([#​5550](https://togithub.com/typescript-eslint/typescript-eslint/issues/5550)) ([0d6a190](https://togithub.com/typescript-eslint/typescript-eslint/commit/0d6a190c56fb3489f9f554b9035a008e29cc08ec)) - **scope-manager:** correct handling for class static blocks ([#​5580](https://togithub.com/typescript-eslint/typescript-eslint/issues/5580)) ([35bb8dd](https://togithub.com/typescript-eslint/typescript-eslint/commit/35bb8ddac1b46397f6447c1a6e1e4e1774dd7957)) #### [5.36.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.36.0...v5.36.1) (2022-08-30) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ### [`v5.36.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5362-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5361v5362-2022-09-05) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.36.1...v5.36.2) ##### Bug Fixes - **eslint-plugin:** \[no-extra-parens] handle generic ts array type. ([#​5550](https://togithub.com/typescript-eslint/typescript-eslint/issues/5550)) ([0d6a190](https://togithub.com/typescript-eslint/typescript-eslint/commit/0d6a190c56fb3489f9f554b9035a008e29cc08ec)) - **scope-manager:** correct handling for class static blocks ([#​5580](https://togithub.com/typescript-eslint/typescript-eslint/issues/5580)) ([35bb8dd](https://togithub.com/typescript-eslint/typescript-eslint/commit/35bb8ddac1b46397f6447c1a6e1e4e1774dd7957))
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v5.38.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5381-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5380v5381-2022-09-26) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.38.0...v5.38.1) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.38.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5380-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5370v5380-2022-09-19) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.37.0...v5.38.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.37.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5370-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5362v5370-2022-09-12) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.36.2...v5.37.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [5.36.2](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.36.1...v5.36.2) (2022-09-05) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [5.36.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.36.0...v5.36.1) (2022-08-30) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.36.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5362-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5361v5362-2022-09-05) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.36.1...v5.36.2) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
gatsbyjs/gatsby (babel-preset-gatsby) ### [`v2.24.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/babel-preset-gatsby/CHANGELOG.md#​2240-httpsgithubcomgatsbyjsgatsbycommitsbabel-preset-gatsby2240packagesbabel-preset-gatsby-2022-09-27) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/92543afcb355afc0990affae06b56a1e1841b7e4...9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303) [๐Ÿงพ Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.24) **Note:** Version bump only for package babel-preset-gatsby ### [`v2.23.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/babel-preset-gatsby/CHANGELOG.md#​2230-httpsgithubcomgatsbyjsgatsbycommitsbabel-preset-gatsby2230packagesbabel-preset-gatsby-2022-09-13) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/3265a992213672ec9276d1e8bfbce3d5bf696cbd...92543afcb355afc0990affae06b56a1e1841b7e4) [๐Ÿงพ Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.23) ##### Bug Fixes - ci pipeline [#​36544](https://togithub.com/gatsbyjs/gatsby/issues/36544) ([1125e58](https://togithub.com/gatsbyjs/gatsby/commit/1125e58731249257123d692522bed1a1ddc32383)) ##### [2.22.1](https://togithub.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@2.22.1/packages/babel-preset-gatsby) (2022-09-08) ##### Bug Fixes - ci pipeline [#​36544](https://togithub.com/gatsbyjs/gatsby/issues/36544) [#​36568](https://togithub.com/gatsbyjs/gatsby/issues/36568) ([8e10e1c](https://togithub.com/gatsbyjs/gatsby/commit/8e10e1c6dbf24f506e1572d9eff9c4a39348e789)) ### [`v2.22.1`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/babel-preset-gatsby/CHANGELOG.md#​2221-httpsgithubcomgatsbyjsgatsbycommitsbabel-preset-gatsby2221packagesbabel-preset-gatsby-2022-09-08) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/78f8c7a599748feed4865cdc832a07537d44ded8...3265a992213672ec9276d1e8bfbce3d5bf696cbd) ##### Bug Fixes - ci pipeline [#​36544](https://togithub.com/gatsbyjs/gatsby/issues/36544) [#​36568](https://togithub.com/gatsbyjs/gatsby/issues/36568) ([8e10e1c](https://togithub.com/gatsbyjs/gatsby/commit/8e10e1c6dbf24f506e1572d9eff9c4a39348e789))
twbs/bootstrap ### [`v5.2.1`](https://togithub.com/twbs/bootstrap/releases/tag/v5.2.1) [Compare Source](https://togithub.com/twbs/bootstrap/compare/v5.2.0...v5.2.1) #### ๐Ÿš€ Highlights - **Accordion** - Update `color` value to use the `$accordion-button-color` Sass variable instead of our color contrast function - **Buttons** - Added a `transparent` default hover border color CSS variable for buttons to fix a visual regression - `.btn-link` no longer has a gradient when `$enable-gradients` is set to `true` - **Forms** - Input groups have updated `z-index` values to ensure proper rendering of validated form fields - Floating labels now reset their `text-align` to ensure consistent styling - **List Groups** - Horizontal list groups with only one child now render the correct `border-radius` - Modified the `list-group-item` selectors to better support nested imports of Bootstrap's CSS - **Modals** - Fixed modal event listeners during dismiss click, allowing you to once again click scrollbars without dismissing the modal - **Pagination** - Fixed incorrect `border-radius` values inside pagination components - **Scrollspy** - Scrollspy threshold option is now configurable - **Tooltips** - Reverted some tooltip plugin updates to prevent issues with `selector`, dynamic content, and disposed tooltips using `title` #### ๐Ÿš€ Features - [#​36750](https://togithub.com/twbs/bootstrap/issues/36750): ScrollSpy: make the threshold option configurable #### ๐ŸŽจ CSS - [#​36507](https://togithub.com/twbs/bootstrap/issues/36507): v5/docs: reintroduce `outline` for docs code samples, buttons when `:not(:focus-visible)` - [#​36593](https://togithub.com/twbs/bootstrap/issues/36593): flush variant of accordion border radius - [#​36663](https://togithub.com/twbs/bootstrap/issues/36663): fix [#​36662](https://togithub.com/twbs/bootstrap/issues/36662) List-group-item margin-top is offset when importing sass in a nested class - [#​36694](https://togithub.com/twbs/bootstrap/issues/36694): Docs: add grid-row-columns variable - [#​36791](https://togithub.com/twbs/bootstrap/issues/36791): Remove a unused sass parameter from banner mixin - [#​36828](https://togithub.com/twbs/bootstrap/issues/36828): Fix pagination page items border radius - [#​36849](https://togithub.com/twbs/bootstrap/issues/36849): Define correctly `$popover-header-color` - [#​36873](https://togithub.com/twbs/bootstrap/issues/36873): Fix floating labels under `.text-center` - [#​36874](https://togithub.com/twbs/bootstrap/issues/36874): Floating labels in input group: Border fix - [#​36921](https://togithub.com/twbs/bootstrap/issues/36921): Accordion color should use $accordion-color - [#​36986](https://togithub.com/twbs/bootstrap/issues/36986): bugfix undefined border color variable for btn [#​36938](https://togithub.com/twbs/bootstrap/issues/36938) - [#​37017](https://togithub.com/twbs/bootstrap/issues/37017): List group: Fix horizontal when only one child - [#​37021](https://togithub.com/twbs/bootstrap/issues/37021): Scss: Adding missing `z-index` CSS variables. - [#​37026](https://togithub.com/twbs/bootstrap/issues/37026): Rework button focus/active styling, with extra changes for checks/radios - [#​37027](https://togithub.com/twbs/bootstrap/issues/37027): Search modal: Set cursor on auto - [#​37034](https://togithub.com/twbs/bootstrap/issues/37034): More consistency for CSS/Sass vars doc for components with dark variants - [#​37059](https://togithub.com/twbs/bootstrap/issues/37059): Fix input group z-index focus + validation - [#​37078](https://togithub.com/twbs/bootstrap/issues/37078): Remove gradient from `.btn-link` - [#​37079](https://togithub.com/twbs/bootstrap/issues/37079): Add workarounds for postcss values parser error - [#​37080](https://togithub.com/twbs/bootstrap/issues/37080): btn-group draws first input margin [#​36794](https://togithub.com/twbs/bootstrap/issues/36794) - [#​37093](https://togithub.com/twbs/bootstrap/issues/37093): Fix accordion button color #### โ˜•๏ธ JavaScript - [#​36750](https://togithub.com/twbs/bootstrap/issues/36750): ScrollSpy: make the threshold option configurable - [#​36751](https://togithub.com/twbs/bootstrap/issues/36751): Re-set tooltip title on disposal - [#​36863](https://togithub.com/twbs/bootstrap/issues/36863): Fix modal event-listeners during dismiss click - [#​37011](https://togithub.com/twbs/bootstrap/issues/37011): Multiple dropdowns: Fix when inside same tag - [#​37019](https://togithub.com/twbs/bootstrap/issues/37019): Docs: Fix js options to what is really inside js - [#​37072](https://togithub.com/twbs/bootstrap/issues/37072): Docs: Put methods in table - [#​37086](https://togithub.com/twbs/bootstrap/issues/37086): Fix tooltip manual toggling #### ๐Ÿ“– Docs - [#​36493](https://togithub.com/twbs/bootstrap/issues/36493): Docs: Replace wrong mobile OS Windows with iOS - [#​36587](https://togithub.com/twbs/bootstrap/issues/36587): Document how to extract CSS, SVG for strict CSP - [#​36694](https://togithub.com/twbs/bootstrap/issues/36694): Docs: add grid-row-columns variable - [#​36771](https://togithub.com/twbs/bootstrap/issues/36771): Fix typos after [#​36762](https://togithub.com/twbs/bootstrap/issues/36762) - [#​36804](https://togithub.com/twbs/bootstrap/issues/36804): Simplify social images and add ability to set per-page images - [#​36812](https://togithub.com/twbs/bootstrap/issues/36812): Fix broken url - [#​36819](https://togithub.com/twbs/bootstrap/issues/36819): Rename scrollspy to toast in toasts.md - [#​36824](https://togithub.com/twbs/bootstrap/issues/36824): Move DocSearch out of offcanvas to always show it on mobile - [#​36825](https://togithub.com/twbs/bootstrap/issues/36825): Remove Slack from site and repo docs - [#​36827](https://togithub.com/twbs/bootstrap/issues/36827): Redirect users to different templates of issues rather than an empty one - [#​36829](https://togithub.com/twbs/bootstrap/issues/36829): Docs: correct heading levels in features example - [#​36836](https://togithub.com/twbs/bootstrap/issues/36836): Docs: use added-in shortcode in Offcanvas - [#​36838](https://togithub.com/twbs/bootstrap/issues/36838): Docs: Missing added-in shortcode - [#​36839](https://togithub.com/twbs/bootstrap/issues/36839): Docs: Fix markdown link error - [#​36850](https://togithub.com/twbs/bootstrap/issues/36850): Add navbar image alt text - [#​36867](https://togithub.com/twbs/bootstrap/issues/36867): Docs: expand popover custom container explanation - [#​36871](https://togithub.com/twbs/bootstrap/issues/36871): Fix docs typo of `.form-checkbox` -> `.form-check` - [#​36877](https://togithub.com/twbs/bootstrap/issues/36877): Add default select example in cheatsheet - [#​37019](https://togithub.com/twbs/bootstrap/issues/37019): Docs: Fix js options to what is really inside js - [#​37027](https://togithub.com/twbs/bootstrap/issues/37027): Search modal: Set cursor on auto - [#​37034](https://togithub.com/twbs/bootstrap/issues/37034): More consistency for CSS/Sass vars doc for components with dark variants - [#​37047](https://togithub.com/twbs/bootstrap/issues/37047): Docs: Minor fixes in tables. - [#​37048](https://togithub.com/twbs/bootstrap/issues/37048): Docs: improve cards image overlays markup - [#​37056](https://togithub.com/twbs/bootstrap/issues/37056): Docs: Manage the dark offcanvas slightly differently - [#​37064](https://togithub.com/twbs/bootstrap/issues/37064): Fix padding on starter template - [#​37067](https://togithub.com/twbs/bootstrap/issues/37067): Make docs clearer by dropping precompiled for compiled - [#​37070](https://togithub.com/twbs/bootstrap/issues/37070): Improve language around vertical grid gutters - [#​37072](https://togithub.com/twbs/bootstrap/issues/37072): Docs: Put methods in table #### ๐Ÿ›  Examples - [#​36660](https://togithub.com/twbs/bootstrap/issues/36660): Added new example in `examples/features` page. - [#​36829](https://togithub.com/twbs/bootstrap/issues/36829): Docs: correct heading levels in features example - [#​36877](https://togithub.com/twbs/bootstrap/issues/36877): Add default select example in cheatsheet - [#​37064](https://togithub.com/twbs/bootstrap/issues/37064): Fix padding on starter template #### ๐ŸŒŽ Accessibility - [#​36507](https://togithub.com/twbs/bootstrap/issues/36507): v5/docs: reintroduce `outline` for docs code samples, buttons when `:not(:focus-visible)` - [#​36829](https://togithub.com/twbs/bootstrap/issues/36829): Docs: correct heading levels in features example - [#​37026](https://togithub.com/twbs/bootstrap/issues/37026): Rework button focus/active styling, with extra changes for checks/radios #### ๐Ÿ“ฆ Dependencies - Updated numerous devDependencies:
JedWatson/classnames ### [`v2.3.2`](https://togithub.com/JedWatson/classnames/blob/HEAD/HISTORY.md#v232--2022-09-13) [Compare Source](https://togithub.com/JedWatson/classnames/compare/v2.3.1...v2.3.2) - Fix TypeScript types when using require, thanks [Mark Dalgleish](https://togithub.com/markdalgleish) ([#​276](https://togithub.com/JedWatson/classnames/pull/276)) - Fix toString as `[Object object]` in a vm, thanks [Remco Haszing](https://togithub.com/remcohaszing) ([#​281](https://togithub.com/JedWatson/classnames/pull/281))
motdotla/dotenv ### [`v16.0.3`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#​1603-httpsgithubcommotdotladotenvcomparev1602v1603-2022-09-29) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.0.2...v16.0.3) ##### Changed - Added library version to debug logs ([#​682](https://togithub.com/motdotla/dotenv/pull/682))
eslint/eslint ### [`v8.24.0`](https://togithub.com/eslint/eslint/releases/tag/v8.24.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.23.1...v8.24.0) #### Features - [`1729f9e`](https://togithub.com/eslint/eslint/commit/1729f9ea4d7b2945b2b701d72027fd4aace954cf) feat: account for `sourceType: "commonjs"` in the strict rule ([#​16308](https://togithub.com/eslint/eslint/issues/16308)) (Milos Djermanovic) - [`b0d72c9`](https://togithub.com/eslint/eslint/commit/b0d72c96b2a9cde7a5798c2b08ec4e70683c6aca) feat: add rule logical-assignment-operators ([#​16102](https://togithub.com/eslint/eslint/issues/16102)) (fnx) - [`f02bcd9`](https://togithub.com/eslint/eslint/commit/f02bcd91bf89b6c167d5346a36677fdb854f0c05) feat: `array-callback-return` support `findLast` and `findLastIndex` ([#​16314](https://togithub.com/eslint/eslint/issues/16314)) (Sosuke Suzuki) #### Documentation - [`2c152ff`](https://togithub.com/eslint/eslint/commit/2c152ff0fb709b99e62c19ecd2c95689efacbe4c) docs: note false positive `Object.getOwnPropertyNames` in prefer-reflect ([#​16317](https://togithub.com/eslint/eslint/issues/16317)) (AnnAngela) - [`bf7bd88`](https://togithub.com/eslint/eslint/commit/bf7bd885a92046a6b6bcbcaaa1e78e9f2c4b482f) docs: fix warn severity description for new config files ([#​16324](https://togithub.com/eslint/eslint/issues/16324)) (Nitin Kumar) - [`8cc0bbe`](https://togithub.com/eslint/eslint/commit/8cc0bbe440dc5e6af6ef02f00d0514a40ca07c24) docs: use more clean link syntax ([#​16309](https://togithub.com/eslint/eslint/issues/16309)) (Percy Ma) - [`6ba269e`](https://togithub.com/eslint/eslint/commit/6ba269ed673f965d081287b769c12beeb5f98887) docs: fix typo ([#​16288](https://togithub.com/eslint/eslint/issues/16288)) (jjangga0214) #### Chores - [`131e646`](https://togithub.com/eslint/eslint/commit/131e646e227b9aca3937fe287343bf2c3df408af) chore: Upgrade [@​humanwhocodes/config-array](https://togithub.com/humanwhocodes/config-array) for perf ([#​16339](https://togithub.com/eslint/eslint/issues/16339)) (Nicholas C. Zakas) - [`504fe59`](https://togithub.com/eslint/eslint/commit/504fe59b0e0f4f5a2afb6a69aaed5cb4ca631012) perf: switch from object spread to `Object.assign` when merging globals ([#​16311](https://togithub.com/eslint/eslint/issues/16311)) (Milos Djermanovic) ### [`v8.23.1`](https://togithub.com/eslint/eslint/releases/tag/v8.23.1) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.23.0...v8.23.1) ##### Bug Fixes - [`b719893`](https://togithub.com/eslint/eslint/commit/b71989388a921886caa4c6cb48729bbf60c46100) fix: Upgrade eslintrc to stop redefining plugins ([#​16297](https://togithub.com/eslint/eslint/issues/16297)) (Brandon Mills) - [`734b54e`](https://togithub.com/eslint/eslint/commit/734b54eb9c6c4839c0f99ebe18dc5695754aac1d) fix: improve autofix for the `prefer-const` rule ([#​16292](https://togithub.com/eslint/eslint/issues/16292)) (Nitin Kumar) - [`6a923ff`](https://togithub.com/eslint/eslint/commit/6a923ff9257a4f009cefed049ebb59a4b5acdab5) fix: Ensure that glob patterns are normalized ([#​16287](https://togithub.com/eslint/eslint/issues/16287)) (Nicholas C. Zakas) - [`c6900f8`](https://togithub.com/es

Configuration

๐Ÿ“… Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

๐Ÿšฆ Automerge: Enabled.

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

๐Ÿ‘ป Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

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

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git โ†—๏ธŽ

Name Status Preview Updated
ftsrg-github-io โœ… Ready (Inspect) Visit Preview Oct 1, 2022 at 2:31AM (UTC)