Skip to content

Commit

Permalink
Update dependencies (#521)
Browse files Browse the repository at this point in the history
* Update dependencies

* Update ember-cli v5.8.1...v5.9.0

* Update dependencies v5.8.1...v5.9.0

* Update package-lock

* Fix ember-try & add push dist
  • Loading branch information
mkszepp authored Jun 21, 2024
1 parent c6294c6 commit 84768b0
Show file tree
Hide file tree
Showing 12 changed files with 568 additions and 754 deletions.
35 changes: 35 additions & 0 deletions .github/workflows/push-dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Because this library needs to be built,
# we can't easily point package.json files at the git repo for easy cross-repo testing.
#
# This workflow brings back that capability by placing the compiled assets on a "dist" branch
# (configurable via the "branch" option below)
name: Push dist

on:
push:
branches:
- main
- master

jobs:
push-dist:
name: Push dist
runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 18
cache: pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- uses: kategengler/[email protected]
with:
branch: dist
token: ${{ secrets.GITHUB_TOKEN }}
working-directory: 'ember-power-calendar'
44 changes: 22 additions & 22 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,51 +7,51 @@ A short introduction of this app could easily go here.

You will need the following things properly installed on your computer.

* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/)
* [pnpm](https://pnpm.io/)
* [Ember CLI](https://cli.emberjs.com/release/)
* [Google Chrome](https://google.com/chrome/)
- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/)
- [pnpm](https://pnpm.io/)
- [Ember CLI](https://cli.emberjs.com/release/)
- [Google Chrome](https://google.com/chrome/)

## Installation

* `git clone <repository-url>` this repository
* `cd docs`
* `pnpm install`
- `git clone <repository-url>` this repository
- `cd docs`
- `pnpm install`

## Running / Development

* `pnpm start`
* Visit your app at [http://localhost:4200](http://localhost:4200).
* Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).
- `pnpm start`
- Visit your app at [http://localhost:4200](http://localhost:4200).
- Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).

### Code Generators

Make use of the many generators for code, try `ember help generate` for more details

### Running Tests

* `pnpm test`
* `pnpm test:ember --server`
- `pnpm test`
- `pnpm test:ember --server`

### Linting

* `pnpm lint`
* `pnpm lint:fix`
- `pnpm lint`
- `pnpm lint:fix`

### Building

* `pnpm ember build` (development)
* `pnpm build` (production)
- `pnpm ember build` (development)
- `pnpm build` (production)

### Deploying

Specify what it takes to deploy your app.

## Further Reading / Useful Links

* [ember.js](https://emberjs.com/)
* [ember-cli](https://cli.emberjs.com/release/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)
- [ember.js](https://emberjs.com/)
- [ember-cli](https://cli.emberjs.com/release/)
- Development Browser Extensions
- [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
- [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)
2 changes: 1 addition & 1 deletion docs/config/ember-cli-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "5.8.1",
"version": "5.9.0",
"blueprints": [
{
"name": "app",
Expand Down
1 change: 1 addition & 0 deletions docs/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ module.exports = async function () {
name: 'ember-lts-4.8',
npm: {
devDependencies: {
'ember-resolver': '^11.0.0',
'ember-source': '~4.8.0',
},
},
Expand Down
26 changes: 13 additions & 13 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@ember/optional-features": "^2.1.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.3.0",
"@embroider/macros": "^1.16.2",
"@embroider/macros": "^1.16.4",
"@embroider/test-setup": "^4.0.0",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
Expand Down Expand Up @@ -61,13 +61,13 @@
"@types/ember__test": "^4.0.6",
"@types/ember__utils": "^4.0.7",
"@types/qunit": "^2.19.10",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^8.2.2",
"ember-auto-import": "^2.7.3",
"ember-basic-dropdown": "^8.1.0",
"ember-cli": "~5.8.1",
"ember-cli": "~5.9.0",
"ember-cli-app-version": "^7.0.0",
"ember-cli-babel": "^8.2.0",
"ember-cli-clean-css": "^3.0.0",
Expand All @@ -87,35 +87,35 @@
"ember-power-calendar-moment": "^1.0.2",
"ember-power-select": "^8.2.0",
"ember-prism": "^0.13.0",
"ember-qunit": "^8.0.2",
"ember-resolver": "^11.0.1",
"ember-source": "~5.8.0",
"ember-qunit": "^8.1.0",
"ember-resolver": "^12.0.1",
"ember-source": "~5.9.0",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^6.0.0",
"ember-try": "^3.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^12.1.1",
"eslint-plugin-n": "^17.8.0",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-qunit": "^8.1.1",
"loader.js": "^4.7.0",
"memory-scroll": "^1.0.2",
"moment": "^2.30.1",
"postcss": "^8.4.38",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"prismjs": "^1.29.0",
"qunit": "^2.21.0",
"qunit-dom": "^3.1.2",
"rsvp": "^4.8.5",
"sass": "^1.77.4",
"sass": "^1.77.6",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-prettier": "^5.0.0",
"tracked-built-ins": "^3.3.0",
"typescript": "^5.4.5",
"webpack": "^5.91.0"
"typescript": "^5.5.2",
"webpack": "^5.92.1"
},
"engines": {
"node": ">= 18"
Expand Down
18 changes: 9 additions & 9 deletions ember-power-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@embroider/addon-shim": "^1.8.9",
"decorator-transforms": "^2.0.0",
"@embroider/util": "^1.13.1",
"@embroider/macros": "^1.16.2",
"@embroider/macros": "^1.16.4",
"ember-assign-helper": "^0.5.0",
"ember-element-helper": "^0.8.6",
"ember-truth-helpers": "^4.0.3"
Expand Down Expand Up @@ -107,29 +107,29 @@
"@types/ember__template": "^4.0.7",
"@types/ember__test": "^4.0.6",
"@types/ember__utils": "^4.0.7",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"babel-plugin-ember-template-compilation": "^2.2.5",
"concurrently": "^8.2.2",
"ember-concurrency": "^4.0.2",
"ember-source": "~5.8.0",
"ember-source": "~5.9.0",
"ember-template-lint": "^6.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^12.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.8.0",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-prettier": "^5.1.3",
"node-sass": "^9.0.0",
"postcss": "^8.4.38",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"prettier-plugin-ember-template-tag": "^2.0.2",
"rollup": "^4.18.0",
"rollup-plugin-styles": "^4.0.0",
"rsvp": "^4.8.5",
"sass": "^1.77.4",
"typescript": "^5.4.5",
"webpack": "^5.91.0"
"sass": "^1.77.6",
"typescript": "^5.5.2",
"webpack": "^5.92.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"@release-it-plugins/lerna-changelog": "^7.0.0",
"@release-it-plugins/workspaces": "^4.2.0",
"concurrently": "^8.2.2",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"prettier-plugin-ember-template-tag": "^2.0.2",
"release-it": "^17.3.0",
"typescript": "^5.4.5"
"release-it": "^17.4.0",
"typescript": "^5.5.2"
},
"workspaces": [
"ember-power-calendar",
Expand Down
Loading

0 comments on commit 84768b0

Please sign in to comment.