chore(js): bump nodejs from 18.20.6 to latest LTS 22.14#2328
Merged
Conversation
f180d82 to
d28b68f
Compare
d28b68f to
b918852
Compare
LCOV of commit
|
fb19aaa to
1aa7362
Compare
LCOV of commit
|
headri
approved these changes
Feb 27, 2025
set engine accordingly
1aa7362 to
6c7abca
Compare
LCOV of commit
|
… has only a getter test(js): refactor setup
for testing components that rely on Quill
avoid error:
Exception during run: ReferenceError: Node is not defined
at Object.<anonymous> (/home/chemotion-dev/app/node_modules/quill/dist/quill.js:8899:26
- replace JSX to React.createElement - fix import of default exported constants - rm unecessary async - mv outdated logic like instance() or state() on functional component into the it block - skip test using xit or skip style(js): eslint common.spec.js
6c7abca to
760ce12
Compare
LCOV of commit
|
PiTrem
pushed a commit
that referenced
this pull request
Aug 13, 2025
js test configuration file setup.js was moved up one directory level ref: #2328
PiTrem
pushed a commit
that referenced
this pull request
Aug 13, 2025
js test configuration file setup.js was moved up one directory level ref: #2328
haditariq
pushed a commit
that referenced
this pull request
Aug 19, 2025
js test configuration file setup.js was moved up one directory level ref: #2328
PiTrem
pushed a commit
that referenced
this pull request
Aug 21, 2025
js test configuration file setup.js was moved up one directory level ref: #2328
Nicolass67
pushed a commit
that referenced
this pull request
Oct 29, 2025
js test configuration file setup.js was moved up one directory level ref: #2328
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.
chore(js): bump nodejs from 18.20.6 to latest LTS 22.14.0
JS test updates
build: change factory-bot npm package to eflexsystems/factory-bot
style: js absolute import with alias in spec/javascriptsJSX to createElement and skip outdated/broken test:
setup
Cannot set property navigator of #<Object> which has only a getterException during run: ReferenceError: Node is not defined at Object.<anonymous> (/home/chemotion-dev/app/node_modules/quill/dist/quill.js:8899:26JS package libraries change
replaced
replaced factory-bot@^6.3.1 by @eflexsystems/factory-bot@^9.0.0
added
module alias (>nodejs20) for absolute import module-alias@^2.2.3