1.70.0 • Published 7 months ago

@comet/upgrade v1.70.0

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
7 months ago

@comet/upgrade

Upgrade scripts for Comet DXP

Usage

npx @comet/upgrade <target-version>

For example:

npx @comet/upgrade v4

You can also run a single upgrade script by providing the path to the script:

npx @comet/upgrade v7/hide-graphql-field-suggestions.ts

Create a new upgrade script

  1. Start the development process:

    npm start
  2. Add a new script for the version you want to upgrade to, for instance, src/v4/change-something.ts. The script must have a function as default export that performs the changes. See src/v4/remove-clear-types-script.ts for an example.

  3. Test the upgrade script

    Navigate to the project you want to upgrade:

    cd project-you-want-to-upgrade/

    Run the upgrade script. Replace <path-to-comet-upgrade-repository> with the location of the cloned comet-upgrade repository (e.g., ../comet-upgrade/):

    <path-to-comet-upgrade-repository>/bin/index.js v4/change-something.ts

    Verify the changes in your project. If something is not as expected, adapt the upgrade script accordingly and then run it again on a clean state:

    git reset --hard HEAD
    
    <path-to-comet-upgrade-repository>/bin/index.js v4/change-something.ts
1.56.0

8 months ago

1.37.0

10 months ago

1.58.0

8 months ago

1.35.0

10 months ago

1.39.0

10 months ago

1.40.0

10 months ago

1.61.0

8 months ago

1.63.0

8 months ago

1.42.0

10 months ago

1.65.0

8 months ago

1.44.0

10 months ago

1.67.0

8 months ago

1.46.0

10 months ago

1.25.0

12 months ago

1.69.0

7 months ago

1.48.0

9 months ago

1.23.0

1 year ago

1.29.0

12 months ago

1.27.0

12 months ago

1.70.0

7 months ago

1.51.0

8 months ago

1.53.0

8 months ago

1.32.0

11 months ago

1.55.0

8 months ago

1.30.0

12 months ago

1.57.0

8 months ago

1.36.0

10 months ago

1.59.0

8 months ago

1.34.0

10 months ago

1.38.0

10 months ago

1.60.0

8 months ago

1.62.0

8 months ago

1.64.0

8 months ago

1.41.0

10 months ago

1.22.0

1 year ago

1.66.0

8 months ago

1.43.0

10 months ago

1.68.0

8 months ago

1.45.0

10 months ago

1.26.0

12 months ago

1.47.0

9 months ago

1.24.0

12 months ago

1.49.0

9 months ago

1.28.0

12 months ago

1.50.0

8 months ago

1.52.0

8 months ago

1.33.0

10 months ago

1.54.0

8 months ago

1.31.0

11 months ago

1.21.0

1 year ago

1.20.0

1 year ago

1.19.0

1 year ago

1.18.0

1 year ago

1.17.0

1 year ago

1.15.0

1 year ago

1.14.0

1 year ago

1.13.0

1 year ago

1.12.0

1 year ago

1.16.0

1 year ago

1.9.0

1 year ago

1.8.0

1 year ago

1.11.0

1 year ago

1.10.0

1 year ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.2.0

2 years ago

1.3.0

2 years ago

1.1.0

3 years ago