Skip to content

Commit 1ab4cdc

Browse files
authored
Merge pull request #289 from ember-learn/dependabot/npm_and_yarn/got-and-alex-12.6.1
Bump got and alex
2 parents 3d88882 + f5bf317 commit 1ab4cdc

File tree

6 files changed

+10947
-2048
lines changed

6 files changed

+10947
-2048
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ Avoid voice altogether whenever you can. When some voice is needed, use first pe
7070
- Best: “There is an entire ecosystem of adapters that allows Ember apps to talk to different types of servers …”
7171

7272
#### Inclusive language
73-
<!--alex disable her-him obviously -->
73+
<!--alex disable her-him obvious just -->
7474
“They/Them” is used in place of him/he/she/her/etc. Do not use gender in code examples. Avoid terms like “just, simply, obviously” etc.

guides/advanced-use/asset-compilation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@ module.exports = {
5151

5252
(If these values look familiar, they're the same exact values used by the popular [Autoprefixer](https://github.com/postcss/autoprefixer) project. Autoprefixer has an [online version](https://goonlinetools.com/autoprefixer/) that allows you to enter your non-prefixed CSS and gives you a prefix-added CSS.)
5353

54-
<!-- alex disable simply -->
5554
If you need more fine-grained customization over the way that `babel-preset-env` transforms your code,
56-
simply set any of the [babel-preset-env options](https://babeljs.io/docs/en/babel-preset-env.html#options) on your application's `babel` hash in `ember-cli-build.js`.
55+
set any of the [babel-preset-env options](https://babeljs.io/docs/en/babel-preset-env.html#options) on your application's `babel` hash in `ember-cli-build.js`.
5756

5857
For example, if you wanted to explicitly exclude generator function transpilation from your
5958
output, your configuration would look like this:

guides/advanced-use/debugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ set a `debugger` at the top of `ember-cli-build.js`, and then run:
3434
```bash
3535
node inspect ./node_modules/.bin/ember build
3636
```
37-
<!-- alex disable simply -->
37+
3838
You'll first see the build command pause at the start of the program. You can tell it to continue
39-
by typing `cont` (or simply `c`). Once the program begins executing, it will stop at any `debugger`
39+
by typing `cont` (or `c`). Once the program begins executing, it will stop at any `debugger`
4040
statements it finds. You can then enter a REPL, by typing `repl`.
4141

4242
In addition to stepping through this code using the Node.js debugger, you can also "attach" other debugging

guides/appendix/dev-tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ to enable it inside those projects.
6565
6666
6767
### Sublime Text
68-
<!-- alex disable simply -->
68+
6969
If you are using [Sublime Text](http://www.sublimetext.com) with Ember CLI,
7070
by default it will try to index all files in your `tmp` directory for its
7171
GoToAnything functionality. This will cause your computer to come to a
7272
screeching halt @ 90%+ CPU usage, and can significantly increase build times.
73-
Simply remove these directories from the folders Sublime Text watches:
73+
Remove these directories from the folders Sublime Text watches:
7474
7575
`Sublime Text -> Preferences -> Settings - User`
7676

0 commit comments

Comments
 (0)