Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Jun 12, 2024
1 parent 381dbb2 commit 782386e
Show file tree
Hide file tree
Showing 9 changed files with 1,455 additions and 2,049 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/blueprints/*/files/

# compiled output
/declarations/
/dist/

# misc
Expand Down
33 changes: 26 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,17 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/checkout@v4
- uses: wyvox/action-setup-pnpm@v3
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Lint
run: pnpm lint
- name: Run Tests
Expand All @@ -36,11 +43,16 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/checkout@v4
- uses: wyvox/action-setup-pnpm@v3
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
args: '--no-lockfile'
cache: pnpm
- name: Install Dependencies
run: pnpm install --no-lockfile
- name: Run Tests
run: pnpm test:ember

Expand All @@ -65,9 +77,16 @@ jobs:
- embroider-optimized

steps:
- uses: actions/checkout@v4
- uses: wyvox/action-setup-pnpm@v3
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Run Tests
run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }}
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
/ember-cli-build.js
/testem.js
/tests/
/tsconfig.declarations.json
/tsconfig.json
/yarn-error.log
/yarn.lock
.gitkeep
Expand Down
1 change: 1 addition & 0 deletions .template-lintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ module.exports = {
rules: {
"require-input-label": false,
"no-obsolete-elements": false,
"no-builtin-form-components": false,
},
};
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
},
"scripts": {
"build": "ember build --environment=production",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\"",
"lint:css": "stylelint \"**/*.scss\"",
"lint:css:fix": "concurrently \"npm:lint:css -- --fix\"",
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",
"lint:css:fix": "concurrently \"pnpm:lint:css -- --fix\"",
"lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\"",
"lint:hbs": "ember-template-lint .",
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"start": "ember server",
"test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"",
"test": "concurrently \"pnpm:lint\" \"pnpm:test:*\" --names \"lint,test:\"",
"test:ember": "ember test",
"test:ember-compatibility": "ember try:each",
"prepare": "husky"
Expand All @@ -45,75 +45,75 @@
"*.{json,md,yml}": "prettier --write"
},
"dependencies": {
"@babel/core": "^7.24.0",
"@babel/core": "^7.24.7",
"@ember/string": "^3.1.1",
"@embroider/util": "^1.13.0",
"@embroider/util": "^1.13.1",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"broccoli-funnel": "^3.0.8",
"broccoli-merge-trees": "^4.2.0",
"broccoli-stew": "^3.0.0",
"ember-auto-import": "^2.7.2",
"ember-auto-import": "^2.7.3",
"ember-cli-babel": "^8.2.0",
"ember-cli-htmlbars": "^6.3.0",
"ember-composable-helpers": "^5.0.0",
"ember-focus-trap": "^1.1.0",
"ember-modifier": "^4.1.0",
"ember-toggle": "^9.0.3",
"ember-truth-helpers": "^4.0.3",
"uikit": "^3.19.1"
"uikit": "^3.21.5"
},
"devDependencies": {
"@adfinis/eslint-config": "2.1.1",
"@adfinis/semantic-release-config": "4.1.0",
"@adfinis/semantic-release-config": "5.0.0",
"@babel/eslint-parser": "7.24.7",
"@babel/plugin-proposal-decorators": "7.24.7",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.1.0",
"@commitlint/config-conventional": "19.2.2",
"@ember/optional-features": "2.1.0",
"@ember/test-helpers": "3.3.0",
"@embroider/test-setup": "3.0.3",
"@embroider/test-setup": "4.0.0",
"broccoli-asset-rev": "3.0.0",
"concurrently": "8.2.2",
"ember-cli": "5.7.0",
"ember-cli-app-version": "6.0.1",
"ember-cli": "5.9.0",
"ember-cli-app-version": "7.0.0",
"ember-cli-clean-css": "3.0.0",
"ember-cli-code-coverage": "2.1.1",
"ember-cli-code-coverage": "3.0.0",
"ember-cli-dependency-checker": "3.3.2",
"ember-cli-inject-live-reload": "2.1.0",
"ember-cli-sass": "11.0.1",
"ember-cli-sri": "2.1.1",
"ember-cli-terser": "4.0.2",
"ember-code-snippet": "3.0.0",
"ember-concurrency": "4.0.1",
"ember-concurrency": "4.0.2",
"ember-load-initializers": "2.1.2",
"ember-prism": "0.13.0",
"ember-qunit": "8.0.2",
"ember-resolver": "11.0.1",
"ember-source": "5.7.0",
"ember-resolver": "12.0.0",
"ember-source": "5.9.0",
"ember-source-channel-url": "3.0.0",
"ember-template-lint": "5.13.0",
"ember-template-lint": "6.0.0",
"ember-template-lint-plugin-prettier": "5.0.0",
"ember-try": "3.0.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-ember": "12.0.2",
"eslint-plugin-ember": "12.1.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-n": "17.8.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-qunit": "8.1.1",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"lint-staged": "15.2.5",
"loader.js": "4.7.0",
"prettier": "3.2.5",
"qunit": "2.20.1",
"qunit-dom": "3.0.0",
"sass": "1.72.0",
"prettier": "3.3.2",
"qunit": "2.21.0",
"qunit-dom": "3.1.2",
"sass": "1.77.4",
"semantic-release": "24.0.0",
"stylelint": "16.6.1",
"stylelint-config-standard-scss": "13.0.0",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-prettier": "5.0.0",
"stylelint-scss": "6.2.1",
"stylelint-scss": "6.3.1",
"webpack": "5.91.0"
},
"packageManager": "pnpm@8.8.0",
Expand Down
Loading

0 comments on commit 782386e

Please sign in to comment.