chore(deps): consolidate open Dependabot updates - #310
Open
maximizeIT wants to merge 6 commits into
Open
maximizeIT wants to merge 6 commits into
maximizeIT wants to merge 6 commits into
Conversation
Bumps [iainmcgin/cla-github-action](https://github.com/iainmcgin/cla-github-action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/iainmcgin/cla-github-action/releases) - [Changelog](https://github.com/iainmcgin/cla-github-action/blob/master/CHANGELOG.md) - [Commits](iainmcgin/cla-github-action@b265428...0d27e5a) --- updated-dependencies: - dependency-name: iainmcgin/cla-github-action dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.29.6 to 7.29.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.29.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…gin/cla-github-action-3.2.0' into chore/consolidate-dependabot-updates
…weather-forecast/babel/core-7.29.7' into chore/consolidate-dependabot-updates
Merges/applies all currently open Dependabot PRs into a single branch: - #269 bump iainmcgin/cla-github-action from 3.1.0 to 3.2.0 - #300 bump @babel/preset-env from 7.29.5 to 7.29.7 - #301 bump @babel/core from 7.29.6 to 7.29.7 - #302 bump @babel/preset-typescript from 7.28.5 to 7.29.7 - #303 bump date-fns from 2.30.0 to 4.4.0 - #309 npm-updates group bump (14 updates) across samples/weather-forecast Additional fixes required to keep the sample green after these bumps: - src/date.ts: date-fns v4 no longer provides an ambient global Locale type; import it explicitly from date-fns/locale. - package.json: pin webpack to an exact version (5.109.2) instead of a caret range so it matches the resolutions pin and the copy-webpack-plugin transitive webpack, avoiding a duplicate-webpack-version TS type error. - package.json: held @rjsf/core, @rjsf/mui, @rjsf/utils and @rjsf/validator-ajv8 back at 6.6.2 (skipping the 6.8.0 bump proposed by #309) because @staffbase/widget-sdk pins its own nested @rjsf/utils at ^6.3.1 (resolved 6.6.2); bumping only the top-level copy produced two structurally different UiSchema types and broke type-check. Verified in samples/weather-forecast: yarn install, yarn build, yarn lint, yarn type-check, yarn test (19/19 passing). Co-authored-by: GitHub Copilot <copilot@noreply.github.com>
|
All contributors have signed the CLA ✍️ ✅ |
This was referenced Sep 1, 2026
Closed
yarn.lock had @staffbase/widget-sdk@3.19.3 resolved from the GitHub Packages registry (npm.pkg.github.com), which requires authentication CI doesn't have. Point it at the public npm tarball instead (same integrity hash, same package content). Co-authored-by: GitHub Copilot <copilot@noreply.github.com>
Staffbase AI Code ReviewVerdict: ✅ Approved
FindingsNo findings. Bot commands
You can also resolve a non-critical inline conversation to ignore it (and unresolve to bring it back). Resolving a To bypass the entire review (criticals included), apply the Execution Steps (7)
|
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.
Summary
Consolidates all currently open Dependabot PRs into a single validated update, superseding:
iainmcgin/cla-github-actionfrom 3.1.0 to 3.2.0@babel/preset-envfrom 7.29.5 to 7.29.7@babel/corefrom 7.29.6 to 7.29.7@babel/preset-typescriptfrom 7.28.5 to 7.29.7date-fnsfrom 2.30.0 to 4.4.0samples/weather-forecastAdditional fixes required
src/date.ts: date-fns v4 no longer exposes an ambient globalLocaletype; now imported explicitly fromdate-fns/locale.package.json: pinnedwebpackto an exact version (5.109.2) instead of a caret range so it matches theresolutionspin andcopy-webpack-plugin's transitivewebpack, avoiding a duplicate-webpack-version TypeScript error.package.json: held@rjsf/core,@rjsf/mui,@rjsf/utilsand@rjsf/validator-ajv8back at6.6.2(skipping the6.8.0bump proposed by chore(deps): bump the npm-updates group across 1 directory with 14 updates #309), because@staffbase/widget-sdkpins its own nested@rjsf/utilsat^6.3.1(resolves to6.6.2). Bumping only the top-level copy created two structurally differentUiSchematypes and broketype-check.Verification (in
samples/weather-forecast)yarn installyarn buildyarn lintyarn type-checkyarn test(19/19 passing)This is a draft PR pending review.