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

chore(deps): update pepr #1197

Merged
merged 4 commits into from
Jan 27, 2025
Merged

chore(deps): update pepr #1197

merged 4 commits into from
Jan 27, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
lint-staged 15.3.0 -> 15.4.3 age adoption passing confidence devDependencies minor
pepr 0.42.3 -> 0.44.0 age adoption passing confidence dependencies minor
registry1.dso.mil/ironbank/opensource/defenseunicorns/pepr/controller (source) v0.42.3 -> v0.44.0 age adoption passing confidence minor

Release Notes

lint-staged/lint-staged (lint-staged)

v15.4.3

Compare Source

Patch Changes
  • #​1512 cbfed1d Thanks @​tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.

v15.4.2

Compare Source

Patch Changes
  • #​1509 8827ebf Thanks @​iiroj! - Change lint-staged's dependencies to use caret (^) ranges instead of tilde (~). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.

v15.4.1

Compare Source

Patch Changes

v15.4.0

Compare Source

Minor Changes
  • #​1500 a8ec1dd Thanks @​iiroj! - Lint-staged now provides TypeScript types for the configuration and main Node.js API. You can use the JSDoc syntax in your JS configuration files:

    /**
     * @​filename: lint-staged.config.js
     * @​type {import('lint-staged').Configuration}
     */
    export default {
      '*': 'prettier --write',
    }

    It's also possible to use the .ts file extension for the configuration if your Node.js version supports it. The --experimental-strip-types flag was introduced in Node.js v22.6.0 and unflagged in v23.6.0, enabling Node.js to execute TypeScript files without additional configuration.

    export NODE_OPTIONS="--experimental-strip-types"
    
    npx lint-staged --config lint-staged.config.ts
Patch Changes
defenseunicorns/pepr (pepr)

v0.44.0

Compare Source

What's Changed

Full Changelog: defenseunicorns/pepr@v0.43.0...v0.44.0

v0.43.0

Compare Source

Features 🤓

Allows additional ignored namespaces to be set in the helm chart in addition to the namespaces set in pepr section of package.json.

Watch Out 🚧

Rebuild required (npx pepr build) - The distroless image has a smaller footprint with less CVEs, however, it does not have node in the same path on the container. Therefore, we needed to switch the commands on the deployments for args. Make sure you do a rebuild and this will be done for you.

Note- We always recommend rebuilding when you bring in new versions.

What's Changed ♻️

Full Changelog: defenseunicorns/pepr@v0.42.3...v0.43.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner January 16, 2025 06:54
@renovate renovate bot changed the title chore(deps): update pepr to v15.4.0 chore(deps): update pepr to v15.4.1 Jan 16, 2025
@renovate renovate bot force-pushed the renovate/pepr branch 2 times, most recently from 72c4029 to a3ab138 Compare January 22, 2025 16:32
@renovate renovate bot changed the title chore(deps): update pepr to v15.4.1 chore(deps): update pepr Jan 22, 2025
@noahpb
Copy link
Contributor

noahpb commented Jan 22, 2025

New pepr version released, switching to ready waiting on ironbank

@noahpb noahpb added renovate-ready Label used to trigger Renovate PR CI renovate waiting on ironbank This PR is waiting on an image update for ironbank and removed renovate-ready Label used to trigger Renovate PR CI renovate labels Jan 22, 2025
@renovate renovate bot force-pushed the renovate/pepr branch 2 times, most recently from e07e344 to 5cca0b4 Compare January 24, 2025 17:39
@noahpb noahpb added renovate-ready Label used to trigger Renovate PR CI and removed waiting on ironbank This PR is waiting on an image update for ironbank labels Jan 24, 2025
| datasource | package                                                               | from    | to      |
| ---------- | --------------------------------------------------------------------- | ------- | ------- |
| npm        | lint-staged                                                           | 15.3.0  | 15.4.3  |
| npm        | pepr                                                                  | 0.42.3  | 0.44.0  |
| docker     | registry1.dso.mil/ironbank/opensource/defenseunicorns/pepr/controller | v0.42.3 | v0.44.0 |
Copy link
Contributor Author

