Skip to content

Commit 1a8e391

Browse files
committed
Remove checkboxes
1 parent e73ef36 commit 1a8e391

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docs/updating_dependencies.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@ This is a guide to updating project dependencies. Various project dependencies r
1010

1111
To update [Electron][electron], perform the following steps:
1212

13-
1. [ ] Check the version release notes to ensure that updating [Electron][electron] will **not** introduce breaking changes. Note that a major [Electron][electron] release does **not** imply breaking changes within the project. What matters is what changes are included in the release and whether those changes affect our usage of [Electron][electron].
13+
1. Check the version release notes to ensure that updating [Electron][electron] will **not** introduce breaking changes. Note that a major [Electron][electron] release does **not** imply breaking changes within the project. What matters is what changes are included in the release and whether those changes affect our usage of [Electron][electron].
1414

1515
If updating [Electron][electron] **will** introduce breaking changes, assess the implications to the project and determine whether the changes affect internal project usage or will cause downstream effects for project consumers. If the former, assess whether refactoring to accommodate the changes is possible. In both scenarios, consult with a project lead to determine an update strategy.
1616

17-
2. [ ] Update the configuration file found in `/etc` for [David][david], a service which monitors npm for new releases, to use the desired [Electron][electron] version.
17+
2. Update the configuration file found in `/etc` for [David][david], a service which monitors npm for new releases, to use the desired [Electron][electron] version.
1818

19-
3. [ ] Update the default `DEPS_ELECTRON_VERSION` Makefile environment variable value to the desired [Electron][electron] version.
19+
3. Update the default `DEPS_ELECTRON_VERSION` Makefile environment variable value to the desired [Electron][electron] version.
2020

21-
4. [ ] For each [Electron][electron] checksum found in `/deps/checksums`, rename the folder to the desired [Electron][electron] version and update the checksum for each target platform. If [Electron][electron] adds support for a new target platform, add the checksum. If [Electron][electron] removes support for a target platform, remove the existing checksum.
21+
4. For each [Electron][electron] checksum found in `/deps/checksums`, rename the folder to the desired [Electron][electron] version and update the checksum for each target platform. If [Electron][electron] adds support for a new target platform, add the checksum. If [Electron][electron] removes support for a target platform, remove the existing checksum.
2222

23-
5. [ ] Commit the changes.
23+
5. Commit the changes.
2424

2525
## Node Modules
2626

2727
To update `node_modules` dependencies, perform the following steps:
2828

29-
1. [ ] Check the dependency's release notes, changelog, and/or commit history to ensure that updating the dependency will **not** introduce breaking changes. Note that a major release does **not** imply breaking changes within the project. What matters is what changes are included in the release and whether those changes affect our usage of the dependency.
29+
1. Check the dependency's release notes, changelog, and/or commit history to ensure that updating the dependency will **not** introduce breaking changes. Note that a major release does **not** imply breaking changes within the project. What matters is what changes are included in the release and whether those changes affect our usage of the dependency.
3030

3131
If updating a dependency **will** introduce breaking changes, assess the implications to the project and determine whether the changes affect internal project usage or will cause downstream effects for project consumers. If the former, assess whether refactoring to accommodate the changes is possible. In both scenarios, consult with a project lead to determine an update strategy.
3232

33-
2. [ ] Remove the dependency. If the dependency is a production dependency,
33+
2. Remove the dependency. If the dependency is a production dependency,
3434

3535
<!-- run-disable -->
3636

@@ -48,7 +48,7 @@ To update `node_modules` dependencies, perform the following steps:
4848

4949
Note that the above commands will remove the dependency **and** update the root `package.json`.
5050

51-
3. [ ] Install the dependency. If the dependency is a production dependency,
51+
3. Install the dependency. If the dependency is a production dependency,
5252

5353
<!-- run-disable -->
5454

@@ -66,7 +66,7 @@ To update `node_modules` dependencies, perform the following steps:
6666

6767
Note that the above commands will install the dependency **and** update the root `package.json`.
6868

69-
4. [ ] Commit the changes.
69+
4. Commit the changes.
7070

7171
<section class="links">
7272

0 commit comments

Comments
 (0)