Ghost/ghost/admin/package.json

184 lines
5.7 KiB
JSON
Raw Normal View History

2015-02-13 07:22:32 +03:00
{
"name": "ghost-admin",
2023-02-09 12:06:34 +03:00
"version": "5.33.8",
"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",
2015-02-13 07:22:32 +03:00
"private": true,
"directories": {
"test": "tests"
},
"scripts": {
"start": "ember serve",
2015-02-13 07:22:32 +03:00
"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"
2015-02-13 07:22:32 +03:00
},
"engines": {
"node": "^14.18.0 || ^16.13.0 || ^18.12.1"
2015-02-13 07:22:32 +03:00
},
"devDependencies": {
2022-09-14 19:50:22 +03:00
"@babel/eslint-parser": "7.19.1",
2022-08-01 19:10:24 +03:00
"@babel/plugin-proposal-class-properties": "7.18.6",
Update dependency @babel/plugin-proposal-decorators to v7.20.7 (#16043) [![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.5` -> `7.20.7`](https://renovatebot.com/diffs/npm/@babel%2fplugin-proposal-decorators/7.20.5/7.20.7) | [![age](https://badges.renovateapi.com/packages/npm/@babel%2fplugin-proposal-decorators/7.20.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@babel%2fplugin-proposal-decorators/7.20.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@babel%2fplugin-proposal-decorators/7.20.7/compatibility-slim/7.20.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@babel%2fplugin-proposal-decorators/7.20.7/confidence-slim/7.20.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel</summary> ### [`v7.20.7`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7207-2022-12-22) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.5...v7.20.7) ##### :eyeglasses: Spec Compliance - `babel-helper-member-expression-to-functions`, `babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes` - [#&#8203;15223](https://togithub.com/babel/babel/pull/15223) fix: Deleting super property should throw ([@&#8203;SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-object-super` - [#&#8203;15241](https://togithub.com/babel/babel/pull/15241) fix: Throw correct error types from sed ant class TDZ helpers ([@&#8203;SuperSodaSea](https://togithub.com/SuperSodaSea)) ##### :bug: Bug Fix - `babel-parser`, `babel-plugin-transform-typescript` - [#&#8203;15209](https://togithub.com/babel/babel/pull/15209) fix: Support auto accessors with TypeScript annotations ([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-traverse` - [#&#8203;15287](https://togithub.com/babel/babel/pull/15287) Fix `.parentPath` after rename in `SwitchCase` ([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript`, `babel-traverse` - [#&#8203;15284](https://togithub.com/babel/babel/pull/15284) fix: Ts import type and func with duplicate name ([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-block-scoping` - [#&#8203;15278](https://togithub.com/babel/babel/pull/15278) Fix tdz analysis for reassigned captured for bindings ([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-async-generator-functions`, `babel-preset-env` - [#&#8203;15235](https://togithub.com/babel/babel/pull/15235) fix: Transform `for await` with shadowed variables ([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-generator`, `babel-plugin-proposal-optional-chaining` - [#&#8203;15258](https://togithub.com/babel/babel/pull/15258) fix: Correctly generate `(a ?? b) as T` ([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-react-jsx`, `babel-types` - [#&#8203;15233](https://togithub.com/babel/babel/pull/15233) fix: Emit correct sourcemap ranges for `JSXText` ([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-core`, `babel-helpers`, `babel-plugin-transform-computed-properties`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#&#8203;15232](https://togithub.com/babel/babel/pull/15232) fix: Computed properties should keep original definition order ([@&#8203;SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helper-member-expression-to-functions`, `babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes` - [#&#8203;15223](https://togithub.com/babel/babel/pull/15223) fix: Deleting super property should throw ([@&#8203;SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-generator` - [#&#8203;15216](https://togithub.com/babel/babel/pull/15216) fix: Print newlines for leading Comments of `TSEnumMember` ([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :nail_care: Polish - `babel-plugin-transform-block-scoping`, `babel-traverse` - [#&#8203;15275](https://togithub.com/babel/babel/pull/15275) Improve relative execution tracking in fn exprs ([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-helper-define-map`, `babel-plugin-transform-property-mutators` - [#&#8203;15274](https://togithub.com/babel/babel/pull/15274) Inline & simplify `@babel/helper-define-map` ([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-parameters`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-traverse` - [#&#8203;15200](https://togithub.com/babel/babel/pull/15200) Rewrite `transform-block-scoping` plugin ([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :running_woman: Performance - `babel-helper-compilation-targets` - [#&#8203;15228](https://togithub.com/babel/babel/pull/15228) perf: Speed up `getTargets` ([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC42Ni4xIiwidXBkYXRlZEluVmVyIjoiMzQuNjYuMSJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-03 17:45:34 +03:00
"@babel/plugin-proposal-decorators": "7.20.7",
"@ember/jquery": "2.0.0",
"@ember/optional-features": "2.0.0",
"@ember/render-modifiers": "2.0.4",
Update dependency @ember/test-helpers to v2.9.3 (#16011) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@ember/test-helpers](https://togithub.com/emberjs/ember-test-helpers) | [`2.8.1` -> `2.9.3`](https://renovatebot.com/diffs/npm/@ember%2ftest-helpers/2.8.1/2.9.3) | [![age](https://badges.renovateapi.com/packages/npm/@ember%2ftest-helpers/2.9.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@ember%2ftest-helpers/2.9.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@ember%2ftest-helpers/2.9.3/compatibility-slim/2.8.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@ember%2ftest-helpers/2.9.3/confidence-slim/2.8.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>emberjs/ember-test-helpers</summary> ### [`v2.9.3`](https://togithub.com/emberjs/ember-test-helpers/releases/tag/v2.9.3): Release 2.9.3 [Compare Source](https://togithub.com/emberjs/ember-test-helpers/compare/v2.9.2...v2.9.3) ##### :bug: Bug Fix - [#&#8203;1305](https://togithub.com/emberjs/ember-test-helpers/pull/1305) \[backport] Avoid unnecessary dependencies on `@glimmer` types ([@&#8203;dfreeman](https://togithub.com/dfreeman)) ##### Committers: 1 - Dan Freeman ([@&#8203;dfreeman](https://togithub.com/dfreeman)) ### [`v2.9.2`](https://togithub.com/emberjs/ember-test-helpers/releases/tag/v2.9.2): Release 2.9.2 [Compare Source](https://togithub.com/emberjs/ember-test-helpers/compare/v2.9.1...v2.9.2) ##### :bug: Bug Fix - [#&#8203;1302](https://togithub.com/emberjs/ember-test-helpers/pull/1302) \[backport] Remove the index signature from `TestContext` ([@&#8203;chriskrycho](https://togithub.com/chriskrycho)) - Backporting [#&#8203;1301](https://togithub.com/emberjs/ember-test-helpers/pull/1301) Remove the index signature from `TestContext` ([@&#8203;dfreeman](https://togithub.com/dfreeman)) - [#&#8203;1303](https://togithub.com/emberjs/ember-test-helpers/pull/1303) `TestContext.resumeTest()` returns `void`, not `Promise<void>` ([@&#8203;chriskrycho](https://togithub.com/chriskrycho)) ##### Committers: 1 - Chris Krycho ([@&#8203;chriskrycho](https://togithub.com/chriskrycho)) - Dan Freeman ([@&#8203;dfreeman](https://togithub.com/dfreeman)) ### [`v2.9.1`](https://togithub.com/emberjs/ember-test-helpers/blob/HEAD/CHANGELOG.md#v291-2022-12-16) [Compare Source](https://togithub.com/emberjs/ember-test-helpers/compare/v2.9.0...v2.9.1) ***Note:** these were all back-ported from master since they could go out on 2.9. This will be the last 2.9 release unless there are critical bug fixes here!* ##### :bug: Bug Fix - Let ESLint have its way about docstring location ([`a8fac83`](https://togithub.com/emberjs/ember-test-helpers/commit/a8fac83)) - DOC: API: add render helper examples ([`f476a20`](https://togithub.com/emberjs/ember-test-helpers/commit/f476a20)) - Tweak TS style for indexing multiple types (for getElement) ([`f01ad9f`](https://togithub.com/emberjs/ember-test-helpers/commit/f01ad9f)) - Use export type for RenderingTestContext ([`2dc5077`](https://togithub.com/emberjs/ember-test-helpers/commit/2dc5077)) - Tweak TS style for indexing multiple types ([`3214483`](https://togithub.com/emberjs/ember-test-helpers/commit/3214483)) - Address PR feedback ([`5e87a54`](https://togithub.com/emberjs/ember-test-helpers/commit/5e87a54)) - DOC: API: add DOM query helper examples ([`83b7f5f`](https://togithub.com/emberjs/ember-test-helpers/commit/83b7f5f)) - Export type for Target ([`335019d`](https://togithub.com/emberjs/ember-test-helpers/commit/335019d)) - Upgrade expect-type and fix issues the new version reveals ([`bae5e33`](https://togithub.com/emberjs/ember-test-helpers/commit/bae5e33)) - Correctly handle special char keyCodes with Shift ([`d537923`](https://togithub.com/emberjs/ember-test-helpers/commit/d537923)) - Add tab type test ([`64f40d5`](https://togithub.com/emberjs/ember-test-helpers/commit/64f40d5)) - Generate documentation ([`939f29f`](https://togithub.com/emberjs/ember-test-helpers/commit/939f29f)) - Ensure types reflect optional-ness of tab options ([`95285cc`](https://togithub.com/emberjs/ember-test-helpers/commit/95285cc)) - Fix typesVersions config again ([`53fa899`](https://togithub.com/emberjs/ember-test-helpers/commit/53fa899)) - Clean up public-types after pack ([`b9dcbca`](https://togithub.com/emberjs/ember-test-helpers/commit/b9dcbca)) ### [`v2.9.0`](https://togithub.com/emberjs/ember-test-helpers/blob/HEAD/CHANGELOG.md#v290-2022-12-14) [Compare Source](https://togithub.com/emberjs/ember-test-helpers/compare/v2.8.1...v2.9.0) ##### :rocket: Enhancement - [#&#8203;1269](https://togithub.com/emberjs/ember-test-helpers/pull/1269) Re-export hasEmberVersion (and its type) from [@&#8203;ember/test-helpers](https://togithub.com/ember/test-helpers) ([@&#8203;gitKrystan](https://togithub.com/gitKrystan)) - [#&#8203;1278](https://togithub.com/emberjs/ember-test-helpers/pull/1278) perf: Remove excessive destroy call ([@&#8203;runspired](https://togithub.com/runspired)) - [#&#8203;1234](https://togithub.com/emberjs/ember-test-helpers/pull/1234) Introduce public TypeScript support ([@&#8203;chriskrycho](https://togithub.com/chriskrycho)) ##### :bug: Bug Fix - [#&#8203;1277](https://togithub.com/emberjs/ember-test-helpers/pull/1277) Actually publish .d.ts ([@&#8203;gitKrystan](https://togithub.com/gitKrystan)) - [#&#8203;1270](https://togithub.com/emberjs/ember-test-helpers/pull/1270) Fix typesVersions path ([@&#8203;gitKrystan](https://togithub.com/gitKrystan)) - [#&#8203;1233](https://togithub.com/emberjs/ember-test-helpers/pull/1233) Add more keyCode mappings ([@&#8203;CvX](https://togithub.com/CvX)) ##### :memo: Documentation - [#&#8203;1259](https://togithub.com/emberjs/ember-test-helpers/pull/1259) DOCS: API: publish docs for tab ([@&#8203;geneukum](https://togithub.com/geneukum)) ##### Committers: 5 - Chris Krycho ([@&#8203;chriskrycho](https://togithub.com/chriskrycho)) - Chris Thoburn ([@&#8203;runspired](https://togithub.com/runspired)) - Geordan Neukum ([@&#8203;geneukum](https://togithub.com/geneukum)) - Jarek Radosz ([@&#8203;CvX](https://togithub.com/CvX)) - Krystan HuffMenne ([@&#8203;gitKrystan](https://togithub.com/gitKrystan)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNjYuMSJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-03 21:04:35 +03:00
"@ember/test-helpers": "2.9.3",
Update dependency @embroider/macros to v1.10.0 (#15874) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@embroider/macros](https://togithub.com/embroider-build/embroider) | [`1.9.0` -> `1.10.0`](https://renovatebot.com/diffs/npm/@embroider%2fmacros/1.9.0/1.10.0) | [![age](https://badges.renovateapi.com/packages/npm/@embroider%2fmacros/1.10.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@embroider%2fmacros/1.10.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@embroider%2fmacros/1.10.0/compatibility-slim/1.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@embroider%2fmacros/1.10.0/confidence-slim/1.9.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>embroider-build/embroider</summary> ### [`v1.10.0`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#embroidermacros-190---1100) - BUGFIX: template macros could have pre-moved appRoot in their packageCache - ENHANCEMENT: expose simplified transforms API for use with babel-plugin-ember-template-compilation Previously, we used MacrosConfig.astTransforms() which gave you transforms in the reverse order they were expected to run, for compatibility with the wacky ordering in class ember-cli-htmlbars. Now we also offer `MacrosConfig.transforms()` which provides them in a format compatible directly with babel-plugin-ember-template-compilation 2.0, which uses the more natural order and which supports plugins-as-strings-to-be-loaded in addition to just plain functions. </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4zMC40IiwidXBkYXRlZEluVmVyIjoiMzQuMzAuNCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-03 17:38:47 +03:00
"@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.37.1",
"@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",
2022-08-03 13:38:33 +03:00
"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",
2022-11-07 23:39:48 +03:00
"chai": "4.3.7",
2021-12-04 01:41:00 +03:00
"chai-dom": "1.11.0",
"codemirror": "5.48.2",
"cssnano": "4.1.10",
"element-resize-detector": "1.2.4",
2022-10-11 22:17:20 +03:00
"ember-ajax": "5.1.2",
"ember-assign-helper": "0.4.0",
"ember-auto-import": "2.5.0",
"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": "1.0.3",
"ember-cli-dependency-checker": "3.3.1",
"ember-cli-deprecation-workflow": "2.1.0",
"ember-cli-htmlbars": "6.1.1",
"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",
Update dependency ember-css-transitions to v4.3.2 (#15846) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ember-css-transitions](https://miguelcobain.github.io/ember-css-transitions) ([source](https://togithub.com/miguelcobain/ember-css-transitions)) | [`4.2.0` -> `4.3.2`](https://renovatebot.com/diffs/npm/ember-css-transitions/4.2.0/4.3.2) | [![age](https://badges.renovateapi.com/packages/npm/ember-css-transitions/4.3.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-css-transitions/4.3.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-css-transitions/4.3.2/compatibility-slim/4.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-css-transitions/4.3.2/confidence-slim/4.2.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>miguelcobain/ember-css-transitions</summary> ### [`v4.3.2`](https://togithub.com/miguelcobain/ember-css-transitions/blob/HEAD/CHANGELOG.md#v432-2022-11-18) [Compare Source](https://togithub.com/miguelcobain/ember-css-transitions/compare/v4.3.1...v4.3.2) ##### :bug: Bug Fix - [#&#8203;117](https://togithub.com/miguelcobain/ember-css-transitions/pull/117) Handle no ownConfig scenario (for real) ([@&#8203;SergeAstapov](https://togithub.com/SergeAstapov)) ##### Committers: 1 - Sergey Astapov ([@&#8203;SergeAstapov](https://togithub.com/SergeAstapov)) ### [`v4.3.1`](https://togithub.com/miguelcobain/ember-css-transitions/blob/HEAD/CHANGELOG.md#v431-2022-11-18) [Compare Source](https://togithub.com/miguelcobain/ember-css-transitions/compare/v4.3.0...v4.3.1) ##### :bug: Bug Fix - [#&#8203;116](https://togithub.com/miguelcobain/ember-css-transitions/pull/116) Handle no ownConfig scenario ([@&#8203;SergeAstapov](https://togithub.com/SergeAstapov)) ##### Committers: 1 - Sergey Astapov ([@&#8203;SergeAstapov](https://togithub.com/SergeAstapov)) ### [`v4.3.0`](https://togithub.com/miguelcobain/ember-css-transitions/blob/HEAD/CHANGELOG.md#v430-2022-11-18) [Compare Source](https://togithub.com/miguelcobain/ember-css-transitions/compare/v4.2.0...v4.3.0) ##### :rocket: Enhancement - [#&#8203;113](https://togithub.com/miguelcobain/ember-css-transitions/pull/113) Add opt-in integration with [@&#8203;ember/test-waiters](https://togithub.com/ember/test-waiters) ([@&#8203;SergeAstapov](https://togithub.com/SergeAstapov)) - [#&#8203;109](https://togithub.com/miguelcobain/ember-css-transitions/pull/109) Update glint import path to template-registry ([@&#8203;SergeAstapov](https://togithub.com/SergeAstapov)) ##### :memo: Documentation - [#&#8203;115](https://togithub.com/miguelcobain/ember-css-transitions/pull/115) Add Glint support page to docs ([@&#8203;SergeAstapov](https://togithub.com/SergeAstapov)) ##### :house: Internal - [#&#8203;114](https://togithub.com/miguelcobain/ember-css-transitions/pull/114) Fix flaky tests ([@&#8203;SergeAstapov](https://togithub.com/SergeAstapov)) - [#&#8203;112](https://togithub.com/miguelcobain/ember-css-transitions/pull/112) Rename addon folder to ember-css-transitions ([@&#8203;SergeAstapov](https://togithub.com/SergeAstapov)) - [#&#8203;111](https://togithub.com/miguelcobain/ember-css-transitions/pull/111) update v2 addon setup ([@&#8203;SergeAstapov](https://togithub.com/SergeAstapov)) ##### Committers: 1 - Sergey Astapov ([@&#8203;SergeAstapov](https://togithub.com/SergeAstapov)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNi40IiwidXBkYXRlZEluVmVyIjoiMzQuMjYuNCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-03 20:23:23 +03:00
"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",
2020-10-28 23:02:39 +03:00
"ember-exam": "6.0.1",
2019-12-04 23:26:57 +03:00
"ember-export-application-global": "2.0.1",
"ember-fetch": "8.1.2",
Update dependency ember-in-viewport to v4.1.0 (#15795) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ember-in-viewport](https://togithub.com/dockyard/ember-in-viewport) | [`4.0.2` -> `4.1.0`](https://renovatebot.com/diffs/npm/ember-in-viewport/4.0.2/4.1.0) | [![age](https://badges.renovateapi.com/packages/npm/ember-in-viewport/4.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-in-viewport/4.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-in-viewport/4.1.0/compatibility-slim/4.0.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-in-viewport/4.1.0/confidence-slim/4.0.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dockyard/ember-in-viewport</summary> ### [`v4.1.0`](https://togithub.com/dockyard/ember-in-viewport/compare/v4.0.2...v4.1.0) [Compare Source](https://togithub.com/dockyard/ember-in-viewport/compare/v4.0.2...v4.1.0) </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTkuMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-03 20:23:51 +03:00
"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",
2019-11-25 03:29:17 +03:00
"ember-mocha": "0.16.2",
Update dependency ember-modifier to v4 (#15990) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ember-modifier](https://togithub.com/ember-modifier/ember-modifier) | [`3.2.7` -> `4.0.0`](https://renovatebot.com/diffs/npm/ember-modifier/3.2.7/4.0.0) | [![age](https://badges.renovateapi.com/packages/npm/ember-modifier/4.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-modifier/4.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-modifier/4.0.0/compatibility-slim/3.2.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-modifier/4.0.0/confidence-slim/3.2.7)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ember-modifier/ember-modifier</summary> ### [`v4.0.0`](https://togithub.com/ember-modifier/ember-modifier/blob/HEAD/CHANGELOG.md#v400-2022-12-13) [Compare Source](https://togithub.com/ember-modifier/ember-modifier/compare/v3.2.7...v4.0.0) ##### :rocket: Enhancement - [#&#8203;498](https://togithub.com/ember-modifier/ember-modifier/pull/498) Update signature of constructor for class-based modifiers ([@&#8203;SergeAstapov](https://togithub.com/SergeAstapov)) - [#&#8203;327](https://togithub.com/ember-modifier/ember-modifier/pull/327) auto-publish unstable packages to NPM ([@&#8203;SergeAstapov](https://togithub.com/SergeAstapov)) ##### :bug: Bug Fix - [#&#8203;372](https://togithub.com/ember-modifier/ember-modifier/pull/372) Include `blueprints` folder in published tarball ([@&#8203;SergeAstapov](https://togithub.com/SergeAstapov)) ##### :memo: Documentation - [#&#8203;504](https://togithub.com/ember-modifier/ember-modifier/pull/504) docs: Fix typo in TypeScript class based example ([@&#8203;HeroicEric](https://togithub.com/HeroicEric)) ##### :house: Internal - [#&#8203;539](https://togithub.com/ember-modifier/ember-modifier/pull/539) Sync with latest v2 addon and cli-typescript blueprints ([@&#8203;SergeAstapov](https://togithub.com/SergeAstapov)) - [#&#8203;328](https://togithub.com/ember-modifier/ember-modifier/pull/328) run `npx ember-cli-update --to=4.3.0` to align with blueprint ([@&#8203;SergeAstapov](https://togithub.com/SergeAstapov)) ##### Committers: 2 - Eric Kelly ([@&#8203;HeroicEric](https://togithub.com/HeroicEric)) - Sergey Astapov ([@&#8203;SergeAstapov](https://togithub.com/SergeAstapov)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNTQuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-04 18:13:15 +03:00
"ember-modifier": "4.0.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",
Update dependency ember-resolver to v8.1.0 (#16035) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ember-resolver](https://togithub.com/ember-cli/ember-resolver) | [`8.0.3` -> `8.1.0`](https://renovatebot.com/diffs/npm/ember-resolver/8.0.3/8.1.0) | [![age](https://badges.renovateapi.com/packages/npm/ember-resolver/8.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-resolver/8.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-resolver/8.1.0/compatibility-slim/8.0.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-resolver/8.1.0/confidence-slim/8.0.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ember-cli/ember-resolver</summary> ### [`v8.1.0`](https://togithub.com/ember-cli/ember-resolver/blob/HEAD/CHANGELOG.md#v810-2022-12-20) [Compare Source](https://togithub.com/ember-cli/ember-resolver/compare/v8.0.3...v8.1.0) Back-ports built-in TypeScript support from 9.0.0 (see below) to decouple that from the Ember 4.x upgrade. ##### :rocket: Enhancement - [#&#8203;839](https://togithub.com/ember-cli/ember-resolver/pull/839) Backport types to 8.x ([@&#8203;chriskrycho](https://togithub.com/chriskrycho)) ##### Committers: 1 - Chris Krycho ([@&#8203;chriskrycho](https://togithub.com/chriskrycho)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC42Ni4xIiwidXBkYXRlZEluVmVyIjoiMzQuNjYuMSJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-03 17:44:38 +03:00
"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.5.0",
"ember-test-selectors": "6.0.0",
"ember-tooltips": "3.6.0",
"ember-truth-helpers": "3.1.1",
2023-01-31 04:19:12 +03:00
"eslint": "8.33.0",
2022-08-03 13:38:33 +03:00
"eslint-plugin-babel": "5.3.1",
2023-01-31 04:19:12 +03:00
"eslint-plugin-react": "7.32.2",
"faker": "5.5.3",
2022-12-12 20:15:55 +03:00
"fs-extra": "11.1.0",
2023-01-16 03:20:18 +03:00
"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",
Update dependency liquid-wormhole to v3 (#16003) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [liquid-wormhole](https://togithub.com/pzuraq/liquid-wormhole) | [`2.1.5` -> `3.0.0`](https://renovatebot.com/diffs/npm/liquid-wormhole/2.1.5/3.0.0) | [![age](https://badges.renovateapi.com/packages/npm/liquid-wormhole/3.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/liquid-wormhole/3.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/liquid-wormhole/3.0.0/compatibility-slim/2.1.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/liquid-wormhole/3.0.0/confidence-slim/2.1.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pzuraq/liquid-wormhole</summary> ### [`v3.0.0`](https://togithub.com/pzuraq/liquid-wormhole/blob/HEAD/CHANGELOG.md#v300-2022-12-13) [Compare Source](https://togithub.com/pzuraq/liquid-wormhole/compare/v2.1.5...v3.0.0) ##### :boom: Breaking Change - [#&#8203;75](https://togithub.com/pzuraq/liquid-wormhole/pull/75) Ember >= 3.24, node >= 14 ([@&#8203;rwwagner90](https://togithub.com/rwwagner90)) - [#&#8203;72](https://togithub.com/pzuraq/liquid-wormhole/pull/72) Update liquid-fire, remove getowner polyfill ([@&#8203;rwwagner90](https://togithub.com/rwwagner90)) - [#&#8203;67](https://togithub.com/pzuraq/liquid-wormhole/pull/67) ci: drop support for node 4.x and node 6.x ([@&#8203;alexdiliberto](https://togithub.com/alexdiliberto)) ##### :rocket: Enhancement - [#&#8203;74](https://togithub.com/pzuraq/liquid-wormhole/pull/74) Add Embroider support ([@&#8203;rwwagner90](https://togithub.com/rwwagner90)) - [#&#8203;73](https://togithub.com/pzuraq/liquid-wormhole/pull/73) Various Ember updates ([@&#8203;rwwagner90](https://togithub.com/rwwagner90)) ##### Committers: 2 - Alex DiLiberto ([@&#8203;alexdiliberto](https://togithub.com/alexdiliberto)) - Robert Wagner ([@&#8203;rwwagner90](https://togithub.com/rwwagner90)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNTQuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-03 20:21:58 +03:00
"liquid-wormhole": "3.0.0",
"loader.js": "4.7.0",
2022-05-03 18:47:54 +03:00
"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.45",
"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",
2021-12-03 00:35:55 +03:00
"pretender": "3.4.7",
"process": "0.11.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"reframe.js": "4.0.1",
Update dependency testem to v3.10.1 (#16034) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [testem](https://togithub.com/testem/testem) | [`3.10.0` -> `3.10.1`](https://renovatebot.com/diffs/npm/testem/3.10.0/3.10.1) | [![age](https://badges.renovateapi.com/packages/npm/testem/3.10.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/testem/3.10.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/testem/3.10.1/compatibility-slim/3.10.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/testem/3.10.1/confidence-slim/3.10.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>testem/testem</summary> ### [`v3.10.1`](https://togithub.com/testem/testem/releases/tag/v3.10.1) [Compare Source](https://togithub.com/testem/testem/compare/v3.10.0...v3.10.1) #### What's Changed - build(deps): bump socket.io from 4.5.3 to 4.5.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/testem/testem/pull/1609](https://togithub.com/testem/testem/pull/1609) - build(deps-dev): bump sinon from 14.0.2 to 15.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/testem/testem/pull/1611](https://togithub.com/testem/testem/pull/1611) - build(deps-dev): bump socket.io-client from 4.5.3 to 4.5.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/testem/testem/pull/1610](https://togithub.com/testem/testem/pull/1610) - build(deps-dev): bump eslint from 8.28.0 to 8.30.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/testem/testem/pull/1616](https://togithub.com/testem/testem/pull/1616) - build(deps-dev): bump sinon from 15.0.0 to 15.0.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/testem/testem/pull/1617](https://togithub.com/testem/testem/pull/1617) - Scope testem assets with a prefix by [@&#8203;stepankuzmin](https://togithub.com/stepankuzmin) in [https://github.com/testem/testem/pull/1615](https://togithub.com/testem/testem/pull/1615) #### New Contributors - [@&#8203;stepankuzmin](https://togithub.com/stepankuzmin) made their first contribution in [https://github.com/testem/testem/pull/1615](https://togithub.com/testem/testem/pull/1615) **Full Changelog**: https://github.com/testem/testem/compare/v3.10.0...v3.10.1 </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:eyJjcmVhdGVkSW5WZXIiOiIzNC42Ni4wIiwidXBkYXRlZEluVmVyIjoiMzQuNjYuMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-03 17:44:07 +03:00
"testem": "3.10.1",
"top-gh-contribs": "2.0.4",
"tracked-built-ins": "3.1.0",
2022-10-17 04:57:58 +03:00
"util": "0.12.5",
"validator": "7.2.0",
"walk-sync": "3.0.0"
2015-02-13 07:22:32 +03:00
},
"ember-addon": {
"paths": [
"lib/asset-delivery",
"lib/koenig-editor",
"lib/ember-power-calendar-utils",
"lib/ember-power-calendar-moment"
2015-02-13 07:22:32 +03:00
]
},
"resolutions": {
Update dependency ember-basic-dropdown to v6.0.2 (#15809) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ember-basic-dropdown](http://ember-basic-dropdown.com) ([source](https://togithub.com/cibernox/ember-basic-dropdown)) | [`6.0.1` -> `6.0.2`](https://renovatebot.com/diffs/npm/ember-basic-dropdown/6.0.1/6.0.2) | [![age](https://badges.renovateapi.com/packages/npm/ember-basic-dropdown/6.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-basic-dropdown/6.0.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-basic-dropdown/6.0.2/compatibility-slim/6.0.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-basic-dropdown/6.0.2/confidence-slim/6.0.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>cibernox/ember-basic-dropdown</summary> ### [`v6.0.2`](https://togithub.com/cibernox/ember-basic-dropdown/blob/HEAD/CHANGELOG.md#&#8203;602) [Compare Source](https://togithub.com/cibernox/ember-basic-dropdown/compare/v6.0.1...d6395e07adfa13037617fd2b051623d2f9bfde58) - Relax dependency on ember-style-modifier so version 1.0 is also allowed </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMS42IiwidXBkYXRlZEluVmVyIjoiMzQuMjEuNiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-03 17:39:21 +03:00
"ember-basic-dropdown": "6.0.2",
Update dependency ember-in-viewport to v4.1.0 (#15795) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ember-in-viewport](https://togithub.com/dockyard/ember-in-viewport) | [`4.0.2` -> `4.1.0`](https://renovatebot.com/diffs/npm/ember-in-viewport/4.0.2/4.1.0) | [![age](https://badges.renovateapi.com/packages/npm/ember-in-viewport/4.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-in-viewport/4.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-in-viewport/4.1.0/compatibility-slim/4.0.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-in-viewport/4.1.0/confidence-slim/4.0.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dockyard/ember-in-viewport</summary> ### [`v4.1.0`](https://togithub.com/dockyard/ember-in-viewport/compare/v4.0.2...v4.1.0) [Compare Source](https://togithub.com/dockyard/ember-in-viewport/compare/v4.0.2...v4.1.0) </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTkuMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-03 20:23:51 +03:00
"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",
2022-11-09 19:17:31 +03:00
"webpack": "5.75.0"
2015-02-13 07:22:32 +03:00
}
2023-01-20 19:01:01 +03:00
}