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

feat: Detect usage of deprecated jQuery.sap API #23

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

matz3
Copy link
Member

@matz3 matz3 commented Mar 13, 2024

So far, only the usage of global API such as jQuery.sap was detected.
However, when using jQuery as local variable via a dependency, the
usage of jQuery.sap was not detected, although all APIs within that
namespace are deprecated.

@matz3 matz3 requested a review from a team March 13, 2024 17:33
@matz3 matz3 mentioned this pull request Mar 13, 2024
27 tasks
d3xter666
d3xter666 previously approved these changes Mar 14, 2024
Copy link
Contributor

@d3xter666 d3xter666 left a comment

Choose a reason for hiding this comment

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

LGTM

RandomByte
RandomByte previously approved these changes Mar 14, 2024
So far, only the usage of global API such as `jQuery.sap` was detected.
However, when using `jQuery` as local variable via a dependency, the
usage of `jQuery.sap` was not detected, although all APIs within that
namespace are deprecated.
@matz3 matz3 dismissed stale reviews from RandomByte and d3xter666 via 43215fa March 14, 2024 09:51
@RandomByte RandomByte merged commit e8e2314 into main Mar 14, 2024
6 checks passed
@RandomByte RandomByte deleted the jquery-sap-deprecation branch March 14, 2024 10:11
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.

3 participants