Commit c355640
committed
fix: use more explicit node.js version range (#39398)
* fix: set node.js version range to 18 + 20 + 22 + 24
This isn't a breaking change, as the previous range was `>=18.0.0`, which is inclusive of all versions that currently exist.
The purpose of this change is to ensure that our current ranges don't automatically start claiming to support node.js 26 (and so on) the day it is released.1 parent a1da58d commit c355640
File tree
99 files changed
+99
-99
lines changed- e2e-tests/react-19
- packages
- babel-plugin-remove-graphql-queries
- babel-preset-gatsby-package
- babel-preset-gatsby
- gatsby-adapter-netlify
- gatsby-cli
- gatsby-codemods
- gatsby-core-utils
- gatsby-cypress
- gatsby-design-tokens
- gatsby-dev-cli
- gatsby-link
- gatsby-page-utils
- gatsby-parcel-namer-relative-to-cwd
- gatsby-plugin-benchmark-reporting
- gatsby-plugin-canonical-urls
- gatsby-plugin-catch-links
- gatsby-plugin-coffeescript
- gatsby-plugin-cxs
- gatsby-plugin-emotion
- gatsby-plugin-facebook-analytics
- gatsby-plugin-feed
- gatsby-plugin-flow
- gatsby-plugin-fullstory
- gatsby-plugin-google-analytics
- gatsby-plugin-google-gtag
- gatsby-plugin-google-tagmanager
- gatsby-plugin-jss
- gatsby-plugin-layout
- gatsby-plugin-less
- gatsby-plugin-lodash
- gatsby-plugin-manifest
- gatsby-plugin-no-sourcemaps
- gatsby-plugin-nprogress
- gatsby-plugin-offline
- gatsby-plugin-page-creator
- gatsby-plugin-postcss
- gatsby-plugin-preact
- gatsby-plugin-react-css-modules
- gatsby-plugin-react-helmet
- gatsby-plugin-sass
- gatsby-plugin-sharp
- gatsby-plugin-sitemap
- gatsby-plugin-styled-components
- gatsby-plugin-styled-jsx
- gatsby-plugin-styletron
- gatsby-plugin-stylus
- gatsby-plugin-subfont
- gatsby-plugin-twitter
- gatsby-plugin-typescript
- gatsby-plugin-typography
- gatsby-plugin-utils
- gatsby-react-router-scroll
- gatsby-remark-autolink-headers
- gatsby-remark-code-repls
- gatsby-remark-copy-linked-files
- gatsby-remark-custom-blocks
- gatsby-remark-embed-snippet
- gatsby-remark-graphviz
- gatsby-remark-images-contentful
- gatsby-remark-images
- gatsby-remark-katex
- gatsby-remark-prismjs
- gatsby-remark-responsive-iframe
- gatsby-remark-smartypants
- gatsby-script
- gatsby-sharp
- gatsby-source-contentful
- gatsby-source-drupal
- gatsby-source-faker
- gatsby-source-filesystem
- gatsby-source-graphql
- gatsby-source-hacker-news
- gatsby-source-lever
- gatsby-source-medium
- gatsby-source-mongodb
- gatsby-source-npm-package-search
- gatsby-source-wikipedia
- gatsby-source-wordpress
- gatsby-transformer-asciidoc
- gatsby-transformer-csv
- gatsby-transformer-documentationjs
- gatsby-transformer-excel
- gatsby-transformer-hjson
- gatsby-transformer-javascript-frontmatter
- gatsby-transformer-json
- gatsby-transformer-pdf
- gatsby-transformer-react-docgen
- gatsby-transformer-remark
- gatsby-transformer-screenshot
- lambda
- gatsby-transformer-sharp
- gatsby-transformer-sqip
- gatsby-transformer-toml
- gatsby-transformer-xml
- gatsby-transformer-yaml
- gatsby-worker
- gatsby
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
99 files changed
+99
-99
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
0 commit comments