You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kpanot
changed the title
[Bug]: Version harmonize align PeerDep and Dep when range a strictly similar
[Bug]: Version harmonize align PeerDep and Dep when range are similar
Dec 12, 2024
kpanot
changed the title
[Bug]: Version harmonize align PeerDep and Dep when range are similar
[Bug]: Version harmonize align PeerDep and Dep when range are strictly similar (but with different writing)
Dec 12, 2024
Package name
eslint-plugin
Package version
11.*
Reproduction steps
alignPeerDependencies: false
to the EsLint rule@o3r/json-dependency-versions-harmonize
.peerDependencies
:"typescript-json-schema": "^0.65.0"
and in the
devDependencies
:"typescript-json-schema": "~0.65.0"
Current result
The devDependencies version will be changed to
"typescript-json-schema": "^0.65.0"
Expected result
keep the
peerDependencies
to"typescript-json-schema": "^0.65.0"
and thedevDependencies
to"typescript-json-schema": "~0.65.0"
Additional comments
In the Otter repository, the
devDependencies
of the packagetypescript-json-schema
should have~
based range.The text was updated successfully, but these errors were encountered: