Skip to content

Patch 5.1.5#621

Merged
XFox111 merged 5 commits intomainfrom
next
Dec 10, 2025
Merged

Patch 5.1.5#621
XFox111 merged 5 commits intomainfrom
next

Conversation

@XFox111
Copy link
Copy Markdown
Owner

@XFox111 XFox111 commented Dec 10, 2025

🚀 Patch Tuesday update

This pull request is a part of our new initiative!
From now on we are starting to roll out updates on every first Tuesday of the month, which will include bugfixes, security and dependency updates to keep the project's security and stability up to date!

Description

Dependencies update and security fixes

Changelog

Dependency bumps

Fixed security vulnerabilities

PR Checklist

  • Update version in package.json
  • [Post-merge] Review and publish GitHub release
  • Update Discussions
  • [Post-deploy] Update changelog for Firefox webstore
  • Reset next branch to be in sync with main

dependabot bot and others added 4 commits December 11, 2025 01:08
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the deps group with 4 updates: [@fluentui/react-components](https://github.com/microsoft/fluentui), [@fluentui/react-icons](https://github.com/microsoft/fluentui-system-icons), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).


Updates `@fluentui/react-components` from 9.72.6 to 9.72.7
- [Release notes](https://github.com/microsoft/fluentui/releases)
- [Commits](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.6...@fluentui/react-components_v9.72.7)

Updates `@fluentui/react-icons` from 2.0.313 to 2.0.315
- [Commits](https://github.com/microsoft/fluentui-system-icons/commits)

Updates `@typescript-eslint/eslint-plugin` from 8.46.4 to 8.48.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.46.4 to 8.48.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.48.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@fluentui/react-components"
  dependency-version: 9.72.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: "@fluentui/react-icons"
  dependency-version: 2.0.315
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.48.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.48.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@XFox111 XFox111 added this to the Patch Tuesday. December 2025 milestone Dec 10, 2025
@XFox111 XFox111 self-assigned this Dec 10, 2025
@XFox111 XFox111 added security fix dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code javascript Pull requests that update Javascript code patch-tuesday labels Dec 10, 2025
@XFox111 XFox111 requested a review from Copilot December 10, 2025 22:23
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR introduces Patch 5.1.5 as part of a new "Patch Tuesday" initiative, including dependency updates and security vulnerability fixes (CVE-2025-12816, CVE-2025-66030, CVE-2025-64718).

Key Changes

  • Version bump to 5.1.5 in package.json
  • Updated Fluent UI dependencies (@fluentui/react-components: 9.72.6 → 9.72.7, @fluentui/react-icons: 2.0.313 → 2.0.315)
  • Updated TypeScript ESLint plugin (8.46.4 → 8.48.0)
  • GitHub Actions workflow updated (actions/checkout: v5 → v6)

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
package.json Updates project version to 5.1.5 and bumps three dependencies to latest versions
package-lock.json Reflects updated dependency versions and nested package changes, but contains version mismatch
.github/workflows/codeql-analysis.yml Updates checkout action to v6

Critical Issue: There is a version mismatch between package.json and package-lock.json. The lock file shows version changing from 5.1.3 to 5.1.4, but package.json indicates the version should be 5.1.5. This needs to be corrected before merging.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@XFox111 XFox111 merged commit 5a3d89c into main Dec 10, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code javascript Pull requests that update Javascript code patch-tuesday security fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants