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 #283

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.6 -> 7.18.9 age adoption passing confidence
@emotion/react 11.9.3 -> 11.10.0 age adoption passing confidence
@emotion/styled 11.9.3 -> 11.10.0 age adoption passing confidence
@types/jest 28.1.4 -> 28.1.6 age adoption passing confidence
@types/node 16.11.42 -> 16.11.47 age adoption passing confidence
@types/react 18.0.14 -> 18.0.15 age adoption passing confidence
@types/react-dom 18.0.5 -> 18.0.6 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.30.0 -> 5.31.0 age adoption passing confidence
@typescript-eslint/parser 5.30.0 -> 5.31.0 age adoption passing confidence
babel-jest 28.1.2 -> 28.1.3 age adoption passing confidence
babel-preset-gatsby 2.17.0 -> 2.19.0 age adoption passing confidence
bootstrap (source) 5.1.3 -> 5.2.0 age adoption passing confidence
eslint (source) 8.18.0 -> 8.21.0 age adoption passing confidence
eslint-import-resolver-typescript 3.1.3 -> 3.3.0 age adoption passing confidence
gatsby (changelog) 4.17.2 -> 4.19.2 age adoption passing confidence
gatsby-plugin-canonical-urls 4.17.0 -> 4.19.0 age adoption passing confidence
gatsby-plugin-emotion 7.17.0 -> 7.19.0 age adoption passing confidence
gatsby-plugin-image 2.17.0 -> 2.19.0 age adoption passing confidence
gatsby-plugin-react-helmet 5.17.0 -> 5.19.0 age adoption passing confidence
gatsby-plugin-sass 5.17.0 -> 5.19.0 age adoption passing confidence
gatsby-plugin-sharp 4.17.0 -> 4.19.0 age adoption passing confidence
gatsby-plugin-sitemap 5.17.0 -> 5.19.0 age adoption passing confidence
gatsby-remark-autolink-headers 5.17.0 -> 5.19.0 age adoption passing confidence
gatsby-remark-copy-linked-files 5.17.0 -> 5.19.0 age adoption passing confidence
gatsby-remark-images 6.17.0 -> 6.19.0 age adoption passing confidence
gatsby-remark-smartypants 5.17.0 -> 5.19.0 age adoption passing confidence
gatsby-source-filesystem 4.17.0 -> 4.19.0 age adoption passing confidence
gatsby-transformer-json 4.17.0 -> 4.19.0 age adoption passing confidence
gatsby-transformer-remark 5.17.0 -> 5.19.0 age adoption passing confidence
gatsby-transformer-sharp 4.17.0 -> 4.19.0 age adoption passing confidence
gatsby-transformer-yaml 4.17.0 -> 4.19.0 age adoption passing confidence
i18next (source) 21.8.11 -> 21.8.16 age adoption passing confidence
jest (source) 28.1.2 -> 28.1.3 age adoption passing confidence
react-cookie-consent 7.5.0 -> 7.6.0 age adoption passing confidence
react-i18next 11.17.4 -> 11.18.3 age adoption passing confidence
sass 1.53.0 -> 1.54.0 age adoption passing confidence
ts-jest 28.0.5 -> 28.0.7 age adoption passing confidence

Release Notes

