Skip to content

Commit 81bb25b

Browse files
authored
Merge pull request #20291 from emberjs/dependabot/npm_and_yarn/prettier-2.8.0
Bump prettier from 2.7.1 to 2.8.0
2 parents f8f62a8 + d324fc9 commit 81bb25b

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"mkdirp": "^1.0.4",
149149
"mocha": "^10.1.0",
150150
"npm-run-all": "^4.1.5",
151-
"prettier": "^2.7.1",
151+
"prettier": "^2.8.0",
152152
"puppeteer": "^13.5.1",
153153
"qunit": "^2.19.1",
154154
"rollup-plugin-commonjs": "^9.3.4",

tests/node/app-boot-test.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@ QUnit.module('App Boot', function (hooks) {
2626
hasExistence: true,
2727
});
2828

29-
this.template('components/foo-bar', '\
29+
this.template(
30+
'components/foo-bar',
31+
'\
3032
<p>The files are *inside* the computer?!</p>\
31-
');
33+
'
34+
);
3235

3336
return this.renderToHTML('/').then(function (html) {
3437
assert.htmlMatches(

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8853,10 +8853,10 @@ prettier-linter-helpers@^1.0.0:
88538853
dependencies:
88548854
fast-diff "^1.1.2"
88558855

8856-
prettier@^2.5.1, prettier@^2.7.1:
8857-
version "2.7.1"
8858-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
8859-
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==
8856+
prettier@^2.5.1, prettier@^2.8.0:
8857+
version "2.8.0"
8858+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.0.tgz#c7df58393c9ba77d6fba3921ae01faf994fb9dc9"
8859+
integrity sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==
88608860

88618861
pretty-ms@^3.1.0:
88628862
version "3.1.0"

0 commit comments

Comments
 (0)