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

build(deps): bump jsonpath-plus and @kubernetes/client-node in /tools/crd-client-generator-js #4449

Open
wants to merge 1 commit into
base: development/129.0
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2024

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

Updates jsonpath-plus from 0.19.0 to 10.0.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.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:

  • Removes preventEval property. Prefer eval: false instead.

  • Changed behavior of eval property. In the browser, eval/Function won't be used by default to evaluate expressions. Instead, we'll safely evaluate using a subset of JavaScript. To resume using unsafe eval in the browser, pass in the option eval: "native"

  • feat: add safe eval for browser and eval option (#185) (@​80avin)

  • feat: add ignoreEvalErrors property (@​80avin)

8.1.0

8.0.0

7.2.0

7.1.0

7.0.0

  • Breaking change: Bump engines to 12
  • fix: remove console.log when error is thrown (@​sh33dafi)
  • chore: update devDeps.

6.0.1 (2021-07-07)

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

6.0.0 (2021-07-05)

... (truncated)

Commits

Updates @kubernetes/client-node from 0.13.2 to 0.22.1

Release notes

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

Release 0.22.1

What's Changed

New Contributors

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

Release 0.22.0

What's Changed

New Contributors

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

Release 0.21.0

What's Changed

Full Changelog: kubernetes-client/javascript@0.20.0...0.21.0

Release 0.20.0

What's Changed

... (truncated)

Commits
  • 5a69713 Merge pull request #1932 from kubernetes-client/dependabot/npm_and_yarn/jasmi...
  • 63b3d94 Merge pull request #1931 from kubernetes-client/dependabot/npm_and_yarn/mock-...
  • e0cbd15 Merge pull request #1930 from kubernetes-client/dependabot/npm_and_yarn/typed...
  • d2102b3 build(deps-dev): bump jasmine from 5.3.1 to 5.4.0
  • 121f00f build(deps-dev): bump mock-fs from 5.3.0 to 5.4.0
  • 37c4cbc build(deps-dev): bump typedoc from 0.26.8 to 0.26.9
  • b05ab87 Merge pull request #1920 from kubernetes-client/ms/prepare-patch-0.22.1
  • c4c52c7 Merge pull request #1918 from kubernetes-client/ms/update-node-in-workflow
  • 81fb6ea chore: prepare patch release 0.22.1
  • f4dbc08 Revert "chore: prepare patch release"
  • 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:/s3u/JSONPath) to 10.0.0 and updates ancestor dependency [@kubernetes/client-node](https:/kubernetes-client/javascript). These dependencies need to be updated together.


Updates `jsonpath-plus` from 0.19.0 to 10.0.0
- [Release notes](https:/s3u/JSONPath/releases)
- [Changelog](https:/JSONPath-Plus/JSONPath/blob/main/CHANGES.md)
- [Commits](https:/s3u/JSONPath/commits)

Updates `@kubernetes/client-node` from 0.13.2 to 0.22.1
- [Release notes](https:/kubernetes-client/javascript/releases)
- [Changelog](https:/kubernetes-client/javascript/blob/master/CHANGELOG.md)
- [Commits](kubernetes-client/javascript@0.13.2...0.22.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added javascript Pull requests that update Javascript code kind:dependencies Pull requests that update a dependency file labels Oct 16, 2024
@dependabot dependabot bot requested a review from a team as a code owner October 16, 2024 06:49
@bert-e
Copy link
Contributor

bert-e commented Oct 16, 2024

Hello dependabot[bot],

My role is to assist you with the merge of this
pull request. Please type @bert-e help to get information
on this process, or consult the user documentation.

Available options
name description privileged authored
/after_pull_request Wait for the given pull request id to be merged before continuing with the current one.
/bypass_author_approval Bypass the pull request author's approval
/bypass_build_status Bypass the build and test status
/bypass_commit_size Bypass the check on the size of the changeset TBA
/bypass_incompatible_branch Bypass the check on the source branch prefix
/bypass_jira_check Bypass the Jira issue check
/bypass_peer_approval Bypass the pull request peers' approval
/bypass_leader_approval Bypass the pull request leaders' approval
/approve Instruct Bert-E that the author has approved the pull request. ✍️
/create_pull_requests Allow the creation of integration pull requests.
/create_integration_branches Allow the creation of integration branches.
/no_octopus Prevent Wall-E from doing any octopus merge and use multiple consecutive merge instead
/unanimity Change review acceptance criteria from one reviewer at least to all reviewers
/wait Instruct Bert-E not to run until further notice.
Available commands
name description privileged
/help Print Bert-E's manual in the pull request.
/status Print Bert-E's current status in the pull request TBA
/clear Remove all comments from Bert-E from the history TBA
/retry Re-start a fresh build TBA
/build Re-start a fresh build TBA
/force_reset Delete integration branches & pull requests, and restart merge process from the beginning.
/reset Try to remove integration branches unless there are commits on them which do not appear on the source branch.

Status report is not available.

The following options are set: bypass_author_approval, bypass_jira_check

@bert-e
Copy link
Contributor

bert-e commented Oct 16, 2024

Waiting for approval

The following approvals are needed before I can proceed with the merge:

  • the author

  • one peer

Peer approvals must include at least 1 approval from the following list:

The following options are set: bypass_author_approval, bypass_jira_check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code kind:dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant