Chore/audit fix#129
Draft
jitsedesmet wants to merge 6 commits intomainfrom
Draft
Conversation
- Add @traqula/core to algebra-transformations-1-2 dependencies - Add @traqula/rules-sparql-1-1 to algebra-transformations-1-2 peerDependencies - Move @traqula/rules-sparql-1-2 from devDependencies to dependencies in algebra-sparql-1-2 - Move @rdfjs/types from devDependencies to peerDependencies in affected packages - Add @rdfjs/types peerDependency to algebra-sparql-1-1 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Remove skipLibCheck: true from all tsconfig.cjs.json files - Change moduleResolution from 'bundler' to 'nodenext' in all CJS configs Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…s (M1, M3, M4) - Add packages/chevrotain to root tsconfig.json references - Add chevrotain reference to packages/core and packages/rules-sparql-1-1 - Fix module field in algebra-transformations CJS configs (CommonJS, not NodeNext) - Revert moduleResolution to 'bundler' in CJS configs: TypeScript 6 requires module and moduleResolution to match; 'nodenext' requires module 'NodeNext' which produces ESM output, incompatible with CJS build goal Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Create tsconfig.lib.json in all 15 packages for lib-only builds - Create root tsconfig.build.json referencing lib-only configs - Update build:ts to use tsconfig.build.json for ESM output - Update non-parser CJS configs to extend tsconfig.lib.json - Parser CJS configs kept unchanged (need spec/ in CJS output) - tsconfig.json remains unchanged for IDE/test usage Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…1, L2) - Move vitest from dependencies to peerDependencies in test-utils (L1) - Use flexible ^4.0.0 range to avoid version conflicts with consumers - Replace @ts-expect-error suppressions with proper type casts in toEqualParsedQuery.ts (L2) - L3 (path style): no change needed — styles are consistent within each directory group (packages/ vs engines/) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Member
Author
|
Wow, skimming over this, the audit did not go to well |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.