-
Notifications
You must be signed in to change notification settings - Fork 113
Esm packages #2415
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
base: master
Are you sure you want to change the base?
Esm packages #2415
Conversation
…cruiser This reverts commit 578451e Signed-off-by: klocke-io <niklas.klocke@sap.com>
Signed-off-by: klocke-io <niklas.klocke@sap.com>
Signed-off-by: klocke-io <niklas.klocke@sap.com>
Signed-off-by: klocke-io <niklas.klocke@sap.com>
fix import path Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: klocke-io <niklas.klocke@sap.com>
…rt path file extension Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
…igrated rm -rf to a cross-platform script rimraf Signed-off-by: klocke-io <niklas.klocke@sap.com>
Signed-off-by: klocke-io <niklas.klocke@sap.com>
Signed-off-by: klocke-io <niklas.klocke@sap.com>
Signed-off-by: klocke-io <niklas.klocke@sap.com>
Signed-off-by: klocke-io <niklas.klocke@sap.com>
Signed-off-by: klocke-io <niklas.klocke@sap.com>
Signed-off-by: klocke-io <niklas.klocke@sap.com>
Signed-off-by: klocke-io <niklas.klocke@sap.com>
Signed-off-by: klocke-io <niklas.klocke@sap.com>
Signed-off-by: klocke-io <niklas.klocke@sap.com>
Signed-off-by: klocke-io <niklas.klocke@sap.com>
Signed-off-by: klocke-io <niklas.klocke@sap.com>
Signed-off-by: klocke-io <niklas.klocke@sap.com>
Signed-off-by: klocke-io <niklas.klocke@sap.com> # Conflicts: # diagram/packages-lowlevel-dependency-diagram.html # packages/kube-client/lib/groups.js
@klocke-io You need rebase this pull request with latest master branch. Please check. |
router.use(bodyParser.json({ | ||
limit: config.maxRequestBodySize, | ||
})) | ||
router.use(authenticate({ createClient })) |
Check failure
Code scanning / CodeQL
Missing rate limiting High
authorization
Copilot Autofix
AI 4 days ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
@holgerkoser, @grolu You have pull request review open invite, please check |
What this PR does / why we need it:
Converts packages to esm
Which issue(s) this PR fixes:
Partially addresses #2294