Skip to content

Commit c8660a0

Browse files
authored
chore(profiles/w3c-common): freeze profile to v25.5.0 (#2838)
1 parent c0daa40 commit c8660a0

File tree

6 files changed

+147
-147
lines changed

6 files changed

+147
-147
lines changed

builds/respec-w3c-common.js

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

builds/respec-w3c-common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

profiles/w3c-common.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/**
22
* The w3c-common profile is DEPRECATED.
3+
* Update (Apr 15, 2020): The w3c-common profile will no longer receive updates.
4+
* It is frozen at v25.5.0.
35
*
46
* The difference between w3c-common and the w3c profile
57
* is that this profile includes jQuery to support legacy

tests/test-build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async function checkIfFileExists(filePath) {
1616
}
1717

1818
describe("builder (tool)", () => {
19-
for (const profile of ["w3c-common", "w3c", "geonovum"]) {
19+
for (const profile of ["w3c", "geonovum"]) {
2020
const profileFile = path.join(__dirname, `../builds/respec-${profile}.js`);
2121
const mapFile = path.join(__dirname, `../builds/respec-${profile}.js.map`);
2222
it(`builds the "${profile}" profile and sourcemap`, async () => {

tools/netlify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const { Builder } = require("./builder");
1010
const { DEPLOY_PRIME_URL, COMMIT_REF, REVIEW_ID, REPOSITORY_URL } = process.env;
1111

1212
const BUILD_DIR = path.resolve(__dirname, "../builds/");
13-
const PROFILES = ["w3c", "w3c-common", "geonovum", "dini"];
13+
const PROFILES = ["w3c", "geonovum", "dini"];
1414

1515
const SPECS = {
1616
W3C: [

tools/release.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,9 +363,9 @@ const run = async () => {
363363
await Prompts.askBuildAddCommitMergeTag();
364364
await npm(`version ${version} -m "v${version}" --no-git-tag-version`);
365365

366-
// 3. Run the build script (node tools/build-w3c-common.js).
366+
// 3. Run the build script (node tools/builder.js).
367367
await npm("run builddeps");
368-
for (const name of ["w3c-common", "w3c", "geonovum", "dini"]) {
368+
for (const name of ["w3c", "geonovum", "dini"]) {
369369
await Builder.build({ name });
370370
}
371371
console.log(colors.info(" Making sure the generated version is ok... 🕵🏻"));

0 commit comments

Comments
 (0)