@instructure/ui-codemods 7.16.0 → 7.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [7.19.0](https://github.com/instructure/instructure-ui/compare/v7.18.0...v7.19.0) (2022-06-03)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-codemods
9
+
10
+ # [7.18.0](https://github.com/instructure/instructure-ui/compare/v7.17.0...v7.18.0) (2022-03-30)
11
+
12
+ **Note:** Version bump only for package @instructure/ui-codemods
13
+
14
+ # [7.17.0](https://github.com/instructure/instructure-ui/compare/v7.16.0...v7.17.0) (2022-03-22)
15
+
16
+ **Note:** Version bump only for package @instructure/ui-codemods
17
+
6
18
  # [7.16.0](https://github.com/instructure/instructure-ui/compare/v7.15.0...v7.16.0) (2022-02-08)
7
19
 
8
20
  **Note:** Version bump only for package @instructure/ui-codemods
package/README.md CHANGED
@@ -8,22 +8,26 @@ The ui-codemods should make it easier to deal with API changes when upgrading In
8
8
 
9
9
  [![npm][npm]][npm-url] 
10
10
  [![build-status][build-status]][build-status-url] 
11
- [![MIT License][license-badge]][LICENSE] 
11
+ [![MIT License][license-badge]][license] 
12
12
  [![Code of Conduct][coc-badge]][coc]
13
13
 
14
14
  ### Installation
15
15
 
16
16
  The codemod scripts can be installed via the following command:
17
+
17
18
  ```sh
18
19
  yarn add @instructure/ui-codemods
19
20
  ```
20
21
 
21
22
  The configuration files are located in the [instui-config](#instui-config) package.
22
23
  This can be installed via the following command:
24
+
23
25
  ```sh
24
26
  yarn add @instructure/instui-config
25
27
  ```
26
28
 
29
+ > **If you are in the process of updating from InstUI v7 to v8, run these codemods from the latest version of this package!**
30
+
27
31
  ### Executing Codemods Using instui-cli
28
32
 
29
33
  All available codemods can also be executed using the [instui-cli](#instui-cli) `instui codemod` command. See [instui-cli](#instui-cli) for more detailed documentation.
@@ -46,12 +50,9 @@ jscodeshift -t node_modules/@instructure/ui-codemods/lib/updateImports.js <path>
46
50
 
47
51
  [npm]: https://img.shields.io/npm/v/@instructure/ui-codemods.svg
48
52
  [npm-url]: https://npmjs.com/package/@instructure/ui-codemods
49
-
50
53
  [build-status]: https://travis-ci.org/instructure/instructure-ui.svg?branch=master
51
- [build-status-url]: https://travis-ci.org/instructure/instructure-ui "Travis CI"
52
-
54
+ [build-status-url]: https://travis-ci.org/instructure/instructure-ui 'Travis CI'
53
55
  [license-badge]: https://img.shields.io/npm/l/instructure-ui.svg?style=flat-square
54
56
  [license]: https://github.com/instructure/instructure-ui/blob/master/LICENSE
55
-
56
57
  [coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
57
58
  [coc]: https://github.com/instructure/instructure-ui/blob/master/CODE_OF_CONDUCT.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-codemods",
3
- "version": "7.16.0",
3
+ "version": "7.19.0",
4
4
  "description": "Codemod scripts to help upgrade Instructure UI libraries.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "type": "commonjs",