@fgv/ts-utils-jest 2.0.2-alpha.0 → 2.1.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.json CHANGED
@@ -1,6 +1,42 @@
1
1
  {
2
2
  "name": "@fgv/ts-utils-jest",
3
3
  "entries": [
4
+ {
5
+ "version": "2.1.0",
6
+ "tag": "@fgv/ts-utils-jest_v2.1.0",
7
+ "date": "Tue, 31 Oct 2023 19:56:26 GMT",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "comment": "gitignore tweaks"
12
+ },
13
+ {
14
+ "comment": "fix types for ts-utils-jest"
15
+ },
16
+ {
17
+ "comment": "fix peers"
18
+ },
19
+ {
20
+ "comment": "bump versions"
21
+ },
22
+ {
23
+ "comment": "bump dependencies, fix tests"
24
+ },
25
+ {
26
+ "comment": "version upgrades"
27
+ },
28
+ {
29
+ "comment": "update dependencies"
30
+ },
31
+ {
32
+ "comment": "update peer dependencies"
33
+ },
34
+ {
35
+ "comment": "bump version"
36
+ }
37
+ ]
38
+ }
39
+ },
4
40
  {
5
41
  "version": "2.0.0",
6
42
  "tag": "@fgv/ts-utils-jest_v2.0.0",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  # Change Log - @fgv/ts-utils-jest
2
2
 
3
- This log was last generated on Mon, 10 Apr 2023 03:33:11 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 31 Oct 2023 19:56:26 GMT and should not be manually modified.
4
+
5
+ ## 2.1.0
6
+ Tue, 31 Oct 2023 19:56:26 GMT
7
+
8
+ ### Updates
9
+
10
+ - gitignore tweaks
11
+ - fix types for ts-utils-jest
12
+ - fix peers
13
+ - bump versions
14
+ - bump dependencies, fix tests
15
+ - version upgrades
16
+ - update dependencies
17
+ - update peer dependencies
18
+ - bump version
4
19
 
5
20
  ## 2.0.0
6
21
  Mon, 10 Apr 2023 03:33:11 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.35.2"
8
+ "packageVersion": "7.38.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fgv/ts-utils-jest",
3
- "version": "2.0.2-alpha.0",
3
+ "version": "2.1.0",
4
4
  "description": "Custom matchers for ts-utils result class",
5
5
  "main": "lib/index.js",
6
6
  "keywords": [
@@ -11,38 +11,38 @@
11
11
  "author": "Erik Fortune",
12
12
  "license": "MIT",
13
13
  "dependencies": {
14
- "@jest/expect-utils": "^29.5.0",
15
- "@rushstack/eslint-config": "~3.3.1",
16
- "@rushstack/heft": "~0.53.0",
17
- "@rushstack/heft-jest-plugin": "~0.7.4",
18
- "@rushstack/heft-node-rig": "~2.2.3",
19
- "@types/heft-jest": "1.0.3",
20
- "eslint-plugin-n": "^16.0.0",
14
+ "@jest/expect-utils": "^29.7.0",
15
+ "@rushstack/eslint-config": "~3.4.1",
16
+ "@rushstack/heft": "~0.63.0",
17
+ "@rushstack/heft-jest-plugin": "~0.10.2",
18
+ "@rushstack/heft-node-rig": "~2.3.8",
19
+ "@types/heft-jest": "1.0.5",
20
+ "eslint-plugin-n": "^16.2.0",
21
21
  "eslint-plugin-tsdoc": "~0.2.17",
22
- "expect": "^29.5.0",
23
- "jest-matcher-utils": "^29.5.0",
24
- "jest-snapshot": "~29.5.0"
22
+ "expect": "^29.7.0",
23
+ "jest-matcher-utils": "^29.7.0",
24
+ "jest-snapshot": "~29.7.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@fgv/ts-utils": "2.0.2-alpha.0",
28
- "@types/jest": "^29.5.2",
29
- "@types/node": "^20.2.5",
30
- "@typescript-eslint/eslint-plugin": "^5.59.9",
31
- "@typescript-eslint/parser": "^5.59.9",
32
- "eslint": "^8.42.0",
27
+ "@fgv/ts-utils": "2.1.0",
28
+ "@types/jest": "^29.5.7",
29
+ "@types/node": "^20.8.9",
30
+ "@typescript-eslint/eslint-plugin": "^6.9.1",
31
+ "@typescript-eslint/parser": "^6.9.1",
32
+ "eslint": "^8.52.0",
33
33
  "eslint-config-standard": "^17.1.0",
34
- "eslint-plugin-import": "^2.27.5",
34
+ "eslint-plugin-import": "^2.29.0",
35
35
  "eslint-plugin-node": "^11.1.0",
36
36
  "eslint-plugin-promise": "^6.1.1",
37
- "jest": "^29.5.0",
38
- "prettier": "^2.8.8",
39
- "rimraf": "^5.0.1",
40
- "ts-jest": "^29.1.0",
37
+ "jest": "^29.7.0",
38
+ "prettier": "^3.0.3",
39
+ "rimraf": "^5.0.5",
40
+ "ts-jest": "^29.1.1",
41
41
  "ts-node": "^10.9.1",
42
- "typescript": "^5.1.3"
42
+ "typescript": "^5.2.2"
43
43
  },
44
44
  "peerDependencies": {
45
- "@fgv/ts-utils": "^2.0.2-alpha.0"
45
+ "@fgv/ts-utils": "^2.1.0"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "heft build",