Skip to content

meta: bump the lint group with 11 updates #7915

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,17 @@
"vfile-matter": "~5.0.1"
},
"devDependencies": {
"@eslint/compat": "~1.2.8",
"@eslint/compat": "~1.3.1",
"@eslint/eslintrc": "~3.3.1",
"@flarelabs-net/wrangler-build-time-fs-assets-polyfilling": "^0.0.0",
"@next/eslint-plugin-next": "15.3.4",
"@opennextjs/cloudflare": "^1.3.0",
"@playwright/test": "^1.53.2",
"@testing-library/user-event": "~14.6.1",
"@types/semver": "~7.7.0",
"eslint-config-next": "15.3.3",
"eslint-import-resolver-typescript": "~4.4.2",
"eslint-plugin-mdx": "~3.4.2",
"eslint-config-next": "15.3.5",
"eslint-import-resolver-typescript": "~4.4.4",
"eslint-plugin-mdx": "~3.6.0",
"eslint-plugin-react": "~7.37.4",
"eslint-plugin-react-hooks": "5.2.0",
"global-jsdom": "^26.0.0",
Expand All @@ -104,13 +104,13 @@
"remark-lint-prohibited-strings": "^4.0.0",
"remark-lint-unordered-list-marker-style": "^4.0.1",
"remark-preset-lint-node": "5.1.2",
"stylelint": "16.20.0",
"stylelint": "16.21.1",
"stylelint-config-standard": "38.0.0",
"stylelint-order": "7.0.0",
"stylelint-selector-bem-pattern": "4.0.1",
"tsx": "^4.20.3",
"typescript": "catalog:",
"typescript-eslint": "~8.33.1",
"typescript-eslint": "~8.35.1",
"user-agent-data-types": "0.4.2",
"wrangler": "^4.22.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Attendees have the opportunity to see and learn more about how organizations lik
In addition, the company is sharing real customer successes and adoption statistics of Node.js at large. The company gathered the data from 100 of their Node customers across the globe. The leading industries in implementation and adoption of Node.js include enterprise software companies and media companies. Financial, payment, travel, e-commerce and IoT tie for third in industries that are leading in both adoption and implementation.

Startups are leading the way in adding Node.js into their strategy, but in 2013 and 2014 larger incumbents started to transition their stacks with Node.js as a core technology, notable names include PayPal, Condé Nast, and Costa. In terms of startup saturation:

- 25% of developers at growth-stage companies in enterprise software are using Node.js;
- 25% of developers at FinTech startups are using Node.js;
- Healthcare startups are using Node.js in a significant way - an average of 33% of developers are using Node.js with the primary use-case to enable rapid-innovation;
Expand Down
1 change: 0 additions & 1 deletion apps/site/pages/en/blog/release/v0.10.29.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ author: The Node.js Project
- npm: upgrade to 1.4.14

- utf8: Prevent Node from sending invalid UTF-8 (Felix Geisendörfer)

- _NOTE_ this introduces a breaking change, previously you could construct
invalid UTF-8 and invoke an error in a client that was expecting valid
UTF-8, now unmatched surrogate pairs are replaced with the unknown UTF-8
Expand Down
1 change: 0 additions & 1 deletion apps/site/pages/en/blog/release/v0.8.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ author: The Node.js Project
- V8: upgrade to v3.11.10.12

- npm: upgrade to v1.1.33

- Support for parallel use of the cache folder
- Retry on registry timeouts or network failures (Trent Mick)
- Reduce 'engines' failures to a warning
Expand Down
1 change: 0 additions & 1 deletion apps/site/pages/en/blog/release/v0.8.17.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ upgrade ASAP.
2013.01.09, Version 0.8.17 (Stable)

- npm: Upgrade to v1.2.0

- peerDependencies (Domenic Denicola)
- node-gyp v0.8.2 (Nathan Rajlich)
- Faster installs from github user/project shorthands (Nathan Zadoks)
Expand Down
1 change: 0 additions & 1 deletion apps/site/pages/en/blog/release/v0.8.27.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ author: The Node.js Project
- openssl: update to 1.0.0m (CVE-2014-0224)

- utf8: Prevent Node from sending invalid UTF-8 (Felix Geisendörfer)

- _NOTE_ this introduces a breaking change, previously you could construct
invalid UTF-8 and invoke an error in a client that was expecting valid
UTF-8, now unmatched surrogate pairs are replaced with the unknown UTF-8
Expand Down
1 change: 0 additions & 1 deletion apps/site/pages/en/blog/release/v10.15.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ author: Shelley Vohr
### Notable Changes

- **doc**:

- add oyyd to collaborators (Ouyang Yadong) [#24300](https://github.com/nodejs/node/pull/24300)

- **tls**:
Expand Down
2 changes: 0 additions & 2 deletions apps/site/pages/en/blog/release/v14.15.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ author: Bethany Nicolle Griggs
Vulnerabilities fixed:

- **CVE-2020-1971**: OpenSSL - EDIPARTYNAME NULL pointer de-reference (High)

- This is a vulnerability in OpenSSL which may be exploited through
Node.js. You can read more about it in
https://www.openssl.org/news/secadv/20201208.txt

- **CVE-2020-8265**: use-after-free in TLSWrap (High)

- Affected Node.js versions are vulnerable to a use-after-free bug in
its TLS implementation. When writing to a TLS enabled socket,
node::StreamBase::Write calls node::TLSWrap::DoWrite with a freshly
Expand Down
1 change: 0 additions & 1 deletion apps/site/pages/en/blog/release/v15.5.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ author: Bethany Nicolle Griggs
Vulnerabilities fixed:

- **CVE-2020-8265**: use-after-free in TLSWrap (High)

- Affected Node.js versions are vulnerable to a use-after-free bug in
its TLS implementation. When writing to a TLS enabled socket,
node::StreamBase::Write calls node::TLSWrap::DoWrite with a freshly
Expand Down
1 change: 0 additions & 1 deletion apps/site/pages/en/blog/release/v16.15.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ author: Juan José Arboleda and Bethany Nicolle Griggs
### Notable Changes

- **deps**:

- upgrade npm to 8.11.0 (<[email protected]>) [#43210](https://github.com/nodejs/node/pull/43210)

- **docs**:
Expand Down
1 change: 0 additions & 1 deletion apps/site/pages/en/blog/release/v20.12.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Contributed by Joyee Cheung in [#51044](https://github.com/nodejs/node/pull/5104
#### Loading and parsing environment variables

- `process.loadEnvFile(path)`:

- Use this function to load the `.env` file. If no path is specified, it automatically loads the .env file in the current directory. Example: `process.loadEnvFile()`.
- Load a specific .env file by specifying its path. Example: `process.loadEnvFile('./development.env')`.

Expand Down
1 change: 0 additions & 1 deletion apps/site/pages/en/blog/release/v21.7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Contributed by Rafael Gonzaga and Hemanth HM in [#51850](https://github.com/node
### Loading and parsing environment variables

- `process.loadEnvFile(path)`:

- Use this function to load the `.env` file. If no path is specified, it automatically loads the .env file in the current directory. Example: `process.loadEnvFile()`.
- Load a specific .env file by specifying its path. Example: `process.loadEnvFile('./development.env')`.

Expand Down
1 change: 0 additions & 1 deletion apps/site/pages/en/blog/release/v5.10.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ author: Myles Borins
### Notable changes

- **http**:

- Enclose IPv6 Host header in square brackets. This will enable proper separation of the host address from any port reference (Mihai Potra) [#5314](https://github.com/nodejs/node/pull/5314)

- **path**:
Expand Down
18 changes: 0 additions & 18 deletions apps/site/pages/en/blog/release/v8.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,13 +270,11 @@ we've dropped the "v" and call it Node.js 8.
### Notable Changes

- **Async Hooks**

- The `async_hooks` module has landed in core
[[`4a7233c178`](https://github.com/nodejs/node/commit/4a7233c178)]
[#12892](https://github.com/nodejs/node/pull/12892).

- **Buffer**

- Using the `--pending-deprecation` flag will cause Node.js to emit a
deprecation warning when using `new Buffer(num)` or `Buffer(num)`.
[[`d2d32ea5a2`](https://github.com/nodejs/node/commit/d2d32ea5a2)]
Expand All @@ -289,7 +287,6 @@ we've dropped the "v" and call it Node.js 8.
[#10236](https://github.com/nodejs/node/pull/10236).

- **Child Process**

- Argument and kill signal validations have been improved
[[`97a77288ce`](https://github.com/nodejs/node/commit/97a77288ce)]
[#12348](https://github.com/nodejs/node/pull/12348),
Expand All @@ -300,13 +297,11 @@ we've dropped the "v" and call it Node.js 8.
[#10653](https://github.com/nodejs/node/pull/10653).

- **Console**

- Error events emitted when using `console` methods are now supressed.
[[`f18e08d820`](https://github.com/nodejs/node/commit/f18e08d820)]
[#9744](https://github.com/nodejs/node/pull/9744).

- **Dependencies**

- The npm client has been updated to 5.0.0
[[`c58cea5`](https://github.com/nodejs/node/commit/c58cea5)]
[#13276](https://github.com/nodejs/node/pull/13276).
Expand All @@ -315,19 +310,16 @@ we've dropped the "v" and call it Node.js 8.
[#12784](https://github.com/nodejs/node/pull/12784).

- **Domains**

- Native `Promise` instances are now `Domain` aware
[[`84dabe8373`](https://github.com/nodejs/node/commit/84dabe8373)]
[#12489](https://github.com/nodejs/node/pull/12489).

- **Errors**

- We have started assigning static error codes to errors generated by Node.js.
This has been done through multiple commits and is still a work in
progress.

- **File System**

- The utility class `fs.SyncWriteStream` has been deprecated
[[`7a55e34ef4`](https://github.com/nodejs/node/commit/7a55e34ef4)]
[#10467](https://github.com/nodejs/node/pull/10467).
Expand All @@ -336,7 +328,6 @@ we've dropped the "v" and call it Node.js 8.
[#9683](https://github.com/nodejs/node/pull/9683).

- **HTTP**

- Improved support for userland implemented Agents
[[`90403dd1d0`](https://github.com/nodejs/node/commit/90403dd1d0)]
[#11567](https://github.com/nodejs/node/pull/11567).
Expand All @@ -351,7 +342,6 @@ we've dropped the "v" and call it Node.js 8.
[#10805](https://github.com/nodejs/node/pull/10805).

- **Lib**

- All deprecation messages have been assigned static identifiers
[[`5de3cf099c`](https://github.com/nodejs/node/commit/5de3cf099c)]
[#10116](https://github.com/nodejs/node/pull/10116).
Expand All @@ -360,13 +350,11 @@ we've dropped the "v" and call it Node.js 8.
[#12113](https://github.com/nodejs/node/pull/12113).

- **N-API**

- Experimental support for the new N-API API has been added
[[`56e881d0b0`](https://github.com/nodejs/node/commit/56e881d0b0)]
[#11975](https://github.com/nodejs/node/pull/11975).

- **Process**

- Process warning output can be redirected to a file using the
`--redirect-warnings` command-line argument
[[`03e89b3ff2`](https://github.com/nodejs/node/commit/03e89b3ff2)]
Expand All @@ -376,13 +364,11 @@ we've dropped the "v" and call it Node.js 8.
[#12725](https://github.com/nodejs/node/pull/12725).

- **REPL**

- REPL magic mode has been deprecated
[[`3f27f02da0`](https://github.com/nodejs/node/commit/3f27f02da0)]
[#11599](https://github.com/nodejs/node/pull/11599).

- **Src**

- `NODE_MODULE_VERSION` has been updated to 57
[[`ec7cbaf266`](https://github.com/nodejs/node/commit/ec7cbaf266)]
[#12995](https://github.com/nodejs/node/pull/12995).
Expand All @@ -404,7 +390,6 @@ we've dropped the "v" and call it Node.js 8.
[#12087](https://github.com/nodejs/node/pull/12087).

- **Stream**

- `Stream` now supports `destroy()` and `_destroy()` APIs
[[`b6e1d22fa6`](https://github.com/nodejs/node/commit/b6e1d22fa6)]
[#12925](https://github.com/nodejs/node/pull/12925).
Expand All @@ -413,7 +398,6 @@ we've dropped the "v" and call it Node.js 8.
[#12828](https://github.com/nodejs/node/pull/12828).

- **TLS**

- The `rejectUnauthorized` option now defaults to `true`
[[`348cc80a3c`](https://github.com/nodejs/node/commit/348cc80a3c)]
[#5923](https://github.com/nodejs/node/pull/5923).
Expand All @@ -425,13 +409,11 @@ we've dropped the "v" and call it Node.js 8.
[#11447](https://github.com/nodejs/node/pull/11447).

- **URL**

- The WHATWG URL implementation is now a fully-supported Node.js API
[[`d080ead0f9`](https://github.com/nodejs/node/commit/d080ead0f9)]
[#12710](https://github.com/nodejs/node/pull/12710).

- **Util**

- `Symbol` keys are now displayed by default when using `util.inspect()`
[[`5bfd13b81e`](https://github.com/nodejs/node/commit/5bfd13b81e)]
[#9726](https://github.com/nodejs/node/pull/9726).
Expand Down
3 changes: 0 additions & 3 deletions apps/site/pages/en/blog/release/v8.1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,19 @@ author: Anna Henningsen
### Notable changes

- **Child processes**

- `stdout` and `stderr` are now available on the error output of a
failed call to the `util.promisify()`ed version of
`child_process.exec`.
[[`d66d4fc94c`](https://github.com/nodejs/node/commit/d66d4fc94c)]
[#13388](https://github.com/nodejs/node/pull/13388)

- **HTTP**

- A regression that broke certain scenarios in which HTTP is used together
with the `cluster` module has been fixed.
[[`fff8a56d6f`](https://github.com/nodejs/node/commit/fff8a56d6f)]
[#13578](https://github.com/nodejs/node/pull/13578)

- **HTTPS**

- The `rejectUnauthorized` option now works properly for unix sockets.
[[`c4cbd99d37`](https://github.com/nodejs/node/commit/c4cbd99d37)]
[#13505](https://github.com/nodejs/node/pull/13505)
Expand Down
4 changes: 0 additions & 4 deletions apps/site/pages/en/blog/release/v8.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,22 @@ Big thanks to @addaleax who prepared the vast majority of this release.
### Notable changes

- **Async Hooks**

- Multiple improvements to Promise support in `async_hooks` have been made.

- **Build**

- The compiler version requirement to build Node with GCC has been raised to
GCC 4.9.4.
[[`820b011ed6`](https://github.com/nodejs/node/commit/820b011ed6)]
[#13466](https://github.com/nodejs/node/pull/13466)

- **Cluster**

- Users now have more fine-grained control over the inspector port used by
individual cluster workers. Previously, cluster workers were restricted to
incrementing from the master's debug port.
[[`dfc46e262a`](https://github.com/nodejs/node/commit/dfc46e262a)]
[#14140](https://github.com/nodejs/node/pull/14140)

- **DNS**

- The server used for DNS queries can now use a custom port.
[[`ebe7bb29aa`](https://github.com/nodejs/node/commit/ebe7bb29aa)]
[#13723](https://github.com/nodejs/node/pull/13723)
Expand Down
4 changes: 0 additions & 4 deletions apps/site/pages/en/blog/release/v8.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,20 @@ https://medium.com/the-node-js-collection/get-ready-a-new-v8-is-coming-node-js-p
#### Other notable changes

- **DNS**

- Independent DNS resolver instances are supported now, with support for
cancelling the corresponding requests.
[#14518](https://github.com/nodejs/node/pull/14518)

- **N-API**

- Multiple N-API functions for error handling have been changed to support
assigning error codes.
[#13988](https://github.com/nodejs/node/pull/13988)

- **REPL**

- Autocompletion support for `require()` has been improved.
[#14409](https://github.com/nodejs/node/pull/14409)

- **Utilities**

- The WHATWG Encoding Standard (`TextDecoder` and `TextEncoder`) has
been implemented as an experimental feature.
[#13644](https://github.com/nodejs/node/pull/13644)
Expand Down
4 changes: 0 additions & 4 deletions apps/site/pages/en/blog/release/v8.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,21 @@ author: Anna Henningsen
### Notable changes

- **HTTP2**

- Experimental support for the built-in `http2` has been added via the
`--expose-http2` flag.
[#14239](https://github.com/nodejs/node/pull/14239)

- **Inspector**

- `require()` is available in the inspector console now.
[#8837](https://github.com/nodejs/node/pull/8837)
- Multiple contexts, as created by the `vm` module, are supported now.
[#14465](https://github.com/nodejs/node/pull/14465)

- **N-API**

- New APIs for creating number values have been introduced.
[#14573](https://github.com/nodejs/node/pull/14573)

- **Stream**

- For `Duplex` streams, the high water mark option can now be set
independently for the readable and the writable side.
[#14636](https://github.com/nodejs/node/pull/14636)
Expand Down
Loading
Loading