build(deps): Bump the "monthly" group with 2 updates across multiple ecosystems - #5
Merged
Merged
Conversation
Bumps the monthly group with 5 updates: | Package | From | To | | --- | --- | --- | | [cn](https://github.com/shadcn-ui/cn/tree/HEAD/packages/cn) | `0.2.5` | `0.2.6` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.41.0` | `1.43.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.4.1` | `26.5.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.69.0` | `8.70.0` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `7.3.1` | `7.3.2` | Updates `cn` from 0.2.5 to 0.2.6 - [Release notes](https://github.com/shadcn-ui/cn/releases) - [Changelog](https://github.com/shadcn-ui/cn/blob/main/packages/cn/CHANGELOG.md) - [Commits](https://github.com/shadcn-ui/cn/commits/cn@0.2.6/packages/cn) Updates `lucide-react` from 1.41.0 to 1.43.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.43.0/packages/lucide-react) Updates `@types/node` from 26.4.1 to 26.5.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/parser` from 8.69.0 to 8.70.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.70.0/packages/parser) Updates `astro` from 7.3.1 to 7.3.2 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@7.3.2/packages/astro) build(deps): Bump the monthly group with 2 updates Bumps the monthly group with 2 updates: [pnpm/action-setup](https://github.com/pnpm/action-setup) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `pnpm/action-setup` from 6.0.10 to 6.1.0 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@0977fd9...ea17c68) Updates `actions/upload-artifact` from 5.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...043fb46) --- updated-dependencies: - dependency-name: cn dependency-version: 0.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: monthly - dependency-name: lucide-react dependency-version: 1.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: monthly - dependency-name: "@types/node" dependency-version: 26.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: monthly - dependency-name: "@typescript-eslint/parser" dependency-version: 8.70.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: monthly - dependency-name: astro dependency-version: 7.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: monthly - dependency-name: pnpm/action-setup dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: monthly - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: monthly ... Signed-off-by: dependabot[bot] <support@github.com>
This was referenced Sep 16, 2026
DigiJoe79
added a commit
that referenced
this pull request
Sep 16, 2026
…cht im Repo `THIRD-PARTY-NOTICES.md` stand mit Versionsnummern im Repo, und die CI verlangte exakte Gleichheit mit dem gebauten Image. Jedes Dependabot-Update aendert Versionen — der erste Monats-Pull-Request (#5) wurde genau dort rot, und jeder weitere waere es geworden. Dependabot kann die Datei nicht selbst erneuern. Verteilt wird das Image, also gehoert die vollstaendige Liste dorthin: Der Bau erzeugt `/app/THIRD-PARTY-NOTICES.md` aus genau dem, was im Image liegt (`third-party-notices.sh --erzeugen`). Sie stimmt fuer jede Fassung. Die Pruefung (`--pruefen`, in `pnpm image:check` und der CI) vergleicht nicht mehr mit einer Datei, sondern prueft, worum es geht: Die Liste liegt im Image, und jede npm-Lizenz steht auf einer Positivliste — freizuegige Lizenzen, MPL-2.0, OFL, dazu LGPL-3.0-or-later allein fuer `@img/sharp-libvips-*`. AGPL, GPL oder eine fehlende Angabe halten die CI an. Trocken geprueft gegen AGPL, `MIT AND GPL-3.0` (rot) und `MIT OR GPL-2.0` (frei waehlbar, gruen). Die eigenen Workspace-Pakete (`@kompass/*`, `verein-basis`) standen bisher mit Lizenz „unbekannt" in der Liste; sie sind privat und keine Software Dritter. `THIRD-PARTY-NOTICES.md` im Repo ist jetzt eine Uebersicht ohne Versionen: Quellcode-Angebot, die selbst installierten Systempakete, libvips, erlaubte Lizenzen und der Weg zur vollstaendigen Liste. Tests halten fest, dass sie keine Versionen traegt und der Bau die Liste wirklich erzeugt. Geprueft: `pnpm verify`; zwei DMS-Tests fielen im Containerring unter Last und liefen danach einzeln (60/60) und im vollen Ring (158/158) gegen dasselbe Image gruen — als Wackler notiert. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Owner
|
@dependabot rebase |
Owner
|
@dependabot recreate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the monthly group with 5 updates:
0.2.50.2.61.41.01.43.026.4.126.5.08.69.08.70.07.3.17.3.2Updates
cnfrom 0.2.5 to 0.2.6Release notes
Sourced from cn's releases.
Changelog
Sourced from cn's changelog.
Commits
8ff1e72chore(release): version packages (#75)947e624fix(config): fill Tailwind grammar gaps (#74)Updates
lucide-reactfrom 1.41.0 to 1.43.0Release notes
Sourced from lucide-react's releases.
Commits
94e4cb9chore(dependencies): Update dependencies (#4806)99d25bdfeat(packages): extract icon build logic into@lucide/shared(#4409)Updates
@types/nodefrom 26.4.1 to 26.5.0Commits
Updates
@typescript-eslint/parserfrom 8.69.0 to 8.70.0Release notes
Sourced from @typescript-eslint/parser's releases.
Changelog
Sourced from @typescript-eslint/parser's changelog.
Commits
7ee7608chore(release): publish 8.70.0Updates
astrofrom 7.3.1 to 7.3.2Release notes
Sourced from astro's releases.
Changelog
Sourced from astro's changelog.
Commits
aa4949e[ci] release (#17915)42e9188fix(i18n): replace locale segment by index in fallback routing (#17907) (#17908)4b92ddcGuard setFetchHandler call in non-runnable dev entrypoint to fix sessions + m...c1a6a89fix: include .astro files in client optimizeDeps entries to prevent 504 on la...a548223Only treat literal script/style content as raw in MDX rendering (#17896)Bumps the monthly group with 2 updates: pnpm/action-setup and actions/upload-artifact.
Updates
pnpm/action-setupfrom 6.0.10 to 6.1.0Release notes
Sourced from pnpm/action-setup's releases.
Commits
ea17c68feat: support pnpm v12 (#288)Updates
actions/upload-artifactfrom 5.0.0 to 7.0.1Release notes
Sourced from actions/upload-artifact's releases.
Commits
043fb46Merge pull request #797 from actions/yacaovsnc/update-dependency634250cInclude changes in typespec/ts-http-runtime 0.3.5e454baaReadme: bump all the example versions to v7 (#796)74fad66Update the readme with direct upload details (#795)bbbca2dSupport direct file uploads (#764)589182cUpgrade the module to ESM and bump dependencies (#762)47309c9Merge pull request #754 from actions/Link-/add-proxy-integration-tests02a8460Add proxy integration testb7c566aMerge pull request #745 from actions/upload-artifact-v6-releasee516bc8docs: correct description of Node.js 24 support in READMEDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions