-
Notifications
You must be signed in to change notification settings - Fork 893
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
4,288 additions
and
1,237 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
lts/gallium | ||
18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"comment": "JSON format versions of tooling and languages used by automations to build, deploy and test this branch", | ||
"tools": { | ||
"composer": { | ||
"name": "composer", | ||
"version": "--2.2", | ||
"comment": "Used with Jenkins GH-actions unknown ATM" | ||
}, | ||
"node": { | ||
"name": "nodeJS", | ||
"node-version-file": "./.nvmrc", | ||
"comment": "We use the version set in the .nvmrc file, so Devs will see the same version as CI and release processes" | ||
}, | ||
"php": { | ||
"name": "PHP", | ||
"GH-Actions_version": "7.2", | ||
"GH-Actions-comment": "This is hard code ATM in the GH-actions and is currently below the version we use to release", | ||
"version": "7.4", | ||
"possible version values": [ | ||
"7.4", | ||
"8.0", | ||
"8.1", | ||
"8.2" | ||
], | ||
"container": "bullseye", | ||
"possible container values": [ | ||
"bullseye" | ||
], | ||
"comment": "Used Jenkins container will be made of <version>-<container> see https://hub.docker.com/r/yoastseo/jenkins-plugin-release/tags" | ||
}, | ||
"yarn": { | ||
"name": "yarn", | ||
"comment": "We use the version set in .yarnrc (line yarn-path), this is the method used by Yarn itself" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,30 @@ | ||
{ | ||
"name": "@yoast/browserslist-config", | ||
"version": "1.2.2", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/yoast/javascript", | ||
"directory": "packages/browserslist-config" | ||
}, | ||
"description": "The browserslist configuration for Yoast projects", | ||
"author": "Team Yoast", | ||
"homepage": "https://github.com/Yoast/javascript#readme", | ||
"license": "GPL-3.0", | ||
"private": false, | ||
"main": "src/index.js", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"test": "jest", | ||
"lint": "eslint . --max-warnings=0", | ||
"prepublishOnly": "rm -rf dist && cp -R src dist && cp package.json dist/package.json && json -I -f dist/package.json -e \\\"this.main='index.js'\\\"" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Yoast/javascript/issues" | ||
}, | ||
"devDependencies": { | ||
"browserslist": "^4.7.3" | ||
} | ||
"name": "@yoast/browserslist-config", | ||
"version": "1.2.2", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/yoast/javascript", | ||
"directory": "packages/browserslist-config" | ||
}, | ||
"description": "The browserslist configuration for Yoast projects", | ||
"author": "Team Yoast", | ||
"homepage": "https://github.com/Yoast/javascript#readme", | ||
"license": "GPL-3.0", | ||
"private": false, | ||
"main": "src/index.js", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"test": "jest", | ||
"lint": "eslint . --max-warnings=0", | ||
"prepublishOnly": "rm -rf dist && cp -R src dist && cp package.json dist/package.json && json -I -f dist/package.json -e \\\"this.main='index.js'\\\"" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Yoast/javascript/issues" | ||
}, | ||
"devDependencies": { | ||
"browserslist": "^4.7.3", | ||
"jest": "^29.7.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.