Skip to content

[DevDependency] Bump phpstan/phpstan-strict-rules from 2.0.6 to 2.0.8 in /site#12368

Merged
cjreed121 merged 2 commits intomainfrom
dependabot/composer/site/phpstan/phpstan-strict-rules-2.0.8
Feb 1, 2026
Merged

[DevDependency] Bump phpstan/phpstan-strict-rules from 2.0.6 to 2.0.8 in /site#12368
cjreed121 merged 2 commits intomainfrom
dependabot/composer/site/phpstan/phpstan-strict-rules-2.0.8

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps phpstan/phpstan-strict-rules from 2.0.6 to 2.0.8.

Release notes

Sourced from phpstan/phpstan-strict-rules's releases.

2.0.8

  • 1ed9e62 - Allow literal string dynamic property
  • 7493a9f - Update dessant/lock-threads action to v6
  • 796f9c9 - Update actions/checkout action to v6
  • 3dcd0b8 - Remove duplicate rules in Readme

2.0.7

  • d6211c4 - enable checkStrictPrintfPlaceholderTypes
  • 6b78d53 - Update README.md
  • 0435aeb - Consolidate overwriteVariablesWithLoop rule details
  • e861638 - Simplify tests in which checkNullables is always true
  • 11b6403 - Simplify tests in which treatPhpDocTypesAsCertain is always true
  • b043bd8 - Simplify RequireParentConstructCallRule
  • 9f76a17 - Update actions/checkout action to v5
  • 2b69ec5 - Update Eomm/why-don-t-you-tweet action to v2
Commits
  • 1ed9e62 Allow literal string dynamic property
  • 7493a9f Update dessant/lock-threads action to v6
  • 796f9c9 Update actions/checkout action to v6
  • 3dcd0b8 Remove duplicate rules in Readme
  • d6211c4 enable checkStrictPrintfPlaceholderTypes
  • 6b78d53 Update README.md
  • 0435aeb Consolidate overwriteVariablesWithLoop rule details
  • e861638 Simplify tests in which checkNullables is always true
  • 11b6403 Simplify tests in which treatPhpDocTypesAsCertain is always true
  • b043bd8 Simplify RequireParentConstructCallRule
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@github-project-automation github-project-automation bot moved this to Seeking Reviewer in Submitty Development Feb 1, 2026
@cjreed121 cjreed121 force-pushed the dependabot/composer/site/phpstan/phpstan-strict-rules-2.0.8 branch from 3bbb908 to c1a1e07 Compare February 1, 2026 19:30
@cjreed121
Copy link
Member

@dependabot rebase

Copy link
Member

@cjreed121 cjreed121 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependency changes look good. However, we do need to make a change to our baseline file once rebased

@github-project-automation github-project-automation bot moved this from Seeking Reviewer to Awaiting Maintainer Review in Submitty Development Feb 1, 2026
Bumps [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) from 2.0.6 to 2.0.8.
- [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases)
- [Commits](phpstan/phpstan-strict-rules@2.0.6...2.0.8)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-strict-rules
  dependency-version: 2.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/site/phpstan/phpstan-strict-rules-2.0.8 branch from c1a1e07 to 20a209d Compare February 1, 2026 20:16
@codecov
Copy link

codecov bot commented Feb 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 21.67%. Comparing base (185cfab) to head (49a58da).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##               main   #12368   +/-   ##
=========================================
  Coverage     21.67%   21.67%           
  Complexity     9620     9620           
=========================================
  Files           268      268           
  Lines         36164    36164           
  Branches        486      486           
=========================================
  Hits           7837     7837           
  Misses        27845    27845           
  Partials        482      482           
Flag Coverage Δ
autograder 21.39% <ø> (ø)
js 2.04% <ø> (ø)
migrator 100.00% <ø> (ø)
php 20.69% <ø> (ø)
python_submitty_utils 80.08% <ø> (ø)
submitty_daemon_jobs 90.72% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@cjreed121 cjreed121 merged commit 01202b3 into main Feb 1, 2026
47 of 48 checks passed
@cjreed121 cjreed121 deleted the dependabot/composer/site/phpstan/phpstan-strict-rules-2.0.8 branch February 1, 2026 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant