Skip to content

Commit d349522

Browse files
Bump web-specs from 3.59.0 to 3.60.0 (#3250)
* Bump web-specs from 3.59.0 to 3.60.0 Bumps [web-specs](https://github.com/w3c/browser-specs) from 3.59.0 to 3.60.0. - [Release notes](https://github.com/w3c/browser-specs/releases) - [Commits](https://github.com/w3c/browser-specs/compare/web-specs@3.59.0...web-specs@3.60.0) --- updated-dependencies: - dependency-name: web-specs dependency-version: 3.60.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update allowlist for pirvate-network-access and local-network-access --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
1 parent 0e84d7e commit d349522

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 4 additions & 4 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
@@ -61,7 +61,7 @@
6161
"typescript": "^5.9.2",
6262
"typescript-eslint": "^8.40.0",
6363
"unified": "^11.0.5",
64-
"web-specs": "^3.59.0",
64+
"web-specs": "^3.60.0",
6565
"winston": "^3.17.0",
6666
"yaml": "^2.8.1",
6767
"yargs": "^18.0.0"

scripts/specs.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ const defaultAllowlist: allowlistItem[] = [
134134
"This is where fetchLater() is in the process of being spec'd. Once the PR merges, change the spec url in fetchlater.yml, and remove this exception."
135135
],
136136
[
137-
"https://wicg.github.io/local-network-access/",
138-
"This is missing from web-specs. Remove this when https://github.com/w3c/browser-specs/issues/1953 is resolved."
137+
"https://wicg.github.io/private-network-access/",
138+
"Allowed for private-network-access feature. Feature and spec succeeded by local-network-access."
139139
]
140140
];
141141

0 commit comments

Comments
 (0)