Conversation
🦋 Changeset detectedLatest commit: e4cbb16 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
|
📦 A new experimental 🧪 version v0.0.0-snapshot.1774371282 of Redocly CLI has been published for testing. Install with NPM: npm install @redocly/cli@0.0.0-snapshot.1774371282
# or
npm install @redocly/openapi-core@0.0.0-snapshot.1774371282
# or
npm install @redocly/respect-core@0.0.0-snapshot.1774371282 |
packages/core/package.json
Outdated
| "require": "./lib/bundle/bundle-oas.js", | ||
| "types": "./lib/bundle/bundle-oas.d.ts" | ||
| }, | ||
| "./lib/config/types.js": { |
There was a problem hiding this comment.
I'm not in favour of adding additional export endpoint. It's better to maintain a single one (plus one for bundle-oas). If needed, it's better to reexport the property from the index file.
There was a problem hiding this comment.
Yeah, will do it
tsconfig.json
Outdated
| "sourceMap": true, | ||
| "module": "ESNext", | ||
| "module": "nodenext", | ||
| "target": "ES2021", |
There was a problem hiding this comment.
Let's also try bumping the target (not necessarily in this PR though).
There was a problem hiding this comment.
For sure, let me do it.
.changeset/little-jars-look.md
Outdated
| "@redocly/openapi-core": patch | ||
| --- | ||
|
|
||
| Added export for `./lib/config/types.js` to avoid errors in import. |
There was a problem hiding this comment.
Oh, i thought we have package.json in lib/ folder, but we don't. I will change this changeset to export new type.
|
📦 A new experimental 🧪 version v0.0.0-snapshot.1774861593 of Redocly CLI has been published for testing. Install with NPM: npm install @redocly/cli@0.0.0-snapshot.1774861593
# or
npm install @redocly/openapi-core@0.0.0-snapshot.1774861593
# or
npm install @redocly/respect-core@0.0.0-snapshot.1774861593 |
What/Why/How?
Upgraded typescript version to v6:
module,moduleResolutiontonodenextbaseUrlandpathsabort-controllerbetter-ajv-errorsfrom v1 to v2.Reference
Second part of #2618
Testing
e2e => https://github.com/Redocly/redocly/actions/runs/23543471148/job/68536960227?pr=21909
Screenshots (optional)
Check yourself
Security