babel/babel ### [`v7.18.9`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7189-2022-07-18) [Compare Source](https://togithub.com/babel/babel/compare/v7.18.6...v7.18.9) ##### :bug: Bug Fix - `babel-plugin-transform-modules-systemjs`, `babel-types` - [#​14763](https://togithub.com/babel/babel/pull/14763) fix: allow exporting `TSDeclareFunction` as default ([@​zxbodya](https://togithub.com/zxbodya)) - `babel-generator` - [#​14758](https://togithub.com/babel/babel/pull/14758) fix: `returnType` with comments generates incorrect code ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :nail_care: Polish - `babel-cli` - [#​14748](https://togithub.com/babel/babel/pull/14748) Print a message when the watcher of `babel-cli` is ready. ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :house: Internal - `babel-core`, `babel-helper-remap-async-to-generator`, `babel-helpers`, `babel-parser`, `babel-plugin-transform-block-scoping`, `babel-preset-env` - [#​13414](https://togithub.com/babel/babel/pull/13414) Prepare for compiling Babel to native ESM ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-helper-member-expression-to-functions`, `babel-helper-remap-async-to-generator`, `babel-helper-replace-supers`, `babel-helper-wrap-function`, `babel-helpers`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-traverse`, `babel-types` - [#​14739](https://togithub.com/babel/babel/pull/14739) Provide better parentPath typings ([@​JLHwung](https://togithub.com/JLHwung)) ##### :running_woman: Performance - `babel-generator` - [#​14701](https://togithub.com/babel/babel/pull/14701) perf: Improve generator perf ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
emotion-js/emotion ### [`v11.10.0`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion%2Freact%4011.10.0) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/react@11.9.3...@emotion/react@11.10.0) ##### Minor Changes - [#​2819](https://togithub.com/emotion-js/emotion/pull/2819) [`bbad8c79`](https://togithub.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228) Thanks [@​nicksrandall](https://togithub.com/nicksrandall)! - `exports` field has been added to the `package.json` manifest. It limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API. - [#​2819](https://togithub.com/emotion-js/emotion/pull/2819) [`bbad8c79`](https://togithub.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228) Thanks [@​nicksrandall](https://togithub.com/nicksrandall)! - Thanks to the added `exports` field, the package now includes a `worker` condition that can be utilized by properly configured bundlers when targeting worker-like environments. It fixes the issue with browser-specific files being prioritized by some bundlers when targeting workers. ##### Patch Changes - Updated dependencies \[[`bbad8c79`](https://togithub.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228), [`bbad8c79`](https://togithub.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228)]: - [@​emotion/babel-plugin](https://togithub.com/emotion/babel-plugin)[@​11](https://togithub.com/11).10.0 - [@​emotion/cache](https://togithub.com/emotion/cache)[@​11](https://togithub.com/11).10.0 - [@​emotion/serialize](https://togithub.com/emotion/serialize)[@​1](https://togithub.com/1).1.0 - [@​emotion/utils](https://togithub.com/emotion/utils)[@​1](https://togithub.com/1).2.0 - [@​emotion/weak-memoize](https://togithub.com/emotion/weak-memoize)[@​0](https://togithub.com/0).3.0
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v5.31.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5310-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5307v5310-2022-07-25) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.7...v5.31.0) ##### Bug Fixes - **eslint-plugin:** \[typedef] Support nested array destructuring with type annotation ([#​5311](https://togithub.com/typescript-eslint/typescript-eslint/issues/5311)) ([6d19efe](https://togithub.com/typescript-eslint/typescript-eslint/commit/6d19efed16d1cf0357ad363b6373d2021c49a8c8)) - **scope-manager:** handle typeParameters of TSInstantiationExpression ([#​5355](https://togithub.com/typescript-eslint/typescript-eslint/issues/5355)) ([2595ccf](https://togithub.com/typescript-eslint/typescript-eslint/commit/2595ccf67cd5158edbd6bebd9ac2dbd8bbd8b99c)) ##### Features - **eslint-plugin:** \[consistent-generic-ctors] check class field declaration ([#​5288](https://togithub.com/typescript-eslint/typescript-eslint/issues/5288)) ([48f996e](https://togithub.com/typescript-eslint/typescript-eslint/commit/48f996e8dda79c9c865e8ca6552069902836648b)) - **eslint-plugin:** \[prefer-nullish-coalescing] add ignoreTernaryTests option ([#​4965](https://togithub.com/typescript-eslint/typescript-eslint/issues/4965)) ([f82727f](https://togithub.com/typescript-eslint/typescript-eslint/commit/f82727ffeb97475c07773ca1d1e5b9609fcc5e68)) #### [5.30.7](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.6...v5.30.7) (2022-07-18) ##### Bug Fixes - **eslint-plugin:** \[no-inferrable] fix optional param to valid code ([#​5342](https://togithub.com/typescript-eslint/typescript-eslint/issues/5342)) ([98f6d5e](https://togithub.com/typescript-eslint/typescript-eslint/commit/98f6d5e6d08d1eb9789da52a15f337f5f53438bd)) - **eslint-plugin:** \[no-unused-vars] highlight last write reference ([#​5267](https://togithub.com/typescript-eslint/typescript-eslint/issues/5267)) ([c3f199a](https://togithub.com/typescript-eslint/typescript-eslint/commit/c3f199a65a16aa72f5bb83e81a1ce0ffb5f69772)) #### [5.30.6](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.5...v5.30.6) (2022-07-11) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) #### [5.30.5](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.4...v5.30.5) (2022-07-04) ##### Bug Fixes - **eslint-plugin:** \[consistent-indexed-object-style] fix record mode fixer for generics with a default value ([#​5280](https://togithub.com/typescript-eslint/typescript-eslint/issues/5280)) ([57f032c](https://togithub.com/typescript-eslint/typescript-eslint/commit/57f032c2e6a822c049177713778d0077ee138d9a)) #### [5.30.4](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.3...v5.30.4) (2022-07-03) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) #### [5.30.3](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.2...v5.30.3) (2022-07-01) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) #### [5.30.2](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.1...v5.30.2) (2022-07-01) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) #### [5.30.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.0...v5.30.1) (2022-07-01) ##### Bug Fixes - **eslint-plugin:** \[no-base-to-string] add missing apostrophe to message ([#​5270](https://togithub.com/typescript-eslint/typescript-eslint/issues/5270)) ([d320174](https://togithub.com/typescript-eslint/typescript-eslint/commit/58034e343a167ca7751b54d2b2a0e7d3852aabec)) ### [`v5.30.7`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5307-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5306v5307-2022-07-18) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.6...v5.30.7) ##### Bug Fixes - **eslint-plugin:** \[no-inferrable] fix optional param to valid code ([#​5342](https://togithub.com/typescript-eslint/typescript-eslint/issues/5342)) ([98f6d5e](https://togithub.com/typescript-eslint/typescript-eslint/commit/98f6d5e6d08d1eb9789da52a15f337f5f53438bd)) - **eslint-plugin:** \[no-unused-vars] highlight last write reference ([#​5267](https://togithub.com/typescript-eslint/typescript-eslint/issues/5267)) ([c3f199a](https://togithub.com/typescript-eslint/typescript-eslint/commit/c3f199a65a16aa72f5bb83e81a1ce0ffb5f69772)) ### [`v5.30.6`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5306-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5305v5306-2022-07-11) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.5...v5.30.6) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ### [`v5.30.5`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5305-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5304v5305-2022-07-04) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.4...v5.30.5) ##### Bug Fixes - **eslint-plugin:** \[consistent-indexed-object-style] fix record mode fixer for generics with a default value ([#​5280](https://togithub.com/typescript-eslint/typescript-eslint/issues/5280)) ([57f032c](https://togithub.com/typescript-eslint/typescript-eslint/commit/57f032c2e6a822c049177713778d0077ee138d9a)) ### [`v5.30.4`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5304-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5303v5304-2022-07-03) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.3...v5.30.4) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ### [`v5.30.3`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5303-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5302v5303-2022-07-01) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.2...v5.30.3) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ### [`v5.30.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5302-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5301v5302-2022-07-01) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.1...v5.30.2) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ### [`v5.30.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5301-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5300v5301-2022-07-01) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.0...v5.30.1) ##### Bug Fixes - **eslint-plugin:** \[no-base-to-string] add missing apostrophe to message ([#​5270](https://togithub.com/typescript-eslint/typescript-eslint/issues/5270)) ([d320174](https://togithub.com/typescript-eslint/typescript-eslint/commit/58034e343a167ca7751b54d2b2a0e7d3852aabec))
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v5.31.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5310-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5307v5310-2022-07-25) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.7...v5.31.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [5.30.7](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.6...v5.30.7) (2022-07-18) ##### Bug Fixes - expose types supporting old versions of typescript ([#​5339](https://togithub.com/typescript-eslint/typescript-eslint/issues/5339)) ([4ba9bdb](https://togithub.com/typescript-eslint/typescript-eslint/commit/4ba9bdb93f87e6bc370f13aa1de48f435abe3f88)) #### [5.30.6](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.5...v5.30.6) (2022-07-11) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [5.30.5](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.4...v5.30.5) (2022-07-04) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [5.30.4](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.3...v5.30.4) (2022-07-03) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [5.30.3](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.2...v5.30.3) (2022-07-01) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [5.30.2](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.1...v5.30.2) (2022-07-01) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### 5.30.1 (2022-07-01) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.30.7`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5307-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5306v5307-2022-07-18) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.6...v5.30.7) ##### Bug Fixes - expose types supporting old versions of typescript ([#​5339](https://togithub.com/typescript-eslint/typescript-eslint/issues/5339)) ([4ba9bdb](https://togithub.com/typescript-eslint/typescript-eslint/commit/4ba9bdb93f87e6bc370f13aa1de48f435abe3f88)) ### [`v5.30.6`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5306-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5305v5306-2022-07-11) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.5...v5.30.6) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.30.5`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5305-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5304v5305-2022-07-04) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.4...v5.30.5) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.30.4`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5304-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5303v5304-2022-07-03) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.3...v5.30.4) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.30.3`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5303-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5302v5303-2022-07-01) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.2...v5.30.3) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.30.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5302-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5301v5302-2022-07-01) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.1...v5.30.2) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.30.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5301-2022-07-01) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.30.0...v5.30.1) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
facebook/jest ### [`v28.1.3`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2813) [Compare Source](https://togithub.com/facebook/jest/compare/v28.1.2...v28.1.3) ##### Features - `[jest-leak-detector]` Use native `FinalizationRegistry` when it exists to get rid of external C dependency ([#​12973](https://togithub.com/facebook/jest/pull/12973)) ##### Fixes - `[jest-changed-files]` Fix a lock-up after repeated invocations ([#​12757](https://togithub.com/facebook/jest/issues/12757)) - `[@jest/expect-utils]` Fix deep equality of ImmutableJS OrderedSets ([#​12977](https://togithub.com/facebook/jest/pull/12977)) - `[jest-mock]` Add index signature support for `spyOn` types ([#​13013](https://togithub.com/facebook/jest/pull/13013), [#​13020](https://togithub.com/facebook/jest/pull/13020)) - `[jest-snapshot]` Fix indentation of awaited inline snapshots ([#​12986](https://togithub.com/facebook/jest/pull/12986)) ##### Chore & Maintenance - `[*]` Replace internal usage of `pretty-format/ConvertAnsi` with `jest-serializer-ansi-escapes` ([#​12935](https://togithub.com/facebook/jest/pull/12935), [#​13004](https://togithub.com/facebook/jest/pull/13004)) - `[docs]` Update spyOn docs ([#​13000](https://togithub.com/facebook/jest/pull/13000))
gatsbyjs/gatsby (babel-preset-gatsby) ### [`v2.19.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/babel-preset-gatsby/CHANGELOG.md#​2190-httpsgithubcomgatsbyjsgatsbycommitsbabel-preset-gatsby2190packagesbabel-preset-gatsby-2022-07-19) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@2.18.1...babel-preset-gatsby@2.19.0) [๐Ÿงพ Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.19) ##### Features - Gatsby Head API [#​35980](https://togithub.com/gatsbyjs/gatsby/issues/35980) ([40810c4](https://togithub.com/gatsbyjs/gatsby/commit/40810c46d18753ea10c8f60ebdabc164482e7983)) ##### [2.18.1](https://togithub.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@2.18.1/packages/babel-preset-gatsby) (2022-07-12) **Note:** Version bump only for package babel-preset-gatsby ### [`v2.18.1`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/babel-preset-gatsby/CHANGELOG.md#​2181-httpsgithubcomgatsbyjsgatsbycommitsbabel-preset-gatsby2181packagesbabel-preset-gatsby-2022-07-12) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@2.18.0...babel-preset-gatsby@2.18.1) **Note:** Version bump only for package babel-preset-gatsby ### [`v2.18.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/babel-preset-gatsby/CHANGELOG.md#​2180-httpsgithubcomgatsbyjsgatsbycommitsbabel-preset-gatsby2180packagesbabel-preset-gatsby-2022-07-05) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@2.17.0...babel-preset-gatsby@2.18.0) [๐Ÿงพ Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.18) **Note:** Version bump only for package babel-preset-gatsby
twbs/bootstrap ### [`v5.2.0`](https://togithub.com/twbs/bootstrap/releases/tag/v5.2.0) [Compare Source](https://togithub.com/twbs/bootstrap/compare/v5.1.3...v5.2.0) #### ๐Ÿš€ Highlights - [#​36168](https://togithub.com/twbs/bootstrap/issues/36168): Manually set hover and active backgrounds and borders for dark and light buttons - [#​36327](https://togithub.com/twbs/bootstrap/issues/36327): Truncate text to prevent multiline floating label - [#​36382](https://togithub.com/twbs/bootstrap/issues/36382): Rewrite Webpack guide - [#​36411](https://togithub.com/twbs/bootstrap/issues/36411): Rewrite Parcel guide - [#​36412](https://togithub.com/twbs/bootstrap/issues/36412): Docs: Add a Vite Getting Started guide - [#​36500](https://togithub.com/twbs/bootstrap/issues/36500): Generate local CSS variables on utilities when using state option - [#​36528](https://togithub.com/twbs/bootstrap/issues/36528): Scrollspy: enable `smooth-scroll` behavior #### ๐Ÿš€ Features - [#​36352](https://togithub.com/twbs/bootstrap/issues/36352): Fix StackBlitz examples by embedding snippets.js when needed - [#​36528](https://togithub.com/twbs/bootstrap/issues/36528): Scrollspy: enable `smooth-scroll` behavior - [#​36759](https://togithub.com/twbs/bootstrap/issues/36759): Support input groups in floating forms #### ๐ŸŽจ CSS - [#​36156](https://togithub.com/twbs/bootstrap/issues/36156): Update `.form-control-color` sizing and styles - [#​36168](https://togithub.com/twbs/bootstrap/issues/36168): Manually set hover and active backgrounds and borders for dark and light buttons - [#​36178](https://togithub.com/twbs/bootstrap/issues/36178): Add a banner mixin, helping future releases and maintenance - [#​36327](https://togithub.com/twbs/bootstrap/issues/36327): Truncate text to prevent multiline floating label - [#​36353](https://togithub.com/twbs/bootstrap/issues/36353): Fix offcanvas not showing with `.showing` - [#​36366](https://togithub.com/twbs/bootstrap/issues/36366): add back focus box shadow to `btn-link` - [#​36406](https://togithub.com/twbs/bootstrap/issues/36406): CSS: few proposals - [#​36423](https://togithub.com/twbs/bootstrap/issues/36423): Stylelint: Disable `custom-property-empty-line-before` - [#​36446](https://togithub.com/twbs/bootstrap/issues/36446): Update Sass for computing `.table-group-divider` border - [#​36447](https://togithub.com/twbs/bootstrap/issues/36447): Fix `.dropdown-item` `border-radius` when `$dropdown-padding-y` is `0` - [#​36461](https://togithub.com/twbs/bootstrap/issues/36461): Fix alert border radius - [#​36476](https://togithub.com/twbs/bootstrap/issues/36476): Docs: fix Reboot Horizontal rules using border utilities - [#​36477](https://togithub.com/twbs/bootstrap/issues/36477): Docs: remove unused \_algolia.scss - [#​36499](https://togithub.com/twbs/bootstrap/issues/36499): Don't style `readonly` inputs as `disabled` - [#​36500](https://togithub.com/twbs/bootstrap/issues/36500): Generate local CSS variables on utilities when using state option - [#​36509](https://togithub.com/twbs/bootstrap/issues/36509): Remove `--bs-headings-color` CSS variable due to backward compatibility issues - [#​36535](https://togithub.com/twbs/bootstrap/issues/36535): Fix 'Remove from map' Sass description - [#​36608](https://togithub.com/twbs/bootstrap/issues/36608): dashboard example: minor fix - [#​36627](https://togithub.com/twbs/bootstrap/issues/36627): Fix search modal z-index to be on top of all docs showcased components - [#​36646](https://togithub.com/twbs/bootstrap/issues/36646): Fix tooltip/badge border radius when rounded disabled - [#​36680](https://togithub.com/twbs/bootstrap/issues/36680): Revert [`db61cf3`](https://togithub.com/twbs/bootstrap/commit/db61cf3) for `$text-muted` default value - [#​36689](https://togithub.com/twbs/bootstrap/issues/36689): Add missing CSS vars for `.navbar-nav` - [#​36704](https://togithub.com/twbs/bootstrap/issues/36704): Fix missing `--bs-btn-disabled-border-color` in `button-outline-variant` mixin - [#​36711](https://togithub.com/twbs/bootstrap/issues/36711): Add `$display-font-family` and `$display-font-style` - [#​36740](https://togithub.com/twbs/bootstrap/issues/36740): Fixing pagination compile issue - [#​36747](https://togithub.com/twbs/bootstrap/issues/36747): Fix active/focused button link text color - [#​36759](https://togithub.com/twbs/bootstrap/issues/36759): Support input groups in floating forms #### โ˜•๏ธ JavaScript - [#​35679](https://togithub.com/twbs/bootstrap/issues/35679): Force tooltip and popover to recreate content every time it opens - [#​36171](https://togithub.com/twbs/bootstrap/issues/36171): Assorted Event handler patches - [#​36386](https://togithub.com/twbs/bootstrap/issues/36386): Fix interoperability issue regarding Event properties - [#​36398](https://togithub.com/twbs/bootstrap/issues/36398): JS: tests fixes & standardization of spies usage - [#​36401](https://togithub.com/twbs/bootstrap/issues/36401): Change Modal dismiss handler, listening to key down, instead of click - [#​36440](https://togithub.com/twbs/bootstrap/issues/36440): Re-ordering js default objects - [#​36449](https://togithub.com/twbs/bootstrap/issues/36449): Fix StackBlitz Popovers and Tooltips examples - [#​36528](https://togithub.com/twbs/bootstrap/issues/36528): Scrollspy: enable `smooth-scroll` behavior - [#​36561](https://togithub.com/twbs/bootstrap/issues/36561): Fix possible bug on event handler - [#​36588](https://togithub.com/twbs/bootstrap/issues/36588): Handle non-empty whitespace textContent in Tooltip trigger - [#​36622](https://togithub.com/twbs/bootstrap/issues/36622): Remove `.show` from panels dependent-less on the existence of `.fade` class - [#​36668](https://togithub.com/twbs/bootstrap/issues/36668): Fix on [#​35679](https://togithub.com/twbs/bootstrap/issues/35679) - [#​36717](https://togithub.com/twbs/bootstrap/issues/36717): Offcanvas: activate focustrap when backdrop is enabled - [#​36758](https://togithub.com/twbs/bootstrap/issues/36758): Docs: Fix typos in snippets.js - [#​36772](https://togithub.com/twbs/bootstrap/issues/36772): Fix event handler test #### ๐Ÿ“– Docs - [#​36345](https://togithub.com/twbs/bootstrap/issues/36345): docs: add the version in npm/yarn commands - [#​36346](https://togithub.com/twbs/bootstrap/issues/36346): Docs: improve image compression - [#​36352](https://togithub.com/twbs/bootstrap/issues/36352): Fix StackBlitz examples by embedding snippets.js when needed - [#​36362](https://togithub.com/twbs/bootstrap/issues/36362): Update search box styling and position - [#​36363](https://togithub.com/twbs/bootstrap/issues/36363): Add some details on "javascript" page - [#​36367](https://togithub.com/twbs/bootstrap/issues/36367): Docs: Correct rounded sizes number - [#​36376](https://togithub.com/twbs/bootstrap/issues/36376): Fix missing Swag Store URL - [#​36382](https://togithub.com/twbs/bootstrap/issues/36382): Rewrite Webpack guide - [#​36395](https://togithub.com/twbs/bootstrap/issues/36395): Docs: quick fixes for HTML - [#​36406](https://togithub.com/twbs/bootstrap/issues/36406): CSS: few proposals - [#​36410](https://togithub.com/twbs/bootstrap/issues/36410): Update introduction.md - [#​36411](https://togithub.com/twbs/bootstrap/issues/36411): Rewrite Parcel guide - [#​36412](https://togithub.com/twbs/bootstrap/issues/36412): Docs: Add a Vite Getting Started guide - [#​36414](https://togithub.com/twbs/bootstrap/issues/36414): Add docs info for using JS w/ ESM shim - [#​36417](https://togithub.com/twbs/bootstrap/issues/36417): Docs: Remove `.is-invalid` from textarea validation example - [#​36425](https://togithub.com/twbs/bootstrap/issues/36425): CSS: doc fixes - [#​36444](https://togithub.com/twbs/bootstrap/issues/36444): Update import order for utilities API docs - [#​36449](https://togithub.com/twbs/bootstrap/issues/36449): Fix StackBlitz Popovers and Tooltips examples - [#​36450](https://togithub.com/twbs/bootstrap/issues/36450): Docs: Use example shortcode for all Button groups - [#​36476](https://togithub.com/twbs/bootstrap/issues/36476): Docs: fix Reboot Horizontal rules using border utilities - [#​36477](https://togithub.com/twbs/bootstrap/issues/36477): Docs: remove unused \_algolia.scss - [#​36487](https://togithub.com/twbs/bootstrap/issues/36487): Remove confusing unnecessary id/aria-labelledby for dropdown menus - [#​36488](https://togithub.com/twbs/bootstrap/issues/36488): Docs: fix some ARIA Authoring Practices Guides broken links - [#​36489](https://togithub.com/twbs/bootstrap/issues/36489): Docs: Update some WCAG links, expand sass.md contrast explanation - [#

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.



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 Sep 1, 2022 at 6:33AM (UTC)