-
Notifications
You must be signed in to change notification settings - Fork 36
chore: fix merge conflicts into develop #449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
No QA required. Co-authored-by: Michael <michaelsiek094@gmail.com>
## [4.10.3](v4.10.1...v4.10.3) (2025-04-11) ### Bug Fixes * Update axe-core to v4.10.1 ([#412](#412)) ([53569f6](53569f6)) * Update axe-core to v4.10.2 ([#419](#419)) ([7e72b19](7e72b19)) * Update axe-core to v4.10.3 ([#433](#433)) ([29253e3](29253e3)) No QA required. --------- Co-authored-by: Michael <me@michaelsiek.com> Co-authored-by: Scott Ries <scott.ries@deque.com> Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com> Co-authored-by: API Team CI User <aciattestteamci@deque.com> Co-authored-by: Nayanraj Adhikary <103424381+nayanrajDQ@users.noreply.github.com> Co-authored-by: Michael <michaelsiek094@gmail.com>
No QA required
WalkthroughThe updates include bumping the axe-core version from 4.10.2 to 4.10.3 across the changelog, package metadata, and version file. Additionally, CircleCI configuration was updated to newer versions of the browser-tools and node orbs, with no changes to workflows or commands. Changes
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this 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 fixes merge conflicts by updating version numbers and related metadata across the project. The key changes include:
- Updating the version in version.rb and package.json from 4.10.2 to 4.10.3.
- Updating the CHANGELOG to document the new version.
- Upgrading CircleCI orb versions for browser-tools and node.
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| version.rb | Bumped the module version to 4.10.3 |
| package.json | Updated package version to 4.10.3 |
| CHANGELOG.md | Amended changelog entry to reflect version 4.10.3 |
| .circleci/config.yml | Upgraded CircleCI orb versions for browser-tools/node |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Knowledge Base: Disabled due to Reviews > Disable Knowledge Base setting
📒 Files selected for processing (4)
.circleci/config.yml(1 hunks)CHANGELOG.md(1 hunks)package.json(1 hunks)version.rb(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: Security Review
🔇 Additional comments (4)
.circleci/config.yml (1)
10-11: Approve orb version bumpsThe
browser-toolsorb has been bumped from1.5.2to1.5.3and thenodeorb from5.0.0to5.0.3. These upgrades align with the dependency updates and include important fixes and improvements.package.json (1)
3-3: Version bump to 4.10.3Updated the package version to
4.10.3to match the new release. This change is consistent withversion.rband theCHANGELOG.mdentry.version.rb (1)
4-4: Sync version constant to 4.10.3The
VERSIONconstant is updated to4.10.3, keeping it in sync withpackage.jsonand the changelog.CHANGELOG.md (1)
11-11: Approve new bug fix entryThe entry for updating axe-core to
v4.10.3(issue #433) is correctly added under the Bug Fixes section for this release.
|
|
||
| ## [4.10.2](https://github.com/dequelabs/axe-core-gems/compare/v4.10.1...v4.10.2) (2024-11-05) | ||
|
|
||
| ## [4.10.3](https://github.com/dequelabs/axe-core-gems/compare/v4.10.1...v4.10.3) (2025-04-11) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix comparison link to previous version
The comparison link currently spans from v4.10.1 to v4.10.3. It should start from v4.10.2 to accurately reflect the diff between the last released version and this one.
- ## [4.10.3](https://github.com/dequelabs/axe-core-gems/compare/v4.10.1...v4.10.3) (2025-04-11)
+ ## [4.10.3](https://github.com/dequelabs/axe-core-gems/compare/v4.10.2...v4.10.3) (2025-04-11)📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| ## [4.10.3](https://github.com/dequelabs/axe-core-gems/compare/v4.10.1...v4.10.3) (2025-04-11) | |
| ## [4.10.3](https://github.com/dequelabs/axe-core-gems/compare/v4.10.2...v4.10.3) (2025-04-11) |
🤖 Prompt for AI Agents
In CHANGELOG.md at line 5, the version comparison link incorrectly starts from
v4.10.1 instead of v4.10.2. Update the link to compare from v4.10.2 to v4.10.3
to accurately reflect the changes from the last released version to the current
one.
Fixes merge conflicts for
#447
No QA required