Skip to content

Commit 0efa5d7

Browse files
committed
Update some npm packages.
1 parent ba29843 commit 0efa5d7

File tree

7 files changed

+1383
-2382
lines changed

7 files changed

+1383
-2382
lines changed

docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
"homepage": "https://github.com/tc39/proposal-temporal#readme",
2525
"devDependencies": {
26-
"marked": "^4.0.7",
26+
"marked": "^4.0.12",
2727
"mkdirp": "^1.0.4",
28-
"prismjs": "^1.25.0"
28+
"prismjs": "^1.27.0"
2929
}
3030
}

package-lock.json

+1,328-2,363
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
},
99
"main": "polyfill/lib/index.mjs",
1010
"devDependencies": {
11-
"@typescript-eslint/eslint-plugin": "^5.7.0",
12-
"@typescript-eslint/parser": "^5.7.0",
13-
"ecmarkup": "^9.7.0",
14-
"eslint": "^8.4.1",
15-
"eslint-config-prettier": "^8.3.0",
11+
"@typescript-eslint/eslint-plugin": "^5.12.1",
12+
"@typescript-eslint/parser": "^5.12.1",
13+
"ecmarkup": "^10.0.2",
14+
"eslint": "^8.9.0",
15+
"eslint-config-prettier": "^8.4.0",
1616
"eslint-plugin-prettier": "^4.0.0",
1717
"mkdirp": "^1.0.4",
1818
"prettier": "^2.5.1",
19-
"typescript": "^4.5.4"
19+
"typescript": "^4.5.5"
2020
},
2121
"scripts": {
2222
"test": "cd polyfill && npm install && npm test && npm run test-cookbook && npm run test262",

polyfill/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -68,24 +68,24 @@
6868
"es-abstract": "^1.19.1"
6969
},
7070
"devDependencies": {
71-
"@babel/core": "^7.16.5",
72-
"@babel/preset-env": "^7.16.5",
71+
"@babel/core": "^7.17.5",
72+
"@babel/preset-env": "^7.16.11",
7373
"@pipobscure/demitasse": "^1.0.10",
7474
"@pipobscure/demitasse-pretty": "^1.0.10",
7575
"@pipobscure/demitasse-run": "^1.0.10",
76-
"@rollup/plugin-babel": "^5.3.0",
77-
"@rollup/plugin-commonjs": "^21.0.1",
78-
"@rollup/plugin-node-resolve": "^13.1.1",
79-
"@rollup/plugin-replace": "^3.0.0",
80-
"c8": "^7.10.0",
76+
"@rollup/plugin-babel": "^5.3.1",
77+
"@rollup/plugin-commonjs": "^21.0.2",
78+
"@rollup/plugin-node-resolve": "^13.1.3",
79+
"@rollup/plugin-replace": "^4.0.0",
80+
"c8": "^7.11.0",
8181
"codecov": "^3.8.2",
82-
"core-js": "^3.19.3",
82+
"core-js": "^3.21.1",
8383
"full-icu": "^1.4.0",
8484
"nyc": "^15.1.0",
85-
"rollup": "^2.61.1",
85+
"rollup": "^2.68.0",
8686
"rollup-plugin-terser": "^7.0.2",
8787
"test262-harness": "^9.0.0",
88-
"timezones.json": "^1.5.3",
88+
"timezones.json": "^1.6.1",
8989
"uuid": "^8.3.2"
9090
},
9191
"engines": {

spec/biblio.json

+35
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
{
22
"https://tc39.es/ecma262/": [
3+
{
4+
"type": "clause",
5+
"number": "Time Values and Time Range",
6+
"id": "sec-time-values-and-time-range"
7+
},
8+
{
9+
"type": "clause",
10+
"number": "Year Number",
11+
"id": "sec-year-number"
12+
},
13+
{
14+
"type": "clause",
15+
"number": "Month Number",
16+
"id": "sec-month-number"
17+
},
18+
{
19+
"type": "clause",
20+
"number": "Date Number",
21+
"id": "sec-date-number"
22+
},
23+
{
24+
"type": "clause",
25+
"number": "Week Day",
26+
"id": "sec-week-day"
27+
},
28+
{
29+
"type": "clause",
30+
"number": "Hours, Minutes, Second, and Milliseconds",
31+
"id": "sec-hours-minutes-second-and-milliseconds"
32+
},
33+
{
34+
"type": "clause",
35+
"number": "LocalTZA",
36+
"id": "sec-local-time-zone-adjustment"
37+
},
338
{
439
"type": "op",
540
"aoid": "CodePointsToString",

spec/duration.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1496,7 +1496,7 @@ <h1>TemporalDurationToString ( _years_, _months_, _weeks_, _days_, _hours_, _min
14961496
1. Set _timePart_ to the string concatenation of abs(_hours_) formatted as a decimal number and the code unit 0x0048 (LATIN CAPITAL LETTER H).
14971497
1. If _minutes_ is not 0, then
14981498
1. Set _timePart_ to the string concatenation of _timePart_, abs(_minutes_) formatted as a decimal number, and the code unit 0x004D (LATIN CAPITAL LETTER M).
1499-
1. If any of _seconds_, _milliseconds_, _microseconds_, and _nanoseconds_ are not 0; or _years_, _months_, _weeks_, _days_, _hours_, and _minutes_ are all 0; or _precision_ is not *"auto"*; then
1499+
1. If any of _seconds_, _milliseconds_, _microseconds_, and _nanoseconds_ are not 0; or _years_, _months_, _weeks_, _days_, _hours_, and _minutes_ are all 0; or _precision_ is not *"auto"*, then
15001500
1. Let _fraction_ be abs(_milliseconds_) × 10<sup>6</sup> + abs(_microseconds_) × 10<sup>3</sup> + abs(_nanoseconds_).
15011501
1. Let _decimalPart_ be _fraction_ formatted as a nine-digit decimal number, padded to the left with zeroes if necessary.
15021502
1. If _precision_ is *"auto"*, then

update_deps.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# root folder dependencies
22
npx npm-check-updates -u
3+
npm install
34

45
# polyfill dependencies
56
# NOTE: we don't update demitasse because our tests aren't compatible with its latest version

0 commit comments

Comments
 (0)