Ghost/ghost
renovate[bot] dd0a3be7e9
Update dependency @babel/plugin-proposal-decorators to v7.21.0 (#16161)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@babel/plugin-proposal-decorators](https://babel.dev/docs/en/next/babel-plugin-proposal-decorators)
([source](https://togithub.com/babel/babel)) | [`7.20.7` ->
`7.21.0`](https://renovatebot.com/diffs/npm/@babel%2fplugin-proposal-decorators/7.20.7/7.21.0)
|
[![age](https://badges.renovateapi.com/packages/npm/@babel%2fplugin-proposal-decorators/7.21.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@babel%2fplugin-proposal-decorators/7.21.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@babel%2fplugin-proposal-decorators/7.21.0/compatibility-slim/7.20.7)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@babel%2fplugin-proposal-decorators/7.21.0/confidence-slim/7.20.7)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>babel/babel</summary>

###
[`v7.21.0`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7210-2023-02-20)

[Compare
Source](https://togithub.com/babel/babel/compare/v7.20.13...v7.21.0)

##### 🚀 New Feature

- `babel-core`, `babel-helper-create-class-features-plugin`,
`babel-plugin-proposal-class-properties`,
`babel-plugin-proposal-private-methods`,
`babel-plugin-proposal-private-property-in-object`
- [#&#8203;15435](https://togithub.com/babel/babel/pull/15435) feat:
Implement `privateFieldsAsSymbols` assumption for classes
([@&#8203;fwienber](https://togithub.com/fwienber))
- `babel-helper-create-regexp-features-plugin`,
`babel-plugin-proposal-regexp-modifiers`, `babel-standalone`
- [#&#8203;15226](https://togithub.com/babel/babel/pull/15226) feat:
Support regexp modifiers proposal
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
- `babel-cli`, `babel-core`, `babel-generator`,
`babel-plugin-transform-destructuring`,
`babel-plugin-transform-modules-commonjs`,
`babel-plugin-transform-react-jsx`, `babel-traverse`
- [#&#8203;15022](https://togithub.com/babel/babel/pull/15022) feat:
Generate sourcemaps of friendly call frames
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
-   `babel-parser`, `babel-types`
- [#&#8203;15384](https://togithub.com/babel/babel/pull/15384) \[ts]
Support `const` modifier in type parameters
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-generator`, `babel-helpers`, `babel-parser`,
`babel-plugin-proposal-decorators`, `babel-plugin-syntax-decorators`,
`babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`
- [#&#8203;15405](https://togithub.com/babel/babel/pull/15405) Implement
decorators as presented at `2023-01` TC39 meeting
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
-   `babel-parser`
- [#&#8203;15114](https://togithub.com/babel/babel/pull/15114) Parser
option to allow `new.target` outside functions
([@&#8203;overlookmotel](https://togithub.com/overlookmotel))
- [#&#8203;15320](https://togithub.com/babel/babel/pull/15320) Add
`annexb: false` parser option to disable Annex B
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
-   `babel-core`
- [#&#8203;15283](https://togithub.com/babel/babel/pull/15283) feat:
Support `.cts` as configuration file
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
- `babel-generator`, `babel-parser`, `babel-plugin-transform-typescript`
- [#&#8203;15381](https://togithub.com/babel/babel/pull/15381) \[ts]
Support `export type * from`
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))

##### 🐛 Bug Fix

-   `babel-plugin-transform-typescript`
- [#&#8203;15379](https://togithub.com/babel/babel/pull/15379) \[ts5.0]
Better inlining of constants in enums
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
-   `babel-core`
- [#&#8203;15366](https://togithub.com/babel/babel/pull/15366) handling
circular/shared structures in deep-clone
([@&#8203;azizghuloum](https://togithub.com/azizghuloum))
- `babel-helper-create-class-features-plugin`,
`babel-plugin-proposal-class-properties`,
`babel-plugin-proposal-class-static-block`,
`babel-plugin-proposal-private-methods`,
`babel-plugin-transform-classes`, `babel-plugin-transform-new-target`
- [#&#8203;15406](https://togithub.com/babel/babel/pull/15406) Preserve
class elements comments in class transform
([@&#8203;JLHwung](https://togithub.com/JLHwung))
- `babel-parser`, `babel-plugin-transform-flow-comments`,
`babel-plugin-transform-flow-strip-types`, `babel-types`
- [#&#8203;15414](https://togithub.com/babel/babel/pull/15414) \[ts] Fix
restrictions for optional parameters
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))

##### 💅 Polish

-   `babel-parser`
- [#&#8203;15400](https://togithub.com/babel/babel/pull/15400) polish:
improve "`await` as identifier" error in modules
([@&#8203;JLHwung](https://togithub.com/JLHwung))

##### 🏠 Internal

-   `babel-core`
- [#&#8203;15137](https://togithub.com/babel/babel/pull/15137) Improve
CJS compat with ESM-based `@babel/core`
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))

##### 🔬 Output optimization

-   `babel-plugin-transform-typescript`
- [#&#8203;15418](https://togithub.com/babel/babel/pull/15418) \[ts]
Handle exponentiation operator in constant folding
([@&#8203;ehoogeveen-medweb](https://togithub.com/ehoogeveen-medweb))

###
[`v7.20.13`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72013-2023-01-21)

[Compare
Source](https://togithub.com/babel/babel/compare/v7.20.7...v7.20.13)

##### 🐛 Bug Fix

- `babel-helpers`, `babel-plugin-proposal-decorators`,
`babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`
- [#&#8203;15332](https://togithub.com/babel/babel/pull/15332) Ensure
class decorators can access decorated non-static members
([@&#8203;JLHwung](https://togithub.com/JLHwung))
-   `babel-plugin-transform-typescript`
- [#&#8203;15349](https://togithub.com/babel/babel/pull/15349) fix:
Preserve `import {type T} from 'x'` when `onlyRemoveTypeImports:true`
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
- [#&#8203;15344](https://togithub.com/babel/babel/pull/15344) fix:
Properties that are `abstract` should not be initialized.
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
-   `babel-parser`
- [#&#8203;15338](https://togithub.com/babel/babel/pull/15338) Allow
negative number in ambient const initializer
([@&#8203;JLHwung](https://togithub.com/JLHwung))

##### ↩️ Revert

- `babel-plugin-transform-react-inline-elements`,
`babel-plugin-transform-react-jsx-development`,
`babel-plugin-transform-react-jsx`
- [#&#8203;15355](https://togithub.com/babel/babel/pull/15355) Reverts
"Re-use common JSX element transform for <>...\</>"
([@&#8203;JLHwung](https://togithub.com/JLHwung))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekday" (UTC), 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.

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/TryGhost/Ghost).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDguNCIsInVwZGF0ZWRJblZlciI6IjM0LjE0Ni4xIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-01 15:44:09 +00:00
..
adapter-cache-memory-ttl Commented out flaky adapter-cache-memory-ttl tests 2023-02-22 17:24:26 +01:00
adapter-cache-redis Update dependency c8 to v7.13.0 2023-02-16 22:15:50 +00:00
adapter-manager Updated @tryghost/errors dependency 2023-02-22 11:32:11 +01:00
admin Update dependency @babel/plugin-proposal-decorators to v7.21.0 (#16161) 2023-03-01 15:44:09 +00:00
api-framework Added cache support to api-framework 2023-02-23 13:07:04 +08:00
api-version-compatibility-service Update dependency c8 to v7.13.0 2023-02-16 22:15:50 +00:00
audience-feedback Updated @tryghost/errors dependency 2023-02-22 11:32:11 +01:00
bootstrap-socket Update dependency c8 to v7.13.0 2023-02-16 22:15:50 +00:00
constants Update dependency c8 to v7.13.0 2023-02-16 22:15:50 +00:00
core Grouped mentions from the same source (#16348) 2023-03-01 12:15:29 +01:00
custom-theme-settings-service Updated @tryghost/errors dependency 2023-02-22 11:32:11 +01:00
data-generator Added ghost_subscription_id to members_stripe_customers_subscriptions table in data generator 2023-02-28 11:14:11 +00:00
domain-events Update dependency c8 to v7.13.0 2023-02-16 22:15:50 +00:00
dynamic-routing-events Update dependency c8 to v7.13.0 2023-02-16 22:15:50 +00:00
email-analytics-provider-mailgun Implemented email analytics retrying (#16273) 2023-02-21 16:00:32 +01:00
email-analytics-service Fixed typo 2023-02-27 15:00:18 +01:00
email-content-generator Update dependency c8 to v7.13.0 2023-02-16 22:15:50 +00:00
email-events Update dependency c8 to v7.13.0 2023-02-16 22:15:50 +00:00
email-service Disabled autoRefresh when adding an email recipient failure 2023-02-27 15:45:25 +01:00
email-suppression-list Update dependency c8 to v7.13.0 2023-02-16 22:15:50 +00:00
event-aware-cache-wrapper Added missing dev dependency to event-aware-cache-wrapper package 2023-02-23 08:48:01 +01:00
express-dynamic-redirects Update dependency c8 to v7.13.0 2023-02-16 22:15:50 +00:00
extract-api-key Fixed full Admin test suite running during unit tests 2022-08-15 15:34:52 +02:00
html-to-plaintext Update dependency c8 to v7.13.0 2023-02-16 22:15:50 +00:00
i18n Fixed linting 2023-03-01 10:30:18 +01:00
importer-handler-media Created Media Importer Handler package 2023-03-01 15:55:10 +08:00
importer-revue Updated Koenig packages 2023-01-04 11:27:39 +01:00
job-manager Improved webmention receiving E2E test reliability 2023-02-22 16:19:56 +01:00
link-redirects Update dependency c8 to v7.13.0 2023-02-16 22:15:50 +00:00
link-replacer Update dependency c8 to v7.13.0 2023-02-16 22:15:50 +00:00
link-tracking Updated @tryghost/errors dependency 2023-02-22 11:32:11 +01:00
magic-link Updated @tryghost/errors dependency 2023-02-22 11:32:11 +01:00
mailgun-client Update dependency mailgun.js to v8.1.0 2023-02-25 00:50:01 +00:00
member-attribution Update dependency c8 to v7.13.0 2023-02-16 22:15:50 +00:00
member-events Update dependency c8 to v7.13.0 2023-02-16 22:15:50 +00:00
members-api Updated @tryghost/errors dependency 2023-02-22 11:32:11 +01:00
members-csv fixed member import email setting import (#16269) 2023-02-27 15:25:20 -06:00
members-events-service Updated @tryghost/errors dependency 2023-02-22 11:32:11 +01:00
members-importer Updated @tryghost/errors dependency 2023-02-22 11:32:11 +01:00
members-ssr Updated @tryghost/errors dependency 2023-02-22 11:32:11 +01:00
milestones Fixed tests 2023-02-23 17:21:20 +02:00
minifier Update dependency terser to v5.16.5 2023-02-24 20:38:59 +00:00
mw-api-version-mismatch Updated @tryghost/errors dependency 2023-02-22 11:32:11 +01:00
mw-cache-control Update dependency c8 to v7.13.0 2023-02-16 22:15:50 +00:00
mw-error-handler Updated @tryghost/errors dependency 2023-02-22 11:32:11 +01:00
mw-session-from-token Update dependency c8 to v7.13.0 2023-02-16 22:15:50 +00:00
mw-update-user-last-seen Update dependency c8 to v7.13.0 2023-02-16 22:15:50 +00:00
mw-version-match Extracted version-match middleware to separate package 2023-02-27 18:34:03 +01:00
mw-vhost Update dependency c8 to v7.13.0 2023-02-16 22:15:50 +00:00
oembed-service combined fetch for metadata and verification (#16330) 2023-02-28 08:39:28 -06:00
offers Updated @tryghost/errors dependency 2023-02-22 11:32:11 +01:00
package-json Updated @tryghost/errors dependency 2023-02-22 11:32:11 +01:00
payments Updated @tryghost/errors dependency 2023-02-22 11:32:11 +01:00
portal Removed deprecated webpack config 2023-03-01 11:51:51 +01:00
referrers Update dependency c8 to v7.13.0 2023-02-16 22:15:50 +00:00
security Update dependency c8 to v7.13.0 2023-02-16 22:15:50 +00:00
session-service Updated @tryghost/errors dependency 2023-02-22 11:32:11 +01:00
settings-path-manager Updated @tryghost/errors dependency 2023-02-22 11:32:11 +01:00
slack-notifications Added test to slack-notifications to check for correct reason when value too far from milestone 2023-02-23 17:21:20 +02:00
staff-service Added webmentions emails flag (#16321) 2023-02-23 11:42:14 +01:00
stats-service Update dependency c8 to v7.13.0 2023-02-16 22:15:50 +00:00
stripe Wired up enableAutomaticTax feature flag to Stripe API 2023-02-28 14:09:52 +07:00
tiers Updated @tryghost/errors dependency 2023-02-22 11:32:11 +01:00
update-check-service Added error rethrow to update check run as a job 2023-02-27 19:48:42 +08:00
verification-trigger Updated @tryghost/errors dependency 2023-02-22 11:32:11 +01:00
version-notifications-data-service Update dependency c8 to v7.13.0 2023-02-16 22:15:50 +00:00
webmentions Grouped mentions from the same source (#16348) 2023-03-01 12:15:29 +01:00