Skip to content

Commit 5572773

Browse files
meta: bump the lint group with 11 updates (#7915)
* meta: bump the lint group with 11 updates --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lint - dependency-name: "@eslint/js" dependency-version: 9.30.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: eslint dependency-version: 9.30.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: eslint-plugin-import-x dependency-version: 4.16.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: eslint-import-resolver-typescript dependency-version: 4.4.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint - dependency-name: typescript-eslint dependency-version: 8.35.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: stylelint dependency-version: 16.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: "@eslint/compat" dependency-version: 1.3.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: eslint-config-next dependency-version: 15.3.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint - dependency-name: eslint-plugin-mdx dependency-version: 3.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint ... Signed-off-by: dependabot[bot] <[email protected]> * fixup! --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: avivkeller <[email protected]>
1 parent 4ebead0 commit 5572773

29 files changed

+499
-778
lines changed

apps/site/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,17 @@
7777
"vfile-matter": "~5.0.1"
7878
},
7979
"devDependencies": {
80-
"@eslint/compat": "~1.2.8",
80+
"@eslint/compat": "~1.3.1",
8181
"@eslint/eslintrc": "~3.3.1",
8282
"@flarelabs-net/wrangler-build-time-fs-assets-polyfilling": "^0.0.0",
8383
"@next/eslint-plugin-next": "15.3.4",
8484
"@opennextjs/cloudflare": "^1.3.0",
8585
"@playwright/test": "^1.53.2",
8686
"@testing-library/user-event": "~14.6.1",
8787
"@types/semver": "~7.7.0",
88-
"eslint-config-next": "15.3.3",
89-
"eslint-import-resolver-typescript": "~4.4.2",
90-
"eslint-plugin-mdx": "~3.4.2",
88+
"eslint-config-next": "15.3.5",
89+
"eslint-import-resolver-typescript": "~4.4.4",
90+
"eslint-plugin-mdx": "~3.6.0",
9191
"eslint-plugin-react": "~7.37.4",
9292
"eslint-plugin-react-hooks": "5.2.0",
9393
"global-jsdom": "^26.0.0",
@@ -104,13 +104,13 @@
104104
"remark-lint-prohibited-strings": "^4.0.0",
105105
"remark-lint-unordered-list-marker-style": "^4.0.1",
106106
"remark-preset-lint-node": "5.1.2",
107-
"stylelint": "16.20.0",
107+
"stylelint": "16.21.1",
108108
"stylelint-config-standard": "38.0.0",
109109
"stylelint-order": "7.0.0",
110110
"stylelint-selector-bem-pattern": "4.0.1",
111111
"tsx": "^4.20.3",
112112
"typescript": "catalog:",
113-
"typescript-eslint": "~8.33.1",
113+
"typescript-eslint": "~8.35.1",
114114
"user-agent-data-types": "0.4.2",
115115
"wrangler": "^4.22.0"
116116
},

apps/site/pages/en/blog/announcements/foundation-advances-growth.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Attendees have the opportunity to see and learn more about how organizations lik
3030
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.
3131

3232
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:
33-
3433
- 25% of developers at growth-stage companies in enterprise software are using Node.js;
3534
- 25% of developers at FinTech startups are using Node.js;
3635
- 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;

apps/site/pages/en/blog/release/v0.10.29.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ author: The Node.js Project
1313
- npm: upgrade to 1.4.14
1414

1515
- utf8: Prevent Node from sending invalid UTF-8 (Felix Geisendörfer)
16-
1716
- _NOTE_ this introduces a breaking change, previously you could construct
1817
invalid UTF-8 and invoke an error in a client that was expecting valid
1918
UTF-8, now unmatched surrogate pairs are replaced with the unknown UTF-8

apps/site/pages/en/blog/release/v0.8.1.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ author: The Node.js Project
1111
- V8: upgrade to v3.11.10.12
1212

1313
- npm: upgrade to v1.1.33
14-
1514
- Support for parallel use of the cache folder
1615
- Retry on registry timeouts or network failures (Trent Mick)
1716
- Reduce 'engines' failures to a warning

apps/site/pages/en/blog/release/v0.8.17.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ upgrade ASAP.
2121
2013.01.09, Version 0.8.17 (Stable)
2222

2323
- npm: Upgrade to v1.2.0
24-
2524
- peerDependencies (Domenic Denicola)
2625
- node-gyp v0.8.2 (Nathan Rajlich)
2726
- Faster installs from github user/project shorthands (Nathan Zadoks)

apps/site/pages/en/blog/release/v0.8.27.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ author: The Node.js Project
1111
- openssl: update to 1.0.0m (CVE-2014-0224)
1212

1313
- utf8: Prevent Node from sending invalid UTF-8 (Felix Geisendörfer)
14-
1514
- _NOTE_ this introduces a breaking change, previously you could construct
1615
invalid UTF-8 and invoke an error in a client that was expecting valid
1716
UTF-8, now unmatched surrogate pairs are replaced with the unknown UTF-8

apps/site/pages/en/blog/release/v10.15.1.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ author: Shelley Vohr
99
### Notable Changes
1010

1111
- **doc**:
12-
1312
- add oyyd to collaborators (Ouyang Yadong) [#24300](https://github.com/nodejs/node/pull/24300)
1413

1514
- **tls**:

apps/site/pages/en/blog/release/v14.15.4.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ author: Bethany Nicolle Griggs
1111
Vulnerabilities fixed:
1212

1313
- **CVE-2020-1971**: OpenSSL - EDIPARTYNAME NULL pointer de-reference (High)
14-
1514
- This is a vulnerability in OpenSSL which may be exploited through
1615
Node.js. You can read more about it in
1716
https://www.openssl.org/news/secadv/20201208.txt
1817

1918
- **CVE-2020-8265**: use-after-free in TLSWrap (High)
20-
2119
- Affected Node.js versions are vulnerable to a use-after-free bug in
2220
its TLS implementation. When writing to a TLS enabled socket,
2321
node::StreamBase::Write calls node::TLSWrap::DoWrite with a freshly

apps/site/pages/en/blog/release/v15.5.1.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ author: Bethany Nicolle Griggs
1111
Vulnerabilities fixed:
1212

1313
- **CVE-2020-8265**: use-after-free in TLSWrap (High)
14-
1514
- Affected Node.js versions are vulnerable to a use-after-free bug in
1615
its TLS implementation. When writing to a TLS enabled socket,
1716
node::StreamBase::Write calls node::TLSWrap::DoWrite with a freshly

apps/site/pages/en/blog/release/v16.15.1.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ author: Juan José Arboleda and Bethany Nicolle Griggs
99
### Notable Changes
1010

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

1514
- **docs**:

0 commit comments

Comments
 (0)