Skip to content

build(deps): bump crate-ci/typos from 1.42.0 to 1.43.3#486

Merged
oameye merged 3 commits intomasterfrom
dependabot/github_actions/crate-ci/typos-1.43.3
Feb 10, 2026
Merged

build(deps): bump crate-ci/typos from 1.42.0 to 1.43.3#486
oameye merged 3 commits intomasterfrom
dependabot/github_actions/crate-ci/typos-1.43.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps crate-ci/typos from 1.42.0 to 1.43.3.

Release notes

Sourced from crate-ci/typos's releases.

v1.43.3

[1.43.3] - 2026-02-06

Fixes

  • (action) Adjust how typos are reported to github

v1.43.2

[1.43.2] - 2026-02-05

Fixes

  • Don't correct certifi in Python

v1.43.1

[1.43.1] - 2026-02-03

Fixes

  • Don't correct consts

v1.43.0

[1.43.0] - 2026-02-02

Features

v1.42.3

[1.42.3] - 2026-01-27

Fixes

  • Don't correct loosing

v1.42.2

[1.42.2] - 2026-01-26

Fixes

  • Don't correct substituters

v1.42.1

[1.42.1] - 2026-01-19

Fixes

  • Ignore hex literals with suffixes (e.g. 0xffffUL)
Changelog

Sourced from crate-ci/typos's changelog.

[1.43.3] - 2026-02-06

Fixes

  • (action) Adjust how typos are reported to github

[1.43.2] - 2026-02-05

Fixes

  • Don't correct certifi in Python

[1.43.1] - 2026-02-03

Fixes

  • Don't correct consts

[1.43.0] - 2026-02-02

Compatibility

  • Bumped MSRV to 1.91

Features

[1.42.3] - 2026-01-27

Fixes

  • Don't correct loosing

[1.42.2] - 2026-01-26

Fixes

  • Don't correct substituters

[1.42.1] - 2026-01-19

Fixes

  • Ignore hex literals with suffixes (e.g. 0xffffUL)
Commits
  • 9066e99 chore: Release
  • 3bebc2a docs: Update changelog
  • adf71f7 Merge pull request #1496 from adangel/fix-action-annotations
  • ad3053d chore: Release
  • a23d8be docs: Update changelog
  • 63b278c Merge pull request #1497 from epage/certifi
  • 5775fa1 feat(config): Don't correct certifi in Python
  • 67e0ce7 fix(gh): Fix col offset (1-based)
  • 7f369e0 fix(gh): Relativize file paths against GITHUB_WORKSPACE
  • 3141b83 docs: Add msrv entry
  • 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 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)

Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.42.0 to 1.43.3.
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@v1.42.0...v1.43.3)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-version: 1.43.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 9, 2026
…gToolkitExt (#487)

* Initial plan

* Remove unused @variables import from ModelingToolkitExt

Co-authored-by: oameye <57623933+oameye@users.noreply.github.com>

* Fix formatting: Put Symbolics imports on single line

Co-authored-by: oameye <57623933+oameye@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: oameye <57623933+oameye@users.noreply.github.com>
@oameye
Copy link
Copy Markdown
Member

oameye commented Feb 10, 2026

@copilot We still have:
Module HarmonicBalance has stale (unused) explicit imports for:

  • @compile_workload
  • @setup_workload
    Can you fix it?

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 10, 2026

@oameye I've opened a new pull request, #488, to work on those changes. Once the pull request is ready, I'll request review from you.

* Initial plan

* Remove unused @setup_workload and @compile_workload imports

Co-authored-by: oameye <57623933+oameye@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: oameye <57623933+oameye@users.noreply.github.com>
@codecov
Copy link
Copy Markdown

codecov bot commented Feb 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 53.76%. Comparing base (616289c) to head (26633ce).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #486   +/-   ##
=======================================
  Coverage   53.76%   53.76%           
=======================================
  Files           6        6           
  Lines         279      279           
=======================================
  Hits          150      150           
  Misses        129      129           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@oameye oameye merged commit eebe368 into master Feb 10, 2026
7 of 8 checks passed
@oameye oameye deleted the dependabot/github_actions/crate-ci/typos-1.43.3 branch February 10, 2026 10:32
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants