jsii-rosetta 5.0.0-dev.2 → 5.0.0-dev.4

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/SUPPORT.md CHANGED
@@ -2,14 +2,14 @@
2
2
 
3
3
  This document describes the Maintenance & Support Policy applicable to releases
4
4
  of the `jsii-rosetta` tool ([`npm:jsii-rosetta`](https://npmjs.com/packages/jsii-rosetta))
5
- with versions `4.9.x` and newer.
5
+ with versions `5.0.x` and newer.
6
6
 
7
7
  ### Versioning Scheme
8
8
 
9
9
  In-scope `jsii-rosetta` release lines use the same `major.minor` version as the
10
10
  TypeScript compiler ([`npm:typescript`](https://npmjs.com/packages/typescript))
11
- they are built with. This means that `jsii-rosetta@4.9.x` is built on top of
12
- `typescript@4.9.x`.
11
+ they are built with. This means that `jsii-rosetta@5.0.x` is built on top of
12
+ `typescript@5.0.x`.
13
13
 
14
14
  Since the `typescript` package does not follow [Semantic Versioning][semver],
15
15
  the `jsii-rosetta` package does not eiher. The `typescript` compiler guarantees
package/package.json CHANGED
@@ -43,7 +43,7 @@
43
43
  "@typescript-eslint/eslint-plugin": "^5",
44
44
  "@typescript-eslint/parser": "^5",
45
45
  "eslint": "^8",
46
- "eslint-config-prettier": "^8.7.0",
46
+ "eslint-config-prettier": "^8.8.0",
47
47
  "eslint-import-resolver-node": "^0.3.7",
48
48
  "eslint-import-resolver-typescript": "^3.5.3",
49
49
  "eslint-plugin-import": "^2.27.5",
@@ -52,8 +52,8 @@
52
52
  "jest": "^29.5.0",
53
53
  "mock-fs": "^5.2.0",
54
54
  "npm-check-updates": "^16",
55
- "prettier": "^2.8.4",
56
- "projen": "^0.68.12",
55
+ "prettier": "^2.8.5",
56
+ "projen": "^0.68.15",
57
57
  "tar": "^6.1.13",
58
58
  "ts-jest": "^29.0.5",
59
59
  "ts-node": "^10.9.1"
@@ -78,7 +78,7 @@
78
78
  "main": "lib/index.js",
79
79
  "license": "Apache-2.0",
80
80
  "homepage": "https://aws.github.io/jsii",
81
- "version": "5.0.0-dev.2",
81
+ "version": "5.0.0-dev.4",
82
82
  "types": "lib/index.d.ts",
83
83
  "exports": {
84
84
  ".": "./lib/index.js",
package/releases.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "current": "4.9",
3
3
  "maintenance": {},
4
- "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
4
+ "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
5
5
  }