Skip to content

Commit 2810b28

Browse files
dependabot[bot]captainbrossettidoust
authored
Bump web-specs from 3.42.1 to 3.43.0 (#2767)
* Bump web-specs from 3.42.1 to 3.43.0 Bumps [web-specs](https://github.com/w3c/browser-specs) from 3.42.1 to 3.43.0. - [Release notes](https://github.com/w3c/browser-specs/releases) - [Commits](https://github.com/w3c/browser-specs/compare/[email protected]@3.43.0) --- updated-dependencies: - dependency-name: web-specs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Adjust spec URL for sourcemap-header feature The Source map format specification got an official TC39 identifier. URL in web-specs was updated accordingly (FWIW, previous URL still works but redirects to the new one). --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Patrick Brosset <[email protected]> Co-authored-by: Francois Daoust <[email protected]>
1 parent bf3e4ce commit 2810b28

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

features/sourcemap-header.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Sourcemap header
22
description: The `Sourcemap` HTTP response header links generated code to a source map, so the browser shows the original source in a debugger. This makes it easier to work with minified or transpiled code.
3-
spec: https://tc39.es/source-map/
3+
spec: https://tc39.es/ecma426/
44
compat_features:
55
- http.headers.SourceMap

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"typescript": "^5.8.2",
6060
"typescript-eslint": "^8.26.0",
6161
"unified": "^11.0.5",
62-
"web-specs": "^3.42.1",
62+
"web-specs": "^3.43.0",
6363
"winston": "^3.17.0",
6464
"yaml": "^2.7.0",
6565
"yargs": "^17.7.2"

0 commit comments

Comments
 (0)