-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node 20; oidc-ts-client 3.x; remove itwin- 3.x packages #251
Conversation
@@ -56,6 +56,6 @@ | |||
"typescript": "~5.3.3" | |||
}, | |||
"peerDependencies": { | |||
"@itwin/core-bentley": "^3.3.0 || ^4.0.0" | |||
"@itwin/core-bentley": "^4.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we going to make this a major bump?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep that is the idea
"@itwin/core-bentley": "^3.7.0", | ||
"@itwin/eslint-plugin": "^4.0.2", | ||
"@itwin/build-tools": "^4.7.1", | ||
"@itwin/core-bentley": "^4.7.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does core-bentley need to be in lockstep with the other core pkgs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you suggesting they should both be 4.7.0? Thought for dev deps our policy was to bump to latest compatible with deps.
Don't know that it's worth moving to pure esm until core is there... |
After discussion with @aruniverse, we'll pick this back up closer to core@5 release. We'll go full ESM at that point as well. |
crypto
toglobalThis
.closes: #246