chore(deps-dev): bump the tooling group with 3 updates - #6515
Open
dependabot[bot] wants to merge 2 commits into
Open
dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
Bumps the tooling group with 3 updates: [eslint-plugin-sonarjs](https://github.com/SonarSource/SonarJS), [prettier](https://github.com/prettier/prettier) and [webpack](https://github.com/webpack/webpack). Updates `eslint-plugin-sonarjs` from 4.2.0 to 4.2.1 - [Release notes](https://github.com/SonarSource/SonarJS/releases) - [Changelog](https://github.com/SonarSource/SonarJS/blob/master/docs/RELEASE.md) - [Commits](https://github.com/SonarSource/SonarJS/commits) Updates `prettier` from 3.9.6 to 3.9.8 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.9.6...3.9.8) Updates `webpack` from 5.110.3 to 5.111.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](webpack/webpack@v5.110.3...v5.111.0) --- updated-dependencies: - dependency-name: eslint-plugin-sonarjs dependency-version: 4.2.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tooling - dependency-name: prettier dependency-version: 3.9.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tooling - dependency-name: webpack dependency-version: 5.111.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: tooling ... Signed-off-by: dependabot[bot] <support@github.com>
Prettier 3.9.8 (bumped in this PR) changes indentation for multiline template literal interpolations, flagging existing code in these files.
Contributor
Code Coverage - Backend unit tests
Test suite run success3924 tests passing in 331 suites. Report generated by 🧪jest coverage report action from ea4f748 |
Contributor
Code Coverage - Integration Tests
|
Contributor
Code Coverage - Frontend unit tests
Test suite run success8119 tests passing in 874 suites. Report generated by 🧪jest coverage report action from ea4f748 |
pawelangelow
had a problem deploying
to
staging
September 21, 2026 13:24 — with
GitHub Actions
Failure
This branch was successfully deployed
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.
Bumps the tooling group with 3 updates: eslint-plugin-sonarjs, prettier and webpack.
Updates
eslint-plugin-sonarjsfrom 4.2.0 to 4.2.1Commits
Updates
prettierfrom 3.9.6 to 3.9.8Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
4f2ab67Release 3.9.83d82af8Update Regex related dependencies (#20082)5ec8db1[3.9.x] Markdown: Don't let Liquid objects interrupt paragraphs (#20087)5b142edRelease Release@prettier/plugin-hermes@0.2.3,@prettier/plugin-oxc@0.2.3, an...0df8eb8Bump Prettier dependency to 3.9.73cf6c8cClean changelog_unreleased0449af3Release 3.9.743cd5b0Allow verify markdown test withmdxparserab8c911Fix test on Node.js v26 (#19927)4a5adf9Fix testsUpdates
webpackfrom 5.110.3 to 5.111.0Release notes
Sourced from webpack's releases.
... (truncated)
Changelog
Sourced from webpack's changelog.
... (truncated)
Commits
9256118chore(release): new release (#21914)3ef9663refactor: consolidate getter and value format of export fragment (#22100)aff7c4cperf: emit less chunk-loading runtime (#22094)e954b81build(html): sweep the HTML printer for spelling-dependent output (#22097)da4ad13fix(css): replace a@valuenamed in an at-rule prelude only once (#22036)df72840perf(runtime): test the spec namespace cache slot for truthiness (#22098)4c80c99fix(html): minify an attribute by what it says, not how it was spelled (#22095)f6fd097fix: release stale compilation data from nested children and idle watches (#2...55c9808refactor(js): own the ECMAScript parser and drop the acorn dependency (#22042)e1ab6f2fix(html): escape a text run the tag after it would fuse with (#22086)You can trigger a rebase of this PR 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 conditionsNote
Low Risk
Dev-only dependency and lockfile updates plus Prettier-driven formatting; no application runtime or security-path changes.
Overview
Bumps three devDependencies in
package.jsonand refreshespackage-lock.json: eslint-plugin-sonarjs4.2.0→4.2.1(adds@sonarsource/analyzer-commons-configurationsand minor nested deps), prettier3.9.6→3.9.8, and webpack5.110.3→5.111.0(pulls in newerenhanced-resolveandschema-utilsin the lockfile).Two styled-components files (
list.styles.ts,AppNavigation.styles.ts) only change indentation inside template literals—consistent with running Prettier after the upgrade, with no behavioral change to styles.Reviewed by Cursor Bugbot for commit ea4f748. Bugbot is set up for automated code reviews on this repo. Configure here.