Skip to content

[DOCS] Run npm update --save in docs-overrides#3076

Merged
jiayuasu merged 1 commit into
apache:masterfrom
jbampton:run-npm-update-save
Jun 20, 2026
Merged

[DOCS] Run npm update --save in docs-overrides#3076
jiayuasu merged 1 commit into
apache:masterfrom
jbampton:run-npm-update-save

Conversation

@jbampton

Copy link
Copy Markdown
Member

Did you read the Contributor Guide?

Is this PR related to a ticket?

  • No:
    • this is a documentation update. The PR name follows the format [DOCS] my subject

What changes were proposed in this PR?

refs #3072

Note that by default npm update will not update the semver values of direct dependencies in your project package.json, if you want to also update values in package.json you can run: npm update --save (or add the save=true option to a configuration file to make that the default behavior).

https://docs.npmjs.com/cli/v8/commands/npm-update

How was this patch tested?

  • prek run -a
  • make docsbuild

Did this PR include necessary documentation updates?

  • No, this PR does not affect any public API so no need to change the documentation.

@jbampton jbampton requested a review from jiayuasu as a code owner June 20, 2026 22:12
@jbampton jbampton added the dependencies Pull requests that update a dependency file label Jun 20, 2026
@jbampton jbampton added this to the sedona-1.9.1 milestone Jun 20, 2026
@jiayuasu jiayuasu merged commit b1d2537 into apache:master Jun 20, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants