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

update to 16 #1120

Merged
merged 21 commits into from
May 15, 2023
Merged

update to 16 #1120

merged 21 commits into from
May 15, 2023

Conversation

Lipata
Copy link
Member

@Lipata Lipata commented May 4, 2023

Closes #1116

Additional information related to this pull request:

@Lipata Lipata requested a review from IvayloG May 4, 2023 07:29
@IvayloG
Copy link
Collaborator

IvayloG commented May 4, 2023

igx-ts side-nav-auth project throws errors aka

image

@IvayloG

This comment was marked as resolved.

@IvayloG

This comment was marked as resolved.

Copy link
Collaborator

@IvayloG IvayloG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Regarding 1.
The auth project uses AuthModule.forRoot() and from some version it will require a config object like
AuthModule.forRoot({
config: {
// authority: '',
// redirectUrl: window.location.origin,
// postLogoutRedirectUri: window.location.origin,
// clientId: '',
// scope: 'openid profile email offline_access',
// responseType: 'code',
// silentRenew: true,
// useRefreshToken: true,
// logLevel: LogLevel.Debug,
}
}),

Could be fine with an empty obj as well or some bare min maybe.

@IvayloG

This comment was marked as resolved.

@IvayloG

This comment was marked as resolved.

@IvayloG

This comment was marked as resolved.

@IvayloG

This comment was marked as resolved.

@IvayloG

This comment was marked as resolved.

@IvayloG

This comment was marked as duplicate.

Base automatically changed from ibarakov/feat-988 to master May 9, 2023 19:40
@coveralls
Copy link

coveralls commented May 10, 2023

Coverage Status

Coverage: 70.463% (-0.01%) from 70.478% when pulling 8b42219 on nalipiev/16 into d84c431 on master.

@@ -277,7 +277,7 @@
case "npm":
/* passes through */
default:
return `${managerCommand} install ${packageName} --quiet --save`;
return `${managerCommand} install ${packageName} --force --quiet --save`;

Check warning

Code scanning / CodeQL

Unsafe shell command constructed from library input

This string concatenation which depends on [library input](1) is later used in a [shell command](2). This string concatenation which depends on [library input](3) is later used in a [shell command](2). This string concatenation which depends on [library input](4) is later used in a [shell command](2).
@Lipata Lipata merged commit e6efa40 into master May 15, 2023
@Lipata Lipata deleted the nalipiev/16 branch May 15, 2023 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to ES2022
4 participants