imscJS 2.0-dev.1 - #268
Merged
Merged
Conversation
- replace jshint with eslint - replace closure compiler with rollup + terser - replace browserify with rollup + tsc
Co-authored-by: Pierre-Anthony Lemieux <pal@sandflow.com>
Co-authored-by: Pierre-Anthony Lemieux <pal@sandflow.com>
Co-authored-by: Pierre-Anthony Lemieux <pal@sandflow.com>
- sax 1.2.1 -> ^1.6.1: hardening against hostile input (quadratic CDATA allocation fix, attribute count/depth limits, invalid code point checks, stricter char-ref validation in strict mode). Note: sax relicensed ISC -> BlueOak-1.0.0 as of 1.4.2. - @rollup/plugin-commonjs ^29, @rollup/plugin-node-resolve ^16, globals ^17: major bumps, no config changes required. - eslint / @eslint/js floors raised to current 9.x. - Lockfile regenerated; npm audit reports 0 vulnerabilities. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…owser DOMParser Closes #242 --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com> Co-authored-by: Pierre-Anthony Lemieux <pal@sandflow.com>
Contributor
Author
|
@littlespex Ready to switch the master branch to this branch? |
|
What is plan for the Headless generation of reference renders, and possibly chore: replace grunt with npm scripts PRs? Should they be merged into |
Contributor
Author
I think we should consider them after the merge. I have just added #269 which addresses a fatal bug. I am not super convinced (yet) with jettisoning grunt given the alternative is pretty wordy and grunt has worked well for us. |
|
Understood. I think this is good to go. |
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
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.
Closes #242