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

Bump jsonpath-plus and @kubernetes/client-node in /testing/e2e/skr #1718

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2025

Bumps jsonpath-plus to 10.2.0 and updates ancestor dependency @kubernetes/client-node. These dependencies need to be updated together.

Updates jsonpath-plus from 0.19.0 to 10.2.0

Release notes

Sourced from jsonpath-plus's releases.

v7.2.0

7.2.0 (2022-09-02)

v6.0.1

6.0.1 (2021-07-07)

  • Fix: Some package.json paths needed updating (@​matushorvath)
  • npm: Update devDeps.

v6.0.0

6.0.0 (2021-07-05)

User-impacting

  • Breaking enhancement: Create as true ESM module
  • Breaking change: Utilize .cjs extension for UMD and CJS builds (very old browsers might not support, but needed with the change given that Webpack may complain if there even exists CJS within what it thinks is an ESM file, the ".js", our default)
  • Breaking change: Utilize .js extension instead of .mjs for now default ESM builds

Dev-impacting

  • npm: Add lint script
  • npm: Update devDeps.

v5.1.0

5.1.0 (2021-06-24)

  • Enhancement: support double-quoted bracket notation
  • Linting: As per latest ash-nazg
  • npm: Update devDeps.

v5.0.7

5.0.7 (2021-04-12)

v5.0.6

5.0.6 (2021-04-09)

  • Fix: Remove static modifiers (@​sdolski)
  • Linting: As per latest ash-nazg
  • npm: Update devDeps.

v5.0.5

5.0.5 (2021-04-09)

... (truncated)

Changelog

Sourced from jsonpath-plus's changelog.

10.2.0

  • fix(eval): improve security of safe-eval (#233)
  • chore: update deps. and devDeps.

10.1.0

  • feat: add typeof operator to safe script

10.0.7

  • fix(security): prevent constructor access
  • docs: add security policy file

10.0.6

  • fix(security): prevent call/apply invocation of Function

10.0.5

  • fix: remove overly aggressive disabling of native functions but disallow __proto__

10.0.4

  • fix(security): further prevent binding of Function calls which may evade detection

10.0.3

  • fix(security): prevent binding of Function calls which may evade detection

10.0.2

  • fix(security): prevent Function calls outside of member expressions

10.0.1

  • fix(security): prohibit Function in "safe" vm

10.0.0

BREAKING CHANGES:

  • Require Node 18+

  • fix(security): use safe vm by default in Node

  • chore: bump jsep, devDeps. and lint

9.0.0

BREAKING CHANGES:

... (truncated)

Commits
  • 8e4acf8 chore: bump version
  • f0708a4 chore: update deps. and devDeps.
  • 0bfda55 build(deps): bump @​eslint/plugin-kit from 0.2.0 to 0.2.3 (#234)
  • 73ad72e fix(eval): improve security of safe-eval (#233)
  • 93612a3 chore: bump version
  • 4a16cbd feat: add undefined, null literals to safe script
  • f119fe3 feat: add typeof operator to safe script
  • b70aa71 fix(security): prevent constructor access in safe vm
  • 763ada0 fix(security): prevent call/apply invocation of Function
  • 98a6b22 fix: remove overly aggressive disabling of native functions but disallow `__p...
  • Additional commits viewable in compare view

Updates @kubernetes/client-node from 0.15.1 to 1.0.0

Release notes

Sourced from @​kubernetes/client-node's releases.

Release 1.0.0 with node-fetch instead of the long deprecated request-library.

There is no migration guide (yet?). Have a look at the examples to see how to use it.

0.22.3

What's Changed

New Contributors

Full Changelog: kubernetes-client/javascript@0.22.2...0.22.3

Release 0.22.1

What's Changed

New Contributors

Full Changelog: kubernetes-client/javascript@0.22.0...0.22.1

Release 0.22.0

... (truncated)

Commits
  • 1da8d10 Merge pull request #2114 from kubernetes-client/rev2
  • a5507ac Add the ability to push a non pre-release to NPM
  • 9741bc9 Merge pull request #2113 from kubernetes-client/rev2
  • 8352e16 Merge pull request #2112 from cjihrig/mv-test-dir
  • 5b493a0 Rev to 1.0.0 ready for release
  • e508774 src: move test directory under src/
  • 980765f Merge pull request #2109 from kubernetes-client/dependabot/npm_and_yarn/relea...
  • 1ae60e9 build(deps-dev): bump typedoc from 0.27.4 to 0.27.5
  • cdc4855 Merge pull request #2108 from brendandburns/automated-generate-91430e7b
  • f89c179 Automated openapi generation from 1.32
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) to 10.2.0 and updates ancestor dependency [@kubernetes/client-node](https://github.com/kubernetes-client/javascript). These dependencies need to be updated together.


Updates `jsonpath-plus` from 0.19.0 to 10.2.0
- [Release notes](https://github.com/s3u/JSONPath/releases)
- [Changelog](https://github.com/JSONPath-Plus/JSONPath/blob/main/CHANGES.md)
- [Commits](JSONPath-Plus/JSONPath@v0.19.0...v10.2.0)

Updates `@kubernetes/client-node` from 0.15.1 to 1.0.0
- [Release notes](https://github.com/kubernetes-client/javascript/releases)
- [Commits](kubernetes-client/javascript@0.15.1...1.0.0)

---
updated-dependencies:
- dependency-name: jsonpath-plus
  dependency-type: indirect
- dependency-name: "@kubernetes/client-node"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 6, 2025
@dependabot dependabot bot requested a review from a team as a code owner February 6, 2025 19:15
@kyma-bot kyma-bot added cla: yes Indicates the PR's author has signed the CLA. labels Feb 6, 2025
@kyma-gopher-bot kyma-gopher-bot enabled auto-merge (squash) February 6, 2025 19:15
@kyma-bot kyma-bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Feb 6, 2025
Copy link

github-actions bot commented Feb 6, 2025

Add one of following labels

- kind/feature -> Use it when you want to submit a new feature

- kind/enhancement -> Use it when you modify or improve an existing feature

- kind/bug -> Use it when you fix a bug

@kyma-bot kyma-bot added the lgtm Looks good to me! label Feb 10, 2025
@jaroslaw-pieszka jaroslaw-pieszka added the kind/enhancement Categorizes issue or PR as related to modifying or improving an existing feature label Feb 10, 2025
@kyma-gopher-bot kyma-gopher-bot merged commit 524cd78 into main Feb 10, 2025
27 of 41 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/testing/e2e/skr/multi-a0a15c1484 branch February 10, 2025 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Indicates the PR's author has signed the CLA. dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code kind/enhancement Categorizes issue or PR as related to modifying or improving an existing feature lgtm Looks good to me! size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants