defenseunicorns / pepr-excellent-examples

Welcome to the Pepr Examples Repository!
https://pepr.dev
4 stars 0 forks source link

build(deps-dev): bump the dev group across 30 directories with 6 updates #149

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps the dev group with 6 updates in the / directory:

Package From To
@types/node 20.16.10 22.7.4
commander 11.1.0 12.1.0
find-up 5.0.0 7.0.0
kubernetes-fluent-client 2.6.5 3.0.4
typescript 5.3.3 5.6.2
yaml 2.3.4 2.5.1

Bumps the dev group with 4 updates in the /_helpers directory: @types/node, commander, kubernetes-fluent-client and typescript. Bumps the dev group with 5 updates in the /dash-policyreport directory:

Package From To
@types/node 20.16.10 22.7.4
commander 11.1.0 12.1.0
kubernetes-fluent-client 2.6.5 3.0.4
typescript 5.3.3 5.6.2
yaml 2.3.4 2.5.1

Bumps the dev group with 1 update in the /hello-pepr directory: typescript. Bumps the dev group with 3 updates in the /hello-pepr-alias directory: @types/node, kubernetes-fluent-client and typescript. Bumps the dev group with 3 updates in the /hello-pepr-config directory: @types/node, kubernetes-fluent-client and typescript. Bumps the dev group with 3 updates in the /hello-pepr-config-ignored-ns directory: @types/node, kubernetes-fluent-client and typescript. Bumps the dev group with 3 updates in the /hello-pepr-deletion-timestamp directory: @types/node, kubernetes-fluent-client and typescript. Bumps the dev group with 3 updates in the /hello-pepr-finalize directory: @types/node, kubernetes-fluent-client and typescript. Bumps the dev group with 3 updates in the /hello-pepr-hooks directory: @types/node, kubernetes-fluent-client and typescript. Bumps the dev group with 3 updates in the /hello-pepr-mutate directory: @types/node, kubernetes-fluent-client and typescript. Bumps the dev group with 3 updates in the /hello-pepr-ns-all directory: @types/node, kubernetes-fluent-client and typescript. Bumps the dev group with 3 updates in the /hello-pepr-ns-bounded directory: @types/node, kubernetes-fluent-client and typescript. Bumps the dev group with 3 updates in the /hello-pepr-ns-wrong directory: @types/node, kubernetes-fluent-client and typescript. Bumps the dev group with 3 updates in the /hello-pepr-onschedule directory: @types/node, kubernetes-fluent-client and typescript. Bumps the dev group with 3 updates in the /hello-pepr-reconcile-global directory: @types/node, kubernetes-fluent-client and typescript. Bumps the dev group with 3 updates in the /hello-pepr-reconcile-kind directory: @types/node, kubernetes-fluent-client and typescript. Bumps the dev group with 3 updates in the /hello-pepr-reconcile-kindns directory: @types/node, kubernetes-fluent-client and typescript. Bumps the dev group with 3 updates in the /hello-pepr-reconcile-kindnsname directory: @types/node, kubernetes-fluent-client and typescript. Bumps the dev group with 3 updates in the /hello-pepr-regex-name directory: @types/node, kubernetes-fluent-client and typescript. Bumps the dev group with 3 updates in the /hello-pepr-regex-ns-all directory: @types/node, kubernetes-fluent-client and typescript. Bumps the dev group with 3 updates in the /hello-pepr-regex-ns-bounded directory: @types/node, kubernetes-fluent-client and typescript. Bumps the dev group with 3 updates in the /hello-pepr-regex-ns-wrong directory: @types/node, kubernetes-fluent-client and typescript. Bumps the dev group with 1 update in the /hello-pepr-soak directory: typescript. Bumps the dev group with 1 update in the /hello-pepr-soak-ci directory: typescript. Bumps the dev group with 3 updates in the /hello-pepr-store directory: @types/node, kubernetes-fluent-client and typescript. Bumps the dev group with 3 updates in the /hello-pepr-validate directory: @types/node, kubernetes-fluent-client and typescript. Bumps the dev group with 3 updates in the /hello-pepr-watch directory: @types/node, kubernetes-fluent-client and typescript. Bumps the dev group with 1 update in the /pepr-operator directory: typescript. Bumps the dev group with 4 updates in the /test-specific-version directory: @types/node, find-up, kubernetes-fluent-client and typescript.

Updates @types/node from 20.16.10 to 22.7.4

Commits


Updates commander from 11.1.0 to 12.1.0

Release notes

Sourced from commander's releases.

v12.1.0

Added

  • auto-detect special node flags node --eval and node --print when call .parse() with no arguments (#2164)

Changed

  • prefix require of Node.js core modules with node: (#2170)
  • format source files with Prettier (#2180)
  • switch from StandardJS to directly calling ESLint for linting (#2153)
  • extend security support for previous major version of Commander (#2150)

Removed

  • removed unimplemented Option.fullDescription from TypeScript definition (#2191)

v12.0.0

Added

  • .addHelpOption() as another way of configuring built-in help option (#2006)
  • .helpCommand() for configuring built-in help command (#2087)

Fixed

  • Breaking: use non-zero exit code when spawned executable subcommand terminates due to a signal (#2023)
  • Breaking: check passThroughOptions constraints when using .addCommand and throw if parent command does not have .enablePositionalOptions() enabled (#1937)

Changed

  • Breaking: Commander 12 requires Node.js v18 or higher (#2027)
  • Breaking: throw an error if add an option with a flag which is already in use (#2055)
  • Breaking: throw an error if add a command with name or alias which is already in use (#2059)
  • Breaking: throw error when calling .storeOptionsAsProperties() after setting an option value (#1928)
  • replace non-standard JSDoc of @api private with documented @private (#1949)
  • .addHelpCommand() now takes a Command (passing string or boolean still works as before but deprecated) (#2087)
  • refactor internal implementation of built-in help option (#2006)
  • refactor internal implementation of built-in help command (#2087)

Deprecated

  • .addHelpCommand() passing string or boolean (use .helpCommand() or pass a Command) (#2087)

Removed

  • Breaking: removed default export of a global Command instance from CommonJS (use the named program export instead) (#2017)

Migration Tips

global program

... (truncated)

Changelog

Sourced from commander's changelog.

[12.1.0] (2024-05-18)

Added

  • auto-detect special node flags node --eval and node --print when call .parse() with no arguments (#2164)

Changed

  • prefix require of Node.js core modules with node: (#2170)
  • format source files with Prettier (#2180)
  • switch from StandardJS to directly calling ESLint for linting (#2153)
  • extend security support for previous major version of Commander (#2150)

Removed

  • removed unimplemented Option.fullDescription from TypeScript definition (#2191)

[12.0.0] (2024-02-03)

Added

  • .addHelpOption() as another way of configuring built-in help option (#2006)
  • .helpCommand() for configuring built-in help command (#2087)

Fixed

  • Breaking: use non-zero exit code when spawned executable subcommand terminates due to a signal (#2023)
  • Breaking: check passThroughOptions constraints when using .addCommand and throw if parent command does not have .enablePositionalOptions() enabled (#1937)

Changed

  • Breaking: Commander 12 requires Node.js v18 or higher (#2027)
  • Breaking: throw an error if add an option with a flag which is already in use (#2055)
  • Breaking: throw an error if add a command with name or alias which is already in use (#2059)
  • Breaking: throw error when calling .storeOptionsAsProperties() after setting an option value (#1928)
  • replace non-standard JSDoc of @api private with documented @private (#1949)
  • .addHelpCommand() now takes a Command (passing string or boolean still works as before but deprecated) (#2087)
  • refactor internal implementation of built-in help option (#2006)
  • refactor internal implementation of built-in help command (#2087)

Deprecated

  • .addHelpCommand() passing string or boolean (use .helpCommand() or pass a Command) (#2087)

Removed

  • Breaking: removed default export of a global Command instance from CommonJS (use the named program export instead) (#2017)

Migration Tips

... (truncated)

Commits


Updates find-up from 5.0.0 to 7.0.0

Release notes

Sourced from find-up's releases.

v7.0.0

Breaking

  • Require Node.js 18 187b2a1

Improvements

  • Accept URL for stopAt option ba19153

https://github.com/sindresorhus/find-up/compare/v6.3.0...v7.0.0

v6.3.0

  • Accept URL as cwd (#60) f348f3c

https://github.com/sindresorhus/find-up/compare/v6.2.0...v6.3.0

v6.2.0

https://github.com/sindresorhus/find-up/compare/v6.1.0...v6.2.0

v6.1.0

https://github.com/sindresorhus/find-up/compare/v6.0.0...v6.1.0

v6.0.0

Breaking

  • Require Node.js 12.20 e93cfd2
  • This package is now pure ESM. Please read this.
  • Changed from a default export to named exports.
    • const findUp = require('find-up') => import {findUp} from 'find-up'
    • const findUpSync = require('find-up').sync => import {findUpSync} from 'find-up'
    • const findUpStop = require('find-up').stop => import {findUpStop} from 'find-up'
    • const pathExists = require('find-up').exists => import {pathExists} from 'find-up'
    • const pathExistsSync = require('find-up').sync.exists => import {pathExistsSync} from 'find-up'

https://github.com/sindresorhus/find-up/compare/v5.0.0...v6.0.0

Commits


Updates kubernetes-fluent-client from 2.6.5 to 3.0.4

Release notes

Sourced from kubernetes-fluent-client's releases.

v3.0.4

3.0.4 (2024-09-30)

Bug Fixes

v3.0.3

3.0.3 (2024-09-16)

Bug Fixes

v3.0.2

3.0.2 (2024-08-28)

Bug Fixes

v3.0.1

3.0.1 (2024-08-02)

Bug Fixes

v3.0.0

3.0.0 (2024-07-29)

Features

BREAKING CHANGES

  • This changes the names on the WatchConfig. Look at the WatchConfig as some configuration options have been renamed.
Commits
  • c5d7a64 fix: crd type generation (#388)
  • d5ea94b build(deps-dev): bump semantic-release from 24.1.1 to 24.1.2 in the developme...
  • 81afb34 build(deps): bump actions/checkout from 4.1.7 to 4.2.0 (#389)
  • 65930dc build(deps-dev): bump eslint-plugin-jsdoc from 50.2.4 to 50.3.0 (#391)
  • b1b1b7a build(deps): bump github/codeql-action from 3.26.8 to 3.26.9 (#387)
  • c0b9a9d build(deps-dev): bump the development-dependencies group with 2 updates (#386)
  • 4614267 build(deps): bump actions/setup-node from 4.0.3 to 4.0.4 (#384)
  • 447920d build(deps): bump github/codeql-action from 3.26.7 to 3.26.8 (#385)
  • ab233ab build(deps-dev): bump eslint-plugin-jsdoc from 50.2.3 to 50.2.4 (#383)
  • 26a425f build(deps-dev): bump the development-dependencies group with 2 updates (#382)
  • Additional commits viewable in compare view


Updates typescript from 5.3.3 to 5.6.2

Release notes

Sourced from typescript's releases.

TypeScript 5.6

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

... (truncated)

Commits
  • a7e3374 Bump version to 5.6.2 and LKG
  • 2063357 🤖 Pick PR #59708 (LEGO: Pull request from lego/hb_537...) into release-5.6 (#...
  • 4fe7e41 🤖 Pick PR #59670 (fix(59649): ts Move to a new file d...) into release-5.6 (#...
  • 1a03e53 🤖 Pick PR #59761 (this can be nullish) into release-5.6 (#59762)
  • 6212132 Update LKG
  • bbb5faf 🤖 Pick PR #59542 (Fixing delay caused in vscode due t...) into release-5.6 (#...
  • e6914a5 Bump version to 5.6.1-rc and LKG
  • 34121c4 Update LKG
  • 2a30c2a Merge remote-tracking branch 'origin/main' into release-5.6
  • 936a79b Expose TypeChecker. getAwaitedType to public (#59268)
  • Additional commits viewable in compare view


Updates yaml from 2.3.4 to 2.5.1

Release notes

Sourced from yaml's releases.

v2.5.1

  • Include range in flow sequence pair maps (#573)

v2.5.0

  • Add --indent option to CLI tool (#559, with thanks to @​danielbayley)
  • Require newline in all cases for props on block sequence (#557)
  • Always reset indentation in lexer on ... (#558)
  • Ignore minContentWidth if greater than lineWidth (#562)
  • Drop unused Collection.maxFlowStringSingleLineLength (#522, #421)

v2.4.5

  • Improve tab handling (#553, yaml-test-suite tests DK95 & Y79Y)

v2.4.4

With special thanks to @​RedCMD for finding and reporting all of the following:

  • Allow comment after top-level block scalar with explicit indent indicator (#547)
  • Allow tab as indent for line comments before nodes (#548)
  • Do not allow tab before block collection (#549)
  • In flow collections, allow []{} immediately after : with plain key (#550)
  • Require indentation for ? explicit-key contents (#551)
  • Require indentation from block scalar header & flow collections in mapping values (#553)

v2.4.3

  • Improve error when parsing a non-string value (#459)
  • Do not parse -.NaN or +.nan as NaN (#546)
  • Support # within %TAG prefixes with trailing #comments
  • Check for non-node complex keys when stringifying with simpleKeys (#541)

v2.4.2

  • Restrict YAML 1.1 boolean strings to their explicit capitalization (#530)
  • Add sponsorship by Scipress (#536)

v2.4.1

  • cst: Do not drop trailing newline after line comment in block-map if followed by unindented block-seq value (#525)
  • Stringify flow collection comments in parent (#528)
  • Do not skip folding lines after the first in indented block scalars (#529)

v2.4.0

  • Add a command-line tool (#523)
  • Use the lineWidth option for line breaking in flow collections (#522)
Commits
  • 5adbb60 2.5.1
  • 29293c4 chore: Simplify Babel config, inlining it Jest config
  • 4c30eb6 chore: Re-enable linting with type information
  • adef9c5 chore: Update to eslint 9, fix found issues
  • e883065 chore: Refresh lockfile (keeping rollup at 4.19.0 due to rollup/rollup#5633)
  • 5b5e290 fix: Include range in flow sequence pair maps (fixes #573)
  • b309e23 2.5.0
  • 6e58318 style: Apply updated Prettier style
  • 61140fa chore: Refresh lockfile
  • 534d8ad fix: Ignore minContentWidth if greater than lineWidth (fixes #562)
  • Additional commits viewable in compare view


Updates @types/node from 20.16.10 to 22.7.4

Commits


Updates commander from 11.1.0 to 12.1.0

Release notes

Sourced from commander's releases.

v12.1.0

Added

  • auto-detect special node flags node --eval and node --print when call .parse() with no arguments (#2164)

Changed

  • prefix require of Node.js core modules with node: (#2170)
  • format source files with Prettier (#2180)
  • switch from StandardJS to directly calling ESLint for linting (#2153)
  • extend security support for previous major version of Commander (#2150)

Removed

  • removed unimplemented Option.fullDescription from TypeScript definition (#2191)

v12.0.0

Added

  • .addHelpOption() as another way of configuring built-in help option (#2006)
  • .helpCommand() for configuring built-in help command (#2087)

Fixed

  • Breaking: use non-zero exit code when spawned executable subcommand terminates due to a signal (#2023)
  • Breaking: check passThroughOptions constraints when using .addCommand and throw if parent command does not have .enablePositionalOptions() enabled (#1937)

Changed

  • Breaking: Commander 12 requires Node.js v18 or higher (#2027)
  • Breaking: throw an error if add an option with a flag which is already in use (#2055)
  • Breaking: throw an error if add a command with name or alias which is already in use (#2059)
  • Breaking: throw error when calling .storeOptionsAsProperties() after setting an option value (#1928)
  • replace non-standard JSDoc of @api private with documented @private (#1949)
  • .addHelpCommand() now takes a Command (passing string or boolean still works as before but deprecated) (#2087)
  • refactor internal implementation of built-in help option (#2006)
  • refactor internal implementation of built-in help command (#2087)

Deprecated

  • .addHelpCommand() passing string or boolean (use .helpCommand() or pass a Command) (#2087)

Removed

  • Breaking: removed default export of a global Command instance from CommonJS (use the named program export instead) (#2017)

Migration Tips

global program

... (truncated)

Changelog

Sourced from commander's changelog.

[12.1.0] (2024-05-18)

Added

  • auto-detect special node flags node --eval and node --print when call .parse() with no arguments (#2164)

Changed

  • prefix require of Node.js core modules with node: (#2170)
  • format source files with Prettier (#2180)
  • switch from StandardJS to directly calling ESLint for linting (#2153)
  • extend security support for previous major version of Commander (#2150)

Removed

  • removed unimplemented Option.fullDescription from TypeScript definition (#2191)

[12.0.0] (2024-02-03)

Added

  • .addHelpOption() as another way of configuring built-in help option (#2006)
  • .helpCommand() for configuring built-in help command (#2087)

Fixed

  • Breaking: use non-zero exit code when spawned executable subcommand terminates due to a signal (#2023)
  • Breaking: check passThroughOptions constraints when using .addCommand and throw if parent command does not have .enablePositionalOptions() enabled (#1937)

Changed

  • Breaking: Commander 12 requires Node.js v18 or higher (#2027)
  • Breaking: throw an error if add an option with a flag which is already in use (#2055)
  • Breaking: throw an error if add a command with name or alias which is already in use (#2059)
  • Breaking: throw error when calling .storeOptionsAsProperties() after setting an option value (#1928)
  • replace non-standard JSDoc of @api private with documented @private (#1949)
  • .addHelpCommand() now takes a Command (passing string or boolean still works as before but deprecated) (#2087)
  • refactor internal implementation of built-in help option (#2006)
  • refactor internal implementation of built-in help command (#2087)

Deprecated

  • .addHelpCommand() passing string or boolean (use .helpCommand() or pass a Command) (#2087)

Removed

  • Breaking: removed default export of a global Command instance from CommonJS (use the named program export instead) (#2017)

Migration Tips

... (truncated)

Commits


Updates kubernetes-fluent-client from 2.6.5 to 3.0.4

Release notes

Sourced from

dependabot[bot] commented 3 weeks ago

The group that created this PR has been removed from your configuration.