@tailor-platform/sdk-codemod 0.1.1 → 0.1.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @tailor-platform/sdk-codemod
2
2
 
3
+ ## 0.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1030](https://github.com/tailor-platform/sdk/pull/1030) [`fc4cc7c`](https://github.com/tailor-platform/sdk/commit/fc4cc7cc4430c545c50eb8bb4b406023c91d8290) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency politty to v0.4.14
8
+
9
+ - [#1041](https://github.com/tailor-platform/sdk/pull/1041) [`0858d64`](https://github.com/tailor-platform/sdk/commit/0858d64b3a03a3a9d994ebe5cd18a803b9780cac) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update pnpm/action-setup action to v6.0.3
10
+
11
+ ## 0.1.2
12
+
13
+ ### Patch Changes
14
+
15
+ - [#1001](https://github.com/tailor-platform/sdk/pull/1001) [`2fd4b33`](https://github.com/tailor-platform/sdk/commit/2fd4b33c3c4a02e7adc4b1f52d716a1a97ffb7ec) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): pin dependency @ast-grep/napi to 0.42.1
16
+
17
+ - [#1003](https://github.com/tailor-platform/sdk/pull/1003) [`66eed51`](https://github.com/tailor-platform/sdk/commit/66eed51a93eec10898250ec625953a5c5a3ec7a1) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @types/picomatch to v4.0.3
18
+
19
+ - [#1009](https://github.com/tailor-platform/sdk/pull/1009) [`874d709`](https://github.com/tailor-platform/sdk/commit/874d70949c35283e6a015725434cf9a799439e96) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency diff to v9
20
+
3
21
  ## 0.1.1
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tailor-platform/sdk-codemod",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Codemod runner for Tailor Platform SDK upgrades",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -17,27 +17,27 @@
17
17
  ],
18
18
  "type": "module",
19
19
  "dependencies": {
20
- "@ast-grep/napi": "^0.42.0",
20
+ "@ast-grep/napi": "0.42.1",
21
21
  "chalk": "5.6.2",
22
- "diff": "8.0.4",
22
+ "diff": "9.0.0",
23
23
  "pathe": "2.0.3",
24
24
  "picomatch": "4.0.4",
25
25
  "pkg-types": "2.3.0",
26
- "politty": "0.4.13",
26
+ "politty": "0.4.14",
27
27
  "semver": "7.7.4",
28
28
  "zod": "4.3.6"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@eslint/js": "10.0.1",
32
32
  "@types/node": "24.12.2",
33
- "@types/picomatch": "4.0.2",
33
+ "@types/picomatch": "4.0.3",
34
34
  "@types/semver": "7.7.1",
35
- "eslint": "10.2.0",
36
- "eslint-plugin-oxlint": "1.58.0",
37
- "oxlint": "1.58.0",
38
- "tsdown": "0.21.8",
35
+ "eslint": "10.2.1",
36
+ "eslint-plugin-oxlint": "1.61.0",
37
+ "oxlint": "1.61.0",
38
+ "tsdown": "0.21.9",
39
39
  "typescript": "5.9.3",
40
- "typescript-eslint": "8.58.0",
40
+ "typescript-eslint": "8.59.0",
41
41
  "vitest": "4.1.2"
42
42
  },
43
43
  "scripts": {