diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff0f1953dcc..c1a59660fbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,9 @@ name: CI on: push: - branches: [main] + branches: [main, v8.x] pull_request: - branches: [main] + branches: [main, v8.x] permissions: contents: read diff --git a/docs/.eleventy.js b/docs/.eleventy.js index 01b9c96aaba..9debf1c0d6f 100644 --- a/docs/.eleventy.js +++ b/docs/.eleventy.js @@ -189,7 +189,6 @@ module.exports = function(eleventyConfig) { * @returns {string} The base 64 encoded equivalent of the text. */ function encodeToBase64(text) { - /* global btoa -- It does exist, and is what the playground uses. */ return btoa(unescape(encodeURIComponent(text))); } diff --git a/package.json b/package.json index aa5335dbd85..a2db1dd8338 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "eslint-plugin-eslint-plugin": "^5.2.1", "eslint-plugin-internal-rules": "file:tools/internal-rules", "eslint-plugin-jsdoc": "^46.2.5", - "eslint-plugin-n": "^16.4.0", + "eslint-plugin-n": "^16.6.0", "eslint-plugin-unicorn": "^49.0.0", "eslint-release": "^3.2.0", "eslump": "^3.0.0", diff --git a/packages/eslint-config-eslint/package.json b/packages/eslint-config-eslint/package.json index f2d8507cdac..64872df6be1 100644 --- a/packages/eslint-config-eslint/package.json +++ b/packages/eslint-config-eslint/package.json @@ -31,7 +31,7 @@ "@eslint/js": "^8.42.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-jsdoc": "^46.5.1", - "eslint-plugin-n": "^16.4.0", + "eslint-plugin-n": "^16.6.0", "eslint-plugin-unicorn": "^49.0.0" }, "keywords": [