Skip to content

Commit

Permalink
Merge pull request #400 from qonto/ember-template-lint-5.11.2
Browse files Browse the repository at this point in the history
chore: upgrade ember-template-lint to 5.11.2 and switch to wyvox/action-setup-pnpm@v3
  • Loading branch information
dannycalleri authored Sep 20, 2023
2 parents 180dda4 + 8dd8c4b commit dfa6be1
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 93 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install pnpm
uses: NullVoxPopuli/action-setup-pnpm@v2
uses: wyvox/action-setup-pnpm@v3
with:
pnpm-version: 8.5.1
node-version: 16.x
Expand All @@ -38,11 +38,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install pnpm
uses: NullVoxPopuli/action-setup-pnpm@v2
uses: wyvox/action-setup-pnpm@v3
with:
pnpm-version: 8.5.1
node-version: 16.x
no-lockfile: true
args: "--no-lockfile"
- name: Run tests
run: pnpm test

Expand All @@ -67,7 +67,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install pnpm
uses: NullVoxPopuli/action-setup-pnpm@v2
uses: wyvox/action-setup-pnpm@v3
with:
pnpm-version: 8.5.1
node-version: 16.x
Expand Down
12 changes: 12 additions & 0 deletions ember-autofocus-modifier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@

## v6.0.0 (2023-06-02)

#### :boom: Breaking Change
* [#392](https://github.com/qonto/ember-autofocus-modifier/pull/392) Drop node v14 support ([@vscav](https://github.com/vscav))

#### :house: Internal
* [#391](https://github.com/qonto/ember-autofocus-modifier/pull/391) Migrate from yarn to pnpm ([@vscav](https://github.com/vscav))

#### Committers: 1
- Vincent Scavinner ([@vscav](https://github.com/vscav))

## v0.1.0 (2019-11-13)

#### :memo: Documentation
Expand Down
2 changes: 1 addition & 1 deletion ember-autofocus-modifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@embroider/addon-dev": "^3.0.0",
"@rollup/plugin-babel": "^5.3.0",
"concurrently": "^7.2.1",
"ember-template-lint": "^5.8.0",
"ember-template-lint": "^5.11.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-ember": "^10.5.8",
Expand Down
133 changes: 53 additions & 80 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dfa6be1

Please sign in to comment.