@tailor-platform/sdk-codemod 0.3.7 → 0.3.9

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 +14 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @tailor-platform/sdk-codemod
2
2
 
3
+ ## 0.3.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1901](https://github.com/tailor-platform/sdk/pull/1901) [`7d1974f`](https://github.com/tailor-platform/sdk/commit/7d1974f52952a8f39a7adfc06644404b2510f1c3) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency politty to v0.11.6
8
+
9
+ - [#1903](https://github.com/tailor-platform/sdk/pull/1903) [`83c5bc4`](https://github.com/tailor-platform/sdk/commit/83c5bc453a77a734599b665ebe2873ff6b305f1d) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency @ast-grep/napi to v0.45.0
10
+
11
+ ## 0.3.8
12
+
13
+ ### Patch Changes
14
+
15
+ - [#1818](https://github.com/tailor-platform/sdk/pull/1818) [`56608cc`](https://github.com/tailor-platform/sdk/commit/56608ccc445c1aeb683ddfd72965446b1062cfbd) Thanks [@toiroakr](https://github.com/toiroakr)! - Adopt Vitest 4.1 `aroundEach`/`aroundAll` hooks across the test suites, and update the TailorDB client mock example in the testing docs to the same style
16
+
3
17
  ## 0.3.7
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tailor-platform/sdk-codemod",
3
- "version": "0.3.7",
3
+ "version": "0.3.9",
4
4
  "description": "Codemod runner for Tailor Platform SDK upgrades",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -16,13 +16,13 @@
16
16
  ],
17
17
  "type": "module",
18
18
  "dependencies": {
19
- "@ast-grep/napi": "0.44.1",
19
+ "@ast-grep/napi": "0.45.0",
20
20
  "chalk": "5.6.2",
21
21
  "diff": "9.0.0",
22
22
  "pathe": "2.0.3",
23
23
  "picomatch": "4.0.5",
24
24
  "pkg-types": "2.3.1",
25
- "politty": "0.11.2",
25
+ "politty": "0.11.6",
26
26
  "semver": "7.8.5",
27
27
  "zod": "4.4.3"
28
28
  },
@@ -30,8 +30,8 @@
30
30
  "@types/node": "24.13.3",
31
31
  "@types/picomatch": "4.0.3",
32
32
  "@types/semver": "7.7.1",
33
- "oxlint": "1.72.0",
34
- "tsdown": "0.22.4",
33
+ "oxlint": "1.75.0",
34
+ "tsdown": "0.22.14",
35
35
  "typescript": "6.0.3",
36
36
  "vitest": "4.1.10"
37
37
  },