Ghost/ghost/admin/package.json
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

185 lines
5.8 KiB
JSON

{
"name": "ghost-admin",
"version": "5.36.0",
"description": "Ember.js admin client for Ghost",
"author": "Ghost Foundation",
"homepage": "http://ghost.org",
"repository": {
"type": "git",
"url": "git://github.com/TryGhost/Admin.git"
},
"bugs": "https://github.com/TryGhost/Ghost/issues",
"contributors": "https://github.com/TryGhost/Admin/graphs/contributors",
"license": "MIT",
"private": true,
"directories": {
"test": "tests"
},
"scripts": {
"start": "ember serve",
"build": "ember build",
"build:prod": "yarn build --environment=production --silent",
"test:unit": "true",
"test": "ember exam --split 2 --parallel",
"lint:js": "eslint .",
"lint:hbs": "ember-template-lint .",
"lint": "yarn lint:js && yarn lint:hbs"
},
"engines": {
"node": "^14.18.0 || ^16.13.0 || ^18.12.1"
},
"devDependencies": {
"@babel/eslint-parser": "7.19.1",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.21.0",
"@ember/jquery": "2.0.0",
"@ember/optional-features": "2.0.0",
"@ember/render-modifiers": "2.0.4",
"@ember/test-helpers": "2.9.3",
"@embroider/macros": "1.10.0",
"@glimmer/component": "1.1.2",
"@html-next/vertical-collection": "3.0.0",
"@joeattardi/emoji-button": "4.6.4",
"@sentry/ember": "7.39.0",
"@tryghost/color-utils": "0.1.22",
"@tryghost/ember-promise-modals": "2.0.1",
"@tryghost/helpers": "1.1.75",
"@tryghost/kg-clean-basic-html": "3.0.0",
"@tryghost/kg-parser-plugins": "3.0.0",
"@tryghost/kg-simplemde": "1.11.2",
"@tryghost/limit-service": "1.2.4",
"@tryghost/members-csv": "0.0.0",
"@tryghost/mobiledoc-kit": "0.12.5-ghost.2",
"@tryghost/nql": "0.11.0",
"@tryghost/nql-lang": "0.5.0",
"@tryghost/string": "0.2.2",
"@tryghost/timezone-data": "0.2.74",
"autoprefixer": "9.8.6",
"babel-eslint": "10.1.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-react-jsx": "6.24.1",
"broccoli-asset-rev": "3.0.0",
"broccoli-concat": "4.2.5",
"broccoli-funnel": "3.0.8",
"broccoli-merge-trees": "4.2.0",
"broccoli-terser-sourcemap": "4.1.0",
"chai": "4.3.7",
"chai-dom": "1.11.0",
"codemirror": "5.48.2",
"cssnano": "4.1.10",
"element-resize-detector": "1.2.4",
"ember-ajax": "5.1.2",
"ember-assign-helper": "0.4.0",
"ember-auto-import": "2.6.1",
"ember-classic-decorator": "3.0.1",
"ember-cli": "3.24.0",
"ember-cli-app-version": "5.0.0",
"ember-cli-babel": "7.26.11",
"ember-cli-chart": "3.7.2",
"ember-cli-code-coverage": "2.0.0",
"ember-cli-dependency-checker": "3.3.1",
"ember-cli-deprecation-workflow": "2.1.0",
"ember-cli-htmlbars": "6.2.0",
"ember-cli-inject-live-reload": "2.1.0",
"ember-cli-mirage": "2.4.0",
"ember-cli-node-assets": "0.2.2",
"ember-cli-postcss": "6.0.1",
"ember-cli-shims": "1.2.0",
"ember-cli-string-helpers": "6.1.0",
"ember-cli-terser": "4.0.2",
"ember-cli-test-loader": "3.0.0",
"ember-composable-helpers": "5.0.0",
"ember-concurrency": "2.3.7",
"ember-could-get-used-to-this": "1.0.1",
"ember-css-transitions": "4.3.2",
"ember-data": "3.24.0",
"ember-decorators": "6.1.1",
"ember-drag-drop": "0.4.8",
"ember-ella-sparse": "0.16.0",
"ember-exam": "6.0.1",
"ember-export-application-global": "2.0.1",
"ember-fetch": "8.1.2",
"ember-in-viewport": "4.1.0",
"ember-infinity": "2.3.0",
"ember-keyboard": "8.2.0",
"ember-load": "0.0.17",
"ember-load-initializers": "2.1.2",
"ember-mocha": "0.16.2",
"ember-modifier": "4.1.0",
"ember-moment": "10.0.0",
"ember-one-way-select": "4.0.1",
"ember-power-datepicker": "cibernox/ember-power-datepicker",
"ember-power-select": "6.0.1",
"ember-resolver": "8.1.0",
"ember-simple-auth": "4.2.2",
"ember-sinon": "5.0.0",
"ember-source": "3.24.0",
"ember-svg-jar": "2.4.2",
"ember-template-lint": "5.6.0",
"ember-test-selectors": "6.0.0",
"ember-tooltips": "3.6.0",
"ember-truth-helpers": "3.1.1",
"ember-websockets": "10.2.1",
"eslint": "8.35.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-react": "7.32.2",
"faker": "5.5.3",
"fs-extra": "11.1.0",
"glob": "8.1.0",
"google-caja-bower": "https://github.com/acburdine/google-caja-bower#ghost",
"keymaster": "https://github.com/madrobby/keymaster.git",
"liquid-fire": "0.34.0",
"liquid-wormhole": "3.0.0",
"loader.js": "4.7.0",
"markdown-it": "13.0.1",
"markdown-it-footnote": "3.0.3",
"markdown-it-lazy-headers": "0.1.3",
"markdown-it-mark": "3.0.1",
"markdown-it-sub": "1.0.0",
"markdown-it-sup": "1.0.0",
"miragejs": "0.1.47",
"moment-timezone": "0.5.23",
"normalize.css": "3.0.3",
"papaparse": "5.3.2",
"postcss-color-mod-function": "3.0.3",
"postcss-custom-media": "7.0.8",
"postcss-custom-properties": "10.0.0",
"postcss-import": "12.0.1",
"pretender": "3.4.7",
"process": "0.11.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"reframe.js": "4.0.1",
"testem": "3.10.1",
"top-gh-contribs": "2.0.4",
"tracked-built-ins": "3.1.1",
"util": "0.12.5",
"validator": "7.2.0",
"walk-sync": "3.0.0"
},
"ember-addon": {
"paths": [
"lib/asset-delivery",
"lib/koenig-editor",
"lib/ember-power-calendar-utils",
"lib/ember-power-calendar-moment"
]
},
"resolutions": {
"ember-basic-dropdown": "6.0.2",
"ember-in-viewport": "4.1.0",
"moment": "2.24.0",
"moment-timezone": "0.5.23"
},
"ember": {
"edition": "octane"
},
"lint-staged": {
"*.hbs": "ember-template-lint",
"*.js": "eslint"
},
"dependencies": {
"path-browserify": "1.0.1",
"webpack": "5.75.0"
}
}