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))
### [`v7.18.13`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v71813-2022-08-22)
[Compare Source](https://togithub.com/babel/babel/compare/v7.18.10...v7.18.13)
##### :bug: Bug Fix
- `babel-generator`
- [#14869](https://togithub.com/babel/babel/pull/14869) fix: jsx with `retainLines` ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu))
- `babel-core`
- [#14843](https://togithub.com/babel/babel/pull/14843) Fix a race condition in `@babel/core` ([@JLHwung](https://togithub.com/JLHwung))
- `babel-plugin-transform-destructuring`
- [#14841](https://togithub.com/babel/babel/pull/14841) fix: Destructuring exceptions in nested `for` expressions ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu))
##### :nail_care: Polish
- `babel-traverse`
- [#14833](https://togithub.com/babel/babel/pull/14833) Let `path.remove()` remove `IfStatement.alternate` ([@djpohly](https://togithub.com/djpohly))
- [#14837](https://togithub.com/babel/babel/pull/14837) Add support for static evaluation of ?? operator ([@djpohly](https://togithub.com/djpohly))
##### :house: Internal
- [#14846](https://togithub.com/babel/babel/pull/14846) fix: Print build logs correctly ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu))
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))
### [`v2.22.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/babel-preset-gatsby/CHANGELOG.md#2220-httpsgithubcomgatsbyjsgatsbycommitsbabel-preset-gatsby2220packagesbabel-preset-gatsby-2022-08-30)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/b8eac2dd0521f2ce2199fd13b7d8484852d7bc1e...78f8c7a599748feed4865cdc832a07537d44ded8)
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.22)
**Note:** Version bump only for package babel-preset-gatsby
### [`v2.21.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/babel-preset-gatsby/CHANGELOG.md#2210-httpsgithubcomgatsbyjsgatsbycommitsbabel-preset-gatsby2210packagesbabel-preset-gatsby-2022-08-16)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/v2.20.0...b8eac2dd0521f2ce2199fd13b7d8484852d7bc1e)
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.21)
**Note:** Version bump only for package babel-preset-gatsby
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: gatsbyjs/gatsby (gatsby)
### [`v4.24.1`](https://togithub.com/gatsbyjs/gatsby/compare/9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303...8a44d0fcdff481ef079059e024a0d7a20acb39aa)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303...8a44d0fcdff481ef079059e024a0d7a20acb39aa)
### [`v4.24.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.24.0)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/a6b1513e657e2f0cbdf7626fa0584d7353be8fba...9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303)
Welcome to `gatsby@4.24.0` release (September 2022 #2)
Key highlights of this release:
- [Gatsby 5 Alpha](https://www.gatsbyjs.com/docs/reference/release-notes/v4.24/#gatsby-5-alpha)
- [Updating File System Routes on data changes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.24/#updating-file-system-routes-on-data-changes)
**Bleeding Edge**: Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues).
[Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.23)
[Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.24.0-next.0...gatsby@4.24.0)
### [`v4.23.1`](https://togithub.com/gatsbyjs/gatsby/compare/92543afcb355afc0990affae06b56a1e1841b7e4...a6b1513e657e2f0cbdf7626fa0584d7353be8fba)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/92543afcb355afc0990affae06b56a1e1841b7e4...a6b1513e657e2f0cbdf7626fa0584d7353be8fba)
### [`v4.23.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.23.0)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/3265a992213672ec9276d1e8bfbce3d5bf696cbd...92543afcb355afc0990affae06b56a1e1841b7e4)
Welcome to `gatsby@4.23.0` release (September 2022 #1)
Key highlights of this release:
- [Open RFCs](https://www.gatsbyjs.com/docs/reference/release-notes/v4.23/#open-rfcs)
**Bleeding Edge**: Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues).
[Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.22)
[Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.23.0-next.0...gatsby@4.23.0)
### [`v4.22.1`](https://togithub.com/gatsbyjs/gatsby/compare/78f8c7a599748feed4865cdc832a07537d44ded8...3265a992213672ec9276d1e8bfbce3d5bf696cbd)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/78f8c7a599748feed4865cdc832a07537d44ded8...3265a992213672ec9276d1e8bfbce3d5bf696cbd)
### [`v4.22.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.22.0)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/00669243cca49f3d70b1bcea7790096367fe2c04...78f8c7a599748feed4865cdc832a07537d44ded8)
Welcome to `gatsby@4.22.0` release (August 2022 #3)
Key highlights of this release:
- [Open RFCs](https://www.gatsbyjs.com/docs/reference/release-notes/v4.22/#open-rfcs)
**Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues).
[Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.21)
[Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.22.0-next.0...gatsby@4.22.0)
### [`v4.21.1`](https://togithub.com/gatsbyjs/gatsby/compare/b8eac2dd0521f2ce2199fd13b7d8484852d7bc1e...00669243cca49f3d70b1bcea7790096367fe2c04)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/b8eac2dd0521f2ce2199fd13b7d8484852d7bc1e...00669243cca49f3d70b1bcea7790096367fe2c04)
### [`v4.21.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.21.0)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/3ec74acade17fe80c6281c7d0caf52a78a018810...b8eac2dd0521f2ce2199fd13b7d8484852d7bc1e)
Welcome to `gatsby@4.21.0` release (August 2022 #2)
Key highlights of this release:
- [`gatsby-plugin-mdx` v4](https://www.gatsbyjs.com/docs/reference/release-notes/v4.21/#gatsby-plugin-mdx-v4)
- [Open RFCs](https://www.gatsbyjs.com/docs/reference/release-notes/v4.21/#open-rfcs)
**Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues).
[Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.20)
[Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.21.0-next.0...gatsby@4.21.0)
codeAdrian/gatsby-omni-font-loader
### [`v2.0.2`](https://togithub.com/codeAdrian/gatsby-omni-font-loader/releases/tag/v2.0.2)
[Compare Source](https://togithub.com/codeAdrian/gatsby-omni-font-loader/compare/v2.0.1...v2.0.2)
- Fix for link [`381c82f`](https://togithub.com/codeAdrian/gatsby-omni-font-loader/commit/381c82f)
- Merge branch 'main' of github.com:codeAdrian/gatsby-omni-font-loader [`bc11081`](https://togithub.com/codeAdrian/gatsby-omni-font-loader/commit/bc11081)
- Update package.json [`1317971`](https://togithub.com/codeAdrian/gatsby-omni-font-loader/commit/1317971)
gatsbyjs/gatsby (gatsby-remark-images)
### [`v6.24.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-remark-images/CHANGELOG.md#6240-httpsgithubcomgatsbyjsgatsbycommitsgatsby-remark-images6240packagesgatsby-remark-images-2022-09-27)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/a6b1513e657e2f0cbdf7626fa0584d7353be8fba...9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303)
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.24)
**Note:** Version bump only for package gatsby-remark-images
##### [6.23.1](https://togithub.com/gatsbyjs/gatsby/commits/gatsby-remark-images@6.23.1/packages/gatsby-remark-images) (2022-09-22)
**Note:** Version bump only for package gatsby-remark-images
### [`v6.23.1`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-remark-images/CHANGELOG.md#6231-httpsgithubcomgatsbyjsgatsbycommitsgatsby-remark-images6231packagesgatsby-remark-images-2022-09-22)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/92543afcb355afc0990affae06b56a1e1841b7e4...a6b1513e657e2f0cbdf7626fa0584d7353be8fba)
**Note:** Version bump only for package gatsby-remark-images
### [`v6.23.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-remark-images/CHANGELOG.md#6230-httpsgithubcomgatsbyjsgatsbycommitsgatsby-remark-images6230packagesgatsby-remark-images-2022-09-13)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/78f8c7a599748feed4865cdc832a07537d44ded8...92543afcb355afc0990affae06b56a1e1841b7e4)
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.23)
**Note:** Version bump only for package gatsby-remark-images
### [`v6.22.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-remark-images/CHANGELOG.md#6220-httpsgithubcomgatsbyjsgatsbycommitsgatsby-remark-images6220packagesgatsby-remark-images-2022-08-30)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/b8eac2dd0521f2ce2199fd13b7d8484852d7bc1e...78f8c7a599748feed4865cdc832a07537d44ded8)
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.22)
##### Chores
- bump min potrace version [#36443](https://togithub.com/gatsbyjs/gatsby/issues/36443) ([0d896ae](https://togithub.com/gatsbyjs/gatsby/commit/0d896aefa5db6a1929d9982fdcb5a7780ecc0794))
### [`v6.21.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-remark-images/CHANGELOG.md#6210-httpsgithubcomgatsbyjsgatsbycommitsgatsby-remark-images6210packagesgatsby-remark-images-2022-08-16)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/3ec74acade17fe80c6281c7d0caf52a78a018810...b8eac2dd0521f2ce2199fd13b7d8484852d7bc1e)
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.21)
**Note:** Version bump only for package gatsby-remark-images
gatsbyjs/gatsby (gatsby-source-filesystem)
### [`v4.24.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-source-filesystem/CHANGELOG.md#4240-httpsgithubcomgatsbyjsgatsbycommitsgatsby-source-filesystem4240packagesgatsby-source-filesystem-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 gatsby-source-filesystem
### [`v4.23.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-source-filesystem/CHANGELOG.md#4230-httpsgithubcomgatsbyjsgatsbycommitsgatsby-source-filesystem4230packagesgatsby-source-filesystem-2022-09-13)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/78f8c7a599748feed4865cdc832a07537d44ded8...92543afcb355afc0990affae06b56a1e1841b7e4)
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.23)
**Note:** Version bump only for package gatsby-source-filesystem
### [`v4.22.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-source-filesystem/CHANGELOG.md#4220-httpsgithubcomgatsbyjsgatsbycommitsgatsby-source-filesystem4220packagesgatsby-source-filesystem-2022-08-30)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/00669243cca49f3d70b1bcea7790096367fe2c04...78f8c7a599748feed4865cdc832a07537d44ded8)
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.22)
##### Chores
- pin xstate [#36398](https://togithub.com/gatsbyjs/gatsby/issues/36398) ([6e4a0de](https://togithub.com/gatsbyjs/gatsby/commit/6e4a0de10b395d0addf11c77b89a846f94a1b432))
- Remove unused deps [#36368](https://togithub.com/gatsbyjs/gatsby/issues/36368) ([8bad1a7](https://togithub.com/gatsbyjs/gatsby/commit/8bad1a7a612c121fd4c8965c76cf7a0d87fbc3fa))
##### [4.21.1](https://togithub.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@4.21.1/packages/gatsby-source-filesystem) (2022-08-18)
##### Chores
- pin xstate [#36398](https://togithub.com/gatsbyjs/gatsby/issues/36398) [#36415](https://togithub.com/gatsbyjs/gatsby/issues/36415) ([29c7ad1](https://togithub.com/gatsbyjs/gatsby/commit/29c7ad1335cf25af3a326ea2813399ddfd8ea877))
### [`v4.21.1`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-source-filesystem/CHANGELOG.md#4211-httpsgithubcomgatsbyjsgatsbycommitsgatsby-source-filesystem4211packagesgatsby-source-filesystem-2022-08-18)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/b8eac2dd0521f2ce2199fd13b7d8484852d7bc1e...00669243cca49f3d70b1bcea7790096367fe2c04)
##### Chores
- pin xstate [#36398](https://togithub.com/gatsbyjs/gatsby/issues/36398) [#36415](https://togithub.com/gatsbyjs/gatsby/issues/36415) ([29c7ad1](https://togithub.com/gatsbyjs/gatsby/commit/29c7ad1335cf25af3a326ea2813399ddfd8ea877))
### [`v4.21.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-source-filesystem/CHANGELOG.md#4210-httpsgithubcomgatsbyjsgatsbycommitsgatsby-source-filesystem4210packagesgatsby-source-filesystem-2022-08-16)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/3ec74acade17fe80c6281c7d0caf52a78a018810...b8eac2dd0521f2ce2199fd13b7d8484852d7bc1e)
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.21)
##### Bug Fixes
- update dependency file-type to ^16.5.4 for gatsby-source-filesystem [#36276](https://togithub.com/gatsbyjs/gatsby/issues/36276) ([2bbe96d](https://togithub.com/gatsbyjs/gatsby/commit/2bbe96d9099e1c3d9b64ab3bb5c9b257c40386b9))
##### Chores
- Update `got` [#36366](https://togithub.com/gatsbyjs/gatsby/issues/36366) ([ab55e4e](https://togithub.com/gatsbyjs/gatsby/commit/ab55e4e30a023d56e4c4332dfd278015a0f49ee0))
gatsbyjs/gatsby (gatsby-transformer-remark)
### [`v5.24.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-transformer-remark/CHANGELOG.md#5240-httpsgithubcomgatsbyjsgatsbycommitsgatsby-transformer-remark5240packagesgatsby-transformer-remark-2022-09-27)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/a6b1513e657e2f0cbdf7626fa0584d7353be8fba...9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303)
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.24)
**Note:** Version bump only for package gatsby-transformer-remark
##### [5.23.1](https://togithub.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@5.23.1/packages/gatsby-transformer-remark) (2022-09-22)
**Note:** Version bump only for package gatsby-transformer-remark
### [`v5.23.1`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-transformer-remark/CHANGELOG.md#5231-httpsgithubcomgatsbyjsgatsbycommitsgatsby-transformer-remark5231packagesgatsby-transformer-remark-2022-09-22)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/92543afcb355afc0990affae06b56a1e1841b7e4...a6b1513e657e2f0cbdf7626fa0584d7353be8fba)
**Note:** Version bump only for package gatsby-transformer-remark
### [`v5.23.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-transformer-remark/CHANGELOG.md#5230-httpsgithubcomgatsbyjsgatsbycommitsgatsby-transformer-remark5230packagesgatsby-transformer-remark-2022-09-13)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/78f8c7a599748feed4865cdc832a07537d44ded8...92543afcb355afc0990affae06b56a1e1841b7e4)
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.23)
##### Chores
- Cleanup v4 compile flag conditions [#36486](https://togithub.com/gatsbyjs/gatsby/issues/36486) ([9dcc773](https://togithub.com/gatsbyjs/gatsby/commit/9dcc77340675a3b9a2f57c82e4b4e19c57072cfb))
### [`v5.22.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-transformer-remark/CHANGELOG.md#5220-httpsgithubcomgatsbyjsgatsbycommitsgatsby-transformer-remark5220packagesgatsby-transformer-remark-2022-08-30)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/b8eac2dd0521f2ce2199fd13b7d8484852d7bc1e...78f8c7a599748feed4865cdc832a07537d44ded8)
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.22)
**Note:** Version bump only for package gatsby-transformer-remark
### [`v5.21.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-transformer-remark/CHANGELOG.md#5210-httpsgithubcomgatsbyjsgatsbycommitsgatsby-transformer-remark5210packagesgatsby-transformer-remark-2022-08-16)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/3ec74acade17fe80c6281c7d0caf52a78a018810...b8eac2dd0521f2ce2199fd13b7d8484852d7bc1e)
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.21)
**Note:** Version bump only for package gatsby-transformer-remark
gatsbyjs/gatsby (gatsby-transformer-sharp)
### [`v4.24.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-transformer-sharp/CHANGELOG.md#4240-httpsgithubcomgatsbyjsgatsbycommitsgatsby-transformer-sharp4240packagesgatsby-transformer-sharp-2022-09-27)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/a6b1513e657e2f0cbdf7626fa0584d7353be8fba...9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303)
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.24)
**Note:** Version bump only for package gatsby-transformer-sharp
##### [4.23.1](https://togithub.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@4.23.1/packages/gatsby-transformer-sharp) (2022-09-22)
**Note:** Version bump only for package gatsby-transformer-sharp
### [`v4.23.1`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-transformer-sharp/CHANGELOG.md#4231-httpsgithubcomgatsbyjsgatsbycommitsgatsby-transformer-sharp4231packagesgatsby-transformer-sharp-2022-09-22)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/92543afcb355afc0990affae06b56a1e1841b7e4...a6b1513e657e2f0cbdf7626fa0584d7353be8fba)
**Note:** Version bump only for package gatsby-transformer-sharp
### [`v4.23.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-transformer-sharp/CHANGELOG.md#4230-httpsgithubcomgatsbyjsgatsbycommitsgatsby-transformer-sharp4230packagesgatsby-transformer-sharp-2022-09-13)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/78f8c7a599748feed4865cdc832a07537d44ded8...92543afcb355afc0990affae06b56a1e1841b7e4)
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.23)
**Note:** Version bump only for package gatsby-transformer-sharp
### [`v4.22.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-transformer-sharp/CHANGELOG.md#4220-httpsgithubcomgatsbyjsgatsbycommitsgatsby-transformer-sharp4220packagesgatsby-transformer-sharp-2022-08-30)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/b8eac2dd0521f2ce2199fd13b7d8484852d7bc1e...78f8c7a599748feed4865cdc832a07537d44ded8)
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.22)
##### Chores
- bump min potrace version [#36443](https://togithub.com/gatsbyjs/gatsby/issues/36443) ([0d896ae](https://togithub.com/gatsbyjs/gatsby/commit/0d896aefa5db6a1929d9982fdcb5a7780ecc0794))
### [`v4.21.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-transformer-sharp/CHANGELOG.md#4210-httpsgithubcomgatsbyjsgatsbycommitsgatsby-transformer-sharp4210packagesgatsby-transformer-sharp-2022-08-16)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/3ec74acade17fe80c6281c7d0caf52a78a018810...b8eac2dd0521f2ce2199fd13b7d8484852d7bc1e)
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.21)
##### Chores
- update sharp [#35539](https://togithub.com/gatsbyjs/gatsby/issues/35539) ([a9132a5](https://togithub.com/gatsbyjs/gatsby/commit/a9132a53eac37f713e8cb8a8246c62f4f8d8f142))
react-bootstrap/react-bootstrap
### [`v2.5.0`](https://togithub.com/react-bootstrap/react-bootstrap/blob/HEAD/CHANGELOG.md#250-httpsgithubcomreact-bootstrapreact-bootstrapcomparev250-beta1v250-2022-08-05)
[Compare Source](https://togithub.com/react-bootstrap/react-bootstrap/compare/v2.4.0...v2.5.0)
##### Bug Fixes
- **Offcanvas:** prevent children mounting twice on show when not responsive ([#6416](https://togithub.com/react-bootstrap/react-bootstrap/issues/6416)) ([e2c4eeb](https://togithub.com/react-bootstrap/react-bootstrap/commit/e2c4eeba38b9e44642bd10daaa1d268d5fc98ea6))
- ensure consistent API for custom variants ([#6398](https://togithub.com/react-bootstrap/react-bootstrap/issues/6398)) ([8a81903](https://togithub.com/react-bootstrap/react-bootstrap/commit/8a8190310a5cac9bd9ea7ac1179950b602f7b3c7))
- update [@restart/ui](https://togithub.com/restart/ui) to 1.3.1 ([#6408](https://togithub.com/react-bootstrap/react-bootstrap/issues/6408)) ([a49d435](https://togithub.com/react-bootstrap/react-bootstrap/commit/a49d4350899f432e61299ade40900d73174ff0e5))
Configuration
📅 Schedule: Branch creation - "after 1am and before 6am on the 1st through 3rd day of the month" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR contains the following updates:
^7.18.10
->^7.19.3
^7.18.9
->^7.19.1
^2.20.0
->^2.24.0
^5.2.0
->^5.2.1
^4.20.0
->^4.24.1
^2.0.1
->^2.0.2
^6.20.0
->^6.24.0
^4.20.0
->^4.24.0
^5.20.0
->^5.24.0
^4.20.0
->^4.24.0
^2.4.0
->^2.5.0
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)) ### [`v7.18.13`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v71813-2022-08-22) [Compare Source](https://togithub.com/babel/babel/compare/v7.18.10...v7.18.13) ##### :bug: Bug Fix - `babel-generator` - [#14869](https://togithub.com/babel/babel/pull/14869) fix: jsx with `retainLines` ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-core` - [#14843](https://togithub.com/babel/babel/pull/14843) Fix a race condition in `@babel/core` ([@JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-destructuring` - [#14841](https://togithub.com/babel/babel/pull/14841) fix: Destructuring exceptions in nested `for` expressions ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :nail_care: Polish - `babel-traverse` - [#14833](https://togithub.com/babel/babel/pull/14833) Let `path.remove()` remove `IfStatement.alternate` ([@djpohly](https://togithub.com/djpohly)) - [#14837](https://togithub.com/babel/babel/pull/14837) Add support for static evaluation of ?? operator ([@djpohly](https://togithub.com/djpohly)) ##### :house: Internal - [#14846](https://togithub.com/babel/babel/pull/14846) fix: Print build logs correctly ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu))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)) ### [`v2.22.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/babel-preset-gatsby/CHANGELOG.md#2220-httpsgithubcomgatsbyjsgatsbycommitsbabel-preset-gatsby2220packagesbabel-preset-gatsby-2022-08-30) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/b8eac2dd0521f2ce2199fd13b7d8484852d7bc1e...78f8c7a599748feed4865cdc832a07537d44ded8) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.22) **Note:** Version bump only for package babel-preset-gatsby ### [`v2.21.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/babel-preset-gatsby/CHANGELOG.md#2210-httpsgithubcomgatsbyjsgatsbycommitsbabel-preset-gatsby2210packagesbabel-preset-gatsby-2022-08-16) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/v2.20.0...b8eac2dd0521f2ce2199fd13b7d8484852d7bc1e) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.21) **Note:** Version bump only for package babel-preset-gatsbytwbs/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:gatsbyjs/gatsby (gatsby)
### [`v4.24.1`](https://togithub.com/gatsbyjs/gatsby/compare/9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303...8a44d0fcdff481ef079059e024a0d7a20acb39aa) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303...8a44d0fcdff481ef079059e024a0d7a20acb39aa) ### [`v4.24.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.24.0) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/a6b1513e657e2f0cbdf7626fa0584d7353be8fba...9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303) Welcome to `gatsby@4.24.0` release (September 2022 #2) Key highlights of this release: - [Gatsby 5 Alpha](https://www.gatsbyjs.com/docs/reference/release-notes/v4.24/#gatsby-5-alpha) - [Updating File System Routes on data changes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.24/#updating-file-system-routes-on-data-changes) **Bleeding Edge**: Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.23) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.24.0-next.0...gatsby@4.24.0) ### [`v4.23.1`](https://togithub.com/gatsbyjs/gatsby/compare/92543afcb355afc0990affae06b56a1e1841b7e4...a6b1513e657e2f0cbdf7626fa0584d7353be8fba) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/92543afcb355afc0990affae06b56a1e1841b7e4...a6b1513e657e2f0cbdf7626fa0584d7353be8fba) ### [`v4.23.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.23.0) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/3265a992213672ec9276d1e8bfbce3d5bf696cbd...92543afcb355afc0990affae06b56a1e1841b7e4) Welcome to `gatsby@4.23.0` release (September 2022 #1) Key highlights of this release: - [Open RFCs](https://www.gatsbyjs.com/docs/reference/release-notes/v4.23/#open-rfcs) **Bleeding Edge**: Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.22) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.23.0-next.0...gatsby@4.23.0) ### [`v4.22.1`](https://togithub.com/gatsbyjs/gatsby/compare/78f8c7a599748feed4865cdc832a07537d44ded8...3265a992213672ec9276d1e8bfbce3d5bf696cbd) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/78f8c7a599748feed4865cdc832a07537d44ded8...3265a992213672ec9276d1e8bfbce3d5bf696cbd) ### [`v4.22.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.22.0) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/00669243cca49f3d70b1bcea7790096367fe2c04...78f8c7a599748feed4865cdc832a07537d44ded8) Welcome to `gatsby@4.22.0` release (August 2022 #3) Key highlights of this release: - [Open RFCs](https://www.gatsbyjs.com/docs/reference/release-notes/v4.22/#open-rfcs) **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.21) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.22.0-next.0...gatsby@4.22.0) ### [`v4.21.1`](https://togithub.com/gatsbyjs/gatsby/compare/b8eac2dd0521f2ce2199fd13b7d8484852d7bc1e...00669243cca49f3d70b1bcea7790096367fe2c04) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/b8eac2dd0521f2ce2199fd13b7d8484852d7bc1e...00669243cca49f3d70b1bcea7790096367fe2c04) ### [`v4.21.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.21.0) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/3ec74acade17fe80c6281c7d0caf52a78a018810...b8eac2dd0521f2ce2199fd13b7d8484852d7bc1e) Welcome to `gatsby@4.21.0` release (August 2022 #2) Key highlights of this release: - [`gatsby-plugin-mdx` v4](https://www.gatsbyjs.com/docs/reference/release-notes/v4.21/#gatsby-plugin-mdx-v4) - [Open RFCs](https://www.gatsbyjs.com/docs/reference/release-notes/v4.21/#open-rfcs) **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.20) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.21.0-next.0...gatsby@4.21.0)codeAdrian/gatsby-omni-font-loader
### [`v2.0.2`](https://togithub.com/codeAdrian/gatsby-omni-font-loader/releases/tag/v2.0.2) [Compare Source](https://togithub.com/codeAdrian/gatsby-omni-font-loader/compare/v2.0.1...v2.0.2) - Fix for link [`381c82f`](https://togithub.com/codeAdrian/gatsby-omni-font-loader/commit/381c82f) - Merge branch 'main' of github.com:codeAdrian/gatsby-omni-font-loader [`bc11081`](https://togithub.com/codeAdrian/gatsby-omni-font-loader/commit/bc11081) - Update package.json [`1317971`](https://togithub.com/codeAdrian/gatsby-omni-font-loader/commit/1317971)gatsbyjs/gatsby (gatsby-remark-images)
### [`v6.24.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-remark-images/CHANGELOG.md#6240-httpsgithubcomgatsbyjsgatsbycommitsgatsby-remark-images6240packagesgatsby-remark-images-2022-09-27) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/a6b1513e657e2f0cbdf7626fa0584d7353be8fba...9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.24) **Note:** Version bump only for package gatsby-remark-images ##### [6.23.1](https://togithub.com/gatsbyjs/gatsby/commits/gatsby-remark-images@6.23.1/packages/gatsby-remark-images) (2022-09-22) **Note:** Version bump only for package gatsby-remark-images ### [`v6.23.1`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-remark-images/CHANGELOG.md#6231-httpsgithubcomgatsbyjsgatsbycommitsgatsby-remark-images6231packagesgatsby-remark-images-2022-09-22) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/92543afcb355afc0990affae06b56a1e1841b7e4...a6b1513e657e2f0cbdf7626fa0584d7353be8fba) **Note:** Version bump only for package gatsby-remark-images ### [`v6.23.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-remark-images/CHANGELOG.md#6230-httpsgithubcomgatsbyjsgatsbycommitsgatsby-remark-images6230packagesgatsby-remark-images-2022-09-13) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/78f8c7a599748feed4865cdc832a07537d44ded8...92543afcb355afc0990affae06b56a1e1841b7e4) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.23) **Note:** Version bump only for package gatsby-remark-images ### [`v6.22.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-remark-images/CHANGELOG.md#6220-httpsgithubcomgatsbyjsgatsbycommitsgatsby-remark-images6220packagesgatsby-remark-images-2022-08-30) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/b8eac2dd0521f2ce2199fd13b7d8484852d7bc1e...78f8c7a599748feed4865cdc832a07537d44ded8) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.22) ##### Chores - bump min potrace version [#36443](https://togithub.com/gatsbyjs/gatsby/issues/36443) ([0d896ae](https://togithub.com/gatsbyjs/gatsby/commit/0d896aefa5db6a1929d9982fdcb5a7780ecc0794)) ### [`v6.21.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-remark-images/CHANGELOG.md#6210-httpsgithubcomgatsbyjsgatsbycommitsgatsby-remark-images6210packagesgatsby-remark-images-2022-08-16) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/3ec74acade17fe80c6281c7d0caf52a78a018810...b8eac2dd0521f2ce2199fd13b7d8484852d7bc1e) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.21) **Note:** Version bump only for package gatsby-remark-imagesgatsbyjs/gatsby (gatsby-source-filesystem)
### [`v4.24.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-source-filesystem/CHANGELOG.md#4240-httpsgithubcomgatsbyjsgatsbycommitsgatsby-source-filesystem4240packagesgatsby-source-filesystem-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 gatsby-source-filesystem ### [`v4.23.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-source-filesystem/CHANGELOG.md#4230-httpsgithubcomgatsbyjsgatsbycommitsgatsby-source-filesystem4230packagesgatsby-source-filesystem-2022-09-13) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/78f8c7a599748feed4865cdc832a07537d44ded8...92543afcb355afc0990affae06b56a1e1841b7e4) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.23) **Note:** Version bump only for package gatsby-source-filesystem ### [`v4.22.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-source-filesystem/CHANGELOG.md#4220-httpsgithubcomgatsbyjsgatsbycommitsgatsby-source-filesystem4220packagesgatsby-source-filesystem-2022-08-30) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/00669243cca49f3d70b1bcea7790096367fe2c04...78f8c7a599748feed4865cdc832a07537d44ded8) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.22) ##### Chores - pin xstate [#36398](https://togithub.com/gatsbyjs/gatsby/issues/36398) ([6e4a0de](https://togithub.com/gatsbyjs/gatsby/commit/6e4a0de10b395d0addf11c77b89a846f94a1b432)) - Remove unused deps [#36368](https://togithub.com/gatsbyjs/gatsby/issues/36368) ([8bad1a7](https://togithub.com/gatsbyjs/gatsby/commit/8bad1a7a612c121fd4c8965c76cf7a0d87fbc3fa)) ##### [4.21.1](https://togithub.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@4.21.1/packages/gatsby-source-filesystem) (2022-08-18) ##### Chores - pin xstate [#36398](https://togithub.com/gatsbyjs/gatsby/issues/36398) [#36415](https://togithub.com/gatsbyjs/gatsby/issues/36415) ([29c7ad1](https://togithub.com/gatsbyjs/gatsby/commit/29c7ad1335cf25af3a326ea2813399ddfd8ea877)) ### [`v4.21.1`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-source-filesystem/CHANGELOG.md#4211-httpsgithubcomgatsbyjsgatsbycommitsgatsby-source-filesystem4211packagesgatsby-source-filesystem-2022-08-18) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/b8eac2dd0521f2ce2199fd13b7d8484852d7bc1e...00669243cca49f3d70b1bcea7790096367fe2c04) ##### Chores - pin xstate [#36398](https://togithub.com/gatsbyjs/gatsby/issues/36398) [#36415](https://togithub.com/gatsbyjs/gatsby/issues/36415) ([29c7ad1](https://togithub.com/gatsbyjs/gatsby/commit/29c7ad1335cf25af3a326ea2813399ddfd8ea877)) ### [`v4.21.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-source-filesystem/CHANGELOG.md#4210-httpsgithubcomgatsbyjsgatsbycommitsgatsby-source-filesystem4210packagesgatsby-source-filesystem-2022-08-16) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/3ec74acade17fe80c6281c7d0caf52a78a018810...b8eac2dd0521f2ce2199fd13b7d8484852d7bc1e) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.21) ##### Bug Fixes - update dependency file-type to ^16.5.4 for gatsby-source-filesystem [#36276](https://togithub.com/gatsbyjs/gatsby/issues/36276) ([2bbe96d](https://togithub.com/gatsbyjs/gatsby/commit/2bbe96d9099e1c3d9b64ab3bb5c9b257c40386b9)) ##### Chores - Update `got` [#36366](https://togithub.com/gatsbyjs/gatsby/issues/36366) ([ab55e4e](https://togithub.com/gatsbyjs/gatsby/commit/ab55e4e30a023d56e4c4332dfd278015a0f49ee0))gatsbyjs/gatsby (gatsby-transformer-remark)
### [`v5.24.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-transformer-remark/CHANGELOG.md#5240-httpsgithubcomgatsbyjsgatsbycommitsgatsby-transformer-remark5240packagesgatsby-transformer-remark-2022-09-27) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/a6b1513e657e2f0cbdf7626fa0584d7353be8fba...9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.24) **Note:** Version bump only for package gatsby-transformer-remark ##### [5.23.1](https://togithub.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@5.23.1/packages/gatsby-transformer-remark) (2022-09-22) **Note:** Version bump only for package gatsby-transformer-remark ### [`v5.23.1`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-transformer-remark/CHANGELOG.md#5231-httpsgithubcomgatsbyjsgatsbycommitsgatsby-transformer-remark5231packagesgatsby-transformer-remark-2022-09-22) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/92543afcb355afc0990affae06b56a1e1841b7e4...a6b1513e657e2f0cbdf7626fa0584d7353be8fba) **Note:** Version bump only for package gatsby-transformer-remark ### [`v5.23.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-transformer-remark/CHANGELOG.md#5230-httpsgithubcomgatsbyjsgatsbycommitsgatsby-transformer-remark5230packagesgatsby-transformer-remark-2022-09-13) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/78f8c7a599748feed4865cdc832a07537d44ded8...92543afcb355afc0990affae06b56a1e1841b7e4) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.23) ##### Chores - Cleanup v4 compile flag conditions [#36486](https://togithub.com/gatsbyjs/gatsby/issues/36486) ([9dcc773](https://togithub.com/gatsbyjs/gatsby/commit/9dcc77340675a3b9a2f57c82e4b4e19c57072cfb)) ### [`v5.22.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-transformer-remark/CHANGELOG.md#5220-httpsgithubcomgatsbyjsgatsbycommitsgatsby-transformer-remark5220packagesgatsby-transformer-remark-2022-08-30) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/b8eac2dd0521f2ce2199fd13b7d8484852d7bc1e...78f8c7a599748feed4865cdc832a07537d44ded8) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.22) **Note:** Version bump only for package gatsby-transformer-remark ### [`v5.21.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-transformer-remark/CHANGELOG.md#5210-httpsgithubcomgatsbyjsgatsbycommitsgatsby-transformer-remark5210packagesgatsby-transformer-remark-2022-08-16) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/3ec74acade17fe80c6281c7d0caf52a78a018810...b8eac2dd0521f2ce2199fd13b7d8484852d7bc1e) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.21) **Note:** Version bump only for package gatsby-transformer-remarkgatsbyjs/gatsby (gatsby-transformer-sharp)
### [`v4.24.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-transformer-sharp/CHANGELOG.md#4240-httpsgithubcomgatsbyjsgatsbycommitsgatsby-transformer-sharp4240packagesgatsby-transformer-sharp-2022-09-27) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/a6b1513e657e2f0cbdf7626fa0584d7353be8fba...9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.24) **Note:** Version bump only for package gatsby-transformer-sharp ##### [4.23.1](https://togithub.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@4.23.1/packages/gatsby-transformer-sharp) (2022-09-22) **Note:** Version bump only for package gatsby-transformer-sharp ### [`v4.23.1`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-transformer-sharp/CHANGELOG.md#4231-httpsgithubcomgatsbyjsgatsbycommitsgatsby-transformer-sharp4231packagesgatsby-transformer-sharp-2022-09-22) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/92543afcb355afc0990affae06b56a1e1841b7e4...a6b1513e657e2f0cbdf7626fa0584d7353be8fba) **Note:** Version bump only for package gatsby-transformer-sharp ### [`v4.23.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-transformer-sharp/CHANGELOG.md#4230-httpsgithubcomgatsbyjsgatsbycommitsgatsby-transformer-sharp4230packagesgatsby-transformer-sharp-2022-09-13) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/78f8c7a599748feed4865cdc832a07537d44ded8...92543afcb355afc0990affae06b56a1e1841b7e4) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.23) **Note:** Version bump only for package gatsby-transformer-sharp ### [`v4.22.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-transformer-sharp/CHANGELOG.md#4220-httpsgithubcomgatsbyjsgatsbycommitsgatsby-transformer-sharp4220packagesgatsby-transformer-sharp-2022-08-30) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/b8eac2dd0521f2ce2199fd13b7d8484852d7bc1e...78f8c7a599748feed4865cdc832a07537d44ded8) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.22) ##### Chores - bump min potrace version [#36443](https://togithub.com/gatsbyjs/gatsby/issues/36443) ([0d896ae](https://togithub.com/gatsbyjs/gatsby/commit/0d896aefa5db6a1929d9982fdcb5a7780ecc0794)) ### [`v4.21.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-transformer-sharp/CHANGELOG.md#4210-httpsgithubcomgatsbyjsgatsbycommitsgatsby-transformer-sharp4210packagesgatsby-transformer-sharp-2022-08-16) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/3ec74acade17fe80c6281c7d0caf52a78a018810...b8eac2dd0521f2ce2199fd13b7d8484852d7bc1e) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.21) ##### Chores - update sharp [#35539](https://togithub.com/gatsbyjs/gatsby/issues/35539) ([a9132a5](https://togithub.com/gatsbyjs/gatsby/commit/a9132a53eac37f713e8cb8a8246c62f4f8d8f142))react-bootstrap/react-bootstrap
### [`v2.5.0`](https://togithub.com/react-bootstrap/react-bootstrap/blob/HEAD/CHANGELOG.md#250-httpsgithubcomreact-bootstrapreact-bootstrapcomparev250-beta1v250-2022-08-05) [Compare Source](https://togithub.com/react-bootstrap/react-bootstrap/compare/v2.4.0...v2.5.0) ##### Bug Fixes - **Offcanvas:** prevent children mounting twice on show when not responsive ([#6416](https://togithub.com/react-bootstrap/react-bootstrap/issues/6416)) ([e2c4eeb](https://togithub.com/react-bootstrap/react-bootstrap/commit/e2c4eeba38b9e44642bd10daaa1d268d5fc98ea6)) - ensure consistent API for custom variants ([#6398](https://togithub.com/react-bootstrap/react-bootstrap/issues/6398)) ([8a81903](https://togithub.com/react-bootstrap/react-bootstrap/commit/8a8190310a5cac9bd9ea7ac1179950b602f7b3c7)) - update [@restart/ui](https://togithub.com/restart/ui) to 1.3.1 ([#6408](https://togithub.com/react-bootstrap/react-bootstrap/issues/6408)) ([a49d435](https://togithub.com/react-bootstrap/react-bootstrap/commit/a49d4350899f432e61299ade40900d73174ff0e5))Configuration
📅 Schedule: Branch creation - "after 1am and before 6am on the 1st through 3rd day of the month" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.