superset icon indicating copy to clipboard operation
superset copied to clipboard

fix: set version in package-lock.json to match the current release

Open jrgilman opened this issue 10 months ago • 2 comments

SUMMARY

The package-lock.json file currently refers to the previous 4.1.1 release, when the current release is 4.1.2. This is just a minor fix that corrects that.

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

Not applicable.

TESTING INSTRUCTIONS

If you run npm i currently it automatically makes this change. Thus all docker containers that get built already have this change. You can confirm this by building the containers, upping the containers, and then inspecting the file at /app/superset-frontend/package-lock.json.

ADDITIONAL INFORMATION

All are N/A below.

  • [ ] Has associated issue:
  • [ ] Required feature flags:
  • [ ] Changes UI
  • [ ] Includes DB Migration (follow approval process in SIP-59)
    • [ ] Migration is atomic, supports rollback & is backwards-compatible
    • [ ] Confirm DB migration upgrade and downgrade tested
    • [ ] Runtime estimates and downtime expectations provided
  • [ ] Introduces new feature or API
  • [ ] Removes existing feature or API

jrgilman avatar Apr 11 '25 15:04 jrgilman

~~@jrgilman I'm not sure why package-lock.json is pointing to 4.1.1. It should reference the version in package.json.~~

michael-s-molina avatar Apr 14 '25 17:04 michael-s-molina

@sadpandajoe Can you take a look? This is a commit to the 4.1 branch.

michael-s-molina avatar Apr 14 '25 17:04 michael-s-molina