Skip to content

Commit

Permalink
WEB-4553 | Bump Node to version 20.11.0 (#22265)
Browse files Browse the repository at this point in the history
* feat: initial node 20 bump

* feat: bump babble

* feat: bump popper, algolia

* feat: bump eslint plugins

* feat: update README, instantsearch, jshint, json2csv, lodash

* feat: bump marked, minimist, picturefill, prettier

* feat: bump post-css and sass

* feat: bump serialize, slugify, tiny-async-pool, traverse, yaml-lint

* chore: pin image
  • Loading branch information
devindford authored Mar 20, 2024
1 parent 95efe3d commit 20ef0d1
Show file tree
Hide file tree
Showing 7 changed files with 3,427 additions and 1,499 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ before_script:
when: on_success
# ================== templates ================== #
.base_template: &base_template
image: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/websites-images:webops-site-build-29458661
image: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/websites-images:webops-site-build-30436933
tags:
- "arch:amd64"
rules:
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.11.0
541 changes: 541 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.6.1.cjs
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ For more information on contributing, see the [contribution guidelines][18].
### Installation

1. [Install Node.js and npm][2] (Node.js `>=14.16.0`)
1. [Install Node.js and npm][2] (Node.js `>=20.11.0`)
1. [Install Python 3][3] (you can also use [pyenv][4])
1. [Install Hugo][13]
1. [Install Go][14] (at minimum, `go version` 1.12)
Expand Down
74 changes: 37 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,70 +35,70 @@
},
"homepage": "https://github.com/DataDog/Documentation#readme",
"engines": {
"node": ">= 14.16.0"
"node": ">= 20.11.0"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^8.0.0",
"@babel/polyfill": "^7.4.4",
"@datadog/browser-logs": "^4.44.0",
"@datadog/browser-rum": "^4.44.0",
"@popperjs/core": "^2.11",
"algoliasearch": "4.14.2",
"alpinejs": "^3.12.0",
"@babel/polyfill": "^7.12.1",
"@datadog/browser-logs": "^4.50.1",
"@datadog/browser-rum": "^4.50.1",
"@popperjs/core": "^2.11.8",
"algoliasearch": "4.22.1",
"alpinejs": "^3.13.7",
"bootstrap": "^5.2",
"del": "4.1.1",
"fancy-log": "^1.3.3",
"geo-locate": "https://s3.amazonaws.com/origin-static-assets/corp-node-packages/master/geo-locate-v1.0.1.tgz",
"hugo-bin": "0.108.0",
"instantsearch.js": "^4.53.0",
"instantsearch.js": "^4.66.0",
"js-cookie": "^2.2.1",
"js-yaml": "^3.14.1",
"jshint": "2.10.2",
"jshint": "2.13.6",
"jshint-stylish": "2.2.1",
"json2csv": "^4.5.2",
"json2csv": "^4.5.4",
"lazypipe": "1.0.2",
"lodash": "^4.17.20",
"marked": "^1.2.7",
"lodash": "^4.17.21",
"marked": "^1.2.9",
"merge-stream": "2.0.0",
"minimist": "^1.2.5",
"minimist": "^1.2.8",
"mixitup": "^3.3.1",
"mousetrap": "^1.6.5",
"picturefill": "3.0.2",
"picturefill": "3.0.3",
"popper.js": "1.16.1",
"safe-json-stringify": "^1.2.0",
"signup-failover": "https://s3.amazonaws.com/origin-static-assets/corp-node-packages/master/signup-failover-v1.0.0.tgz",
"slugify": "^1.4.6",
"tiny-async-pool": "^1.0.4",
"slugify": "^1.6.6",
"tiny-async-pool": "^1.3.0",
"tomlify-j0.4": "^3.0.0",
"traverse": "0.6.6",
"yaml-lint": "^1.2.4"
"traverse": "0.6.8",
"yaml-lint": "^1.7.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@datadog/datadog-ci": "^1.2.0",
"acorn": "^7.1.1",
"cross-env": "^5.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.24.0",
"@datadog/datadog-ci": "^1.17.0",
"acorn": "^7.4.1",
"cross-env": "^5.2.1",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"eslint-plugin-standard": "^4.0.0",
"jest": "^25.3.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^2.5.1",
"eslint-plugin-standard": "^4.1.0",
"jest": "^25.5.4",
"postcss-import": "^12.0.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.0.2",
"postcss-preset-env": "^6.7.2",
"prettier": "^2.8.8",
"rimraf": "^3.0.2",
"run-sequence": "^2.2.1",
"sass": "^1.26.10",
"serialize-javascript": "^2.1.1"
"sass": "^1.72.0",
"serialize-javascript": "^2.1.2"
},
"hugo-bin": {
"buildTags": "extended"
Expand Down
Loading

0 comments on commit 20ef0d1

Please sign in to comment.