renovate bot commented Jan 27, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@UnicornChance UnicornChance merged commit 652c925 into main Jan 27, 2025
14 checks passed
@UnicornChance UnicornChance deleted the renovate/pepr branch January 27, 2025 19:51
noahpb pushed a commit that referenced this pull request Jan 28, 2025
🤖 I have created a release *beep* *boop*
---


##
[0.35.0](v0.34.1...v0.35.0)
(2025-01-27)


### Features

* add logic to handle updates to operator config
([#1186](#1186))
([004e8b4](004e8b4))
* optional istio cni ztunnel component
([#1175](#1175))
([e003924](e003924))


### Bug Fixes

* add healthz port to neuvector services
([#1223](#1223))
([ec55729](ec55729))
* checkpoint ci issue
([#1234](#1234))
([548ff6a](548ff6a))
* denied user permissions policy messaging
([#1227](#1227))
([1ccf4f7](1ccf4f7))
* istio package no longer assumes pepr deployments exist
([#1232](#1232))
([ab11592](ab11592))


### Miscellaneous

* **deps:** update authservice to v1.0.4
([#1211](#1211))
([da4d043](da4d043))
* **deps:** update pepr
([#1197](#1197))
([652c925](652c925))


### Documentation

* add documentation on metrics/dashboards for apps
([#1221](#1221))
([d9062da](d9062da))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
mjnagel pushed a commit that referenced this pull request Feb 4, 2025
🤖 I have created a release *beep* *boop*
---


##
[0.35.0](v0.34.1...v0.35.0)
(2025-02-03)


### Features

* add logic to handle updates to operator config
([#1186](#1186))
([004e8b4](004e8b4))
* optional istio cni ztunnel component
([#1175](#1175))
([e003924](e003924))


### Bug Fixes

* add healthz port to neuvector services
([#1223](#1223))
([ec55729](ec55729))
* add patch for adding nv enforcer readiness probe
([#1239](#1239))
([098ef3d](098ef3d))
* address AKS ci flakiness
([#1238](#1238))
([262ba3e](262ba3e))
* checkpoint ci issue
([#1234](#1234))
([548ff6a](548ff6a))
* denied user permissions policy messaging
([#1227](#1227))
([1ccf4f7](1ccf4f7))
* istio package no longer assumes pepr deployments exist
([#1232](#1232))
([ab11592](ab11592))


### Miscellaneous

* **ci:** disable rds parameter group creation
([#1230](#1230))
([b4cb499](b4cb499))
* **deps:** update authservice to v1.0.4
([#1211](#1211))
([da4d043](da4d043))
* **deps:** update grafana
([#1213](#1213))
([54ddd23](54ddd23))
* **deps:** update pepr
([#1197](#1197))
([652c925](652c925))
* **deps:** update prometheus-stack
([#1189](#1189))
([e02c14c](e02c14c))
* **deps:** update support-deps
([#1204](#1204))
([d477f6a](d477f6a))
* **deps:** update support-deps
([#1243](#1243))
([d4179ae](d4179ae))
* **deps:** update support-deps to v1.50.1
([#1241](#1241))
([6c14208](6c14208))
* **docs:** cleanup diagrams
([#1246](#1246))
([f6bffb9](f6bffb9))
* **main:** release 0.35.0
([#1219](#1219))
([c31c608](c31c608))
* switch registry1 ztunnel to proper source
([#1249](#1249))
([defa586](defa586))
* switch unicorn ztunnel to fips image
([#1240](#1240))
([dd63ac6](dd63ac6))


### Documentation

* add documentation on metrics/dashboards for apps
([#1221](#1221))
([d9062da](d9062da))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate-ready Label used to trigger Renovate PR CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants