Skip to content
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

Closed
wants to merge 4 commits into from

Conversation

ben-polinsky
Copy link
Collaborator

@ben-polinsky ben-polinsky commented Jun 18, 2024

  • Update ci and node types to 20.x. Not only is 20.x LTS, but it is required for [email protected] which relies on the browser's crypto. Node>18.x automatically adds crypto to globalThis.
  • update oidc-ts-client to 3.x
  • remove support for itwin 3.x packages

closes: #246

@@ -56,6 +56,6 @@
"typescript": "~5.3.3"
},
"peerDependencies": {
"@itwin/core-bentley": "^3.3.0 || ^4.0.0"
"@itwin/core-bentley": "^4.0.0"
Copy link
Member

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?

Copy link
Collaborator Author

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",
Copy link
Member

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?

Copy link
Collaborator Author

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.

@ben-polinsky
Copy link
Collaborator Author

Don't know that it's worth moving to pure esm until core is there...

@ben-polinsky
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to v3 of oidc-client-ts
2 participants