Commit 8475aa4
authored
chore: standardize node engines semver range to >=18 across all package manifests (googleapis#8842)
Standardize the Node.js engine requirement under "engines.node" to ">=18" across all 122 package manifests in the repository.
Previously, package manifests across the monorepo used a mix of format variations (such as ">=18.0.0", ">=v18", or legacy ranges like ">=14"). While npm's semver parser silently strips leading "v" characters and trailing zeroes, official Semantic Versioning (SemVer 2.0.0) specifications and strict manifest validators require numeric version strings without letter prefixes.1 parent c6484dc commit 8475aa4
78 files changed
Lines changed: 78 additions & 78 deletions
File tree
- core
- dev-packages
- jsdoc-fresh
- jsdoc-region-tag
- generator/gapic-generator-typescript
- baselines-esm/duplicate_methods_test-esm
- test-fixtures
- google-cloud-speech-nodejs
- speech-v1-nodejs
- speech-v1p1beta1-nodejs
- speech-v2-nodejs
- google-cloud-speech
- google-cloud-tasks-nodejs
- tasks-v2-nodejs
- tasks-v2beta2-nodejs
- packages
- gapic-node-processing
- templates/bootstrap-templates
- test/fixtures/combined-library
- google-analytics-data-nodejs
- analytics-data-v1alpha-nodejs
- google-analytics-data-v1beta-nodejs
- google-analytics-data
- google-cloud-speech-nodejs
- speech-v1-nodejs
- speech-v1p1beta1-nodejs
- speech-v2-nodejs
- google-cloud-speech
- google-cloud-tasks-nodejs
- tasks-v2-nodejs
- tasks-v2beta2-nodejs
- google-cloud-tasks
- gax/test
- showcase-echo-client
- test-application
- logging-utils
- samples
- nodejs-googleapis-common
- samples
- handwritten
- firestore/pipelines
- logging-bunyan
- logging
- storage
- packages
- google-ads-datamanager
- google-apps-events-subscriptions
- samples
- google-cloud-agentregistry
- google-cloud-apiregistry
- google-cloud-appoptimize
- google-cloud-auditmanager
- google-cloud-capacityplanner
- google-cloud-ces
- google-cloud-chronicle
- samples
- google-cloud-cloudsecuritycompliance
- google-cloud-configdelivery
- google-cloud-databasecenter
- google-cloud-datacatalog-lineage-configmanagement
- google-cloud-dataform
- samples
- google-cloud-devicestreaming
- samples
- google-cloud-financialservices
- samples
- google-cloud-geminidataanalytics
- google-cloud-gkerecommender
- google-cloud-hypercomputecluster
- google-cloud-licensemanager
- google-cloud-locationfinder
- google-cloud-lustre
- samples
- google-cloud-maintenance-api
- samples
- google-cloud-managedkafka-schemaregistry
- google-cloud-modelarmor
- samples
- google-cloud-pubsub-api
- google-cloud-saasplatform-saasservicemgmt
- google-cloud-storagebatchoperations
- samples
- google-cloud-vectorsearch
- google-cloud-visionai
- google-cloud-workloadmanager
- google-devicesandservices-health
- google-maps-geocode
- google-maps-mapmanagement
- google-shopping-merchant-issueresolution
- samples
- google-shopping-merchant-ordertracking
- samples
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| 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 | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
0 commit comments