Skip to content

Commit 696bb65

Browse files
authored
Merge pull request #115 from haensl/114
#114: Update dependencies.
2 parents 34fb555 + 03941c1 commit 696bb65

File tree

6 files changed

+263
-887
lines changed

6 files changed

+263
-887
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ workflows:
135135
# at this point in time because config templates
136136
# are pre-compiled. See
137137
# https://discuss.circleci.com/t/how-to-use-a-bash-env-variable-as-a-parameter-to-a-command-or-when-condition/29186
138-
node_version: 10.12.0
138+
node_version: 12.22.7
139139
- bundle:
140140
requires:
141141
- lint
@@ -148,7 +148,7 @@ workflows:
148148
- bundle
149149
- bundle-test-cjs-js:
150150
name: bundle-test-cjs-js@engine
151-
node_version: 10.12.0
151+
node_version: 12.22.7
152152
requires:
153153
- bundle
154154
- ensure-versioned-correctly:
@@ -169,7 +169,7 @@ workflows:
169169
- publish
170170
- package-test-cjs-js:
171171
name: package-test-cjs-js@engine
172-
node_version: 10.12.0
172+
node_version: 12.22.7
173173
requires:
174174
- publish
175175
- publish-github-release:

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npm run lint && npm test

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 2.5.3
2+
* [#114: Update dependencies.](https://github.com/haensl/js-profiler/issues/114)
3+
* Lift required Node.js version from 10.12.0 to 12.22.7 to since maintenance has run out.
4+
15
### 2.5.2
26
* [#112: Update dependencies.](https://github.com/haensl/js-profiler/issues/112)
37

docs/js-profiler.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
." vim: set syn=nroff
2-
.TH js-profiler 1 "August 2021" "js-profiler v2.5.2"
2+
.TH js-profiler 1 "January 2022" "js-profiler v2.5.3"
33

44
.SH NAME
55
js-profiler - A JavaScript profiling tool and collection of profiling modules and benchmarks.

0 commit comments

Comments
 (0)