Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-25Move mocha options to .mocharc.jsonXhmikosR
2022-03-25Remove no longer needed xo suppressionsXhmikosR
2022-03-25Update stylelint (#443)XhmikosR
* Update stylelint to v14 and switch to stylelint-config-twbs-bootstrap * Lint fixes
2022-03-25Update devDependencies (#441)XhmikosR
* gulp-sass ^5.0.0 → ^5.1.0 * gulp-stylus ^2.7.0 → ^2.7.1 * mocha ^9.1.3 → ^9.2.2 * node-sass ^7.0.0 → ^7.0.1 * postcss ^8.4.4 → ^8.4.12 * prettier ^2.5.0 → ^2.6.1 * sass ^1.44.0 → ^1.49.9 * stylus ^0.55.0 → ^0.57.0 * xo ^0.47.0 → ^0.48.0
2022-03-25Build(deps-dev): Bump node-sass from 6.0.1 to 7.0.0 (#437)dependabot[bot]
Bumps [node-sass](https://github.com/sass/node-sass) from 6.0.1 to 7.0.0. - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/node-sass/compare/v6.0.1...v7.0.0) --- updated-dependencies: - dependency-name: node-sass dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-01Lint tweaks (#422)XhmikosR
* switch to always using a space in object curly braces * consistently use strict mode * move a constant outside of the constructor * use Object spread instead of Object.assign * use a ternary in more places * remove redundant parentheses * enable `prefer-template` rule so that we are consistent * return early in a few cases
2021-12-01Update devDependencies and switch to npm >= 7XhmikosR
* less ^4.1.1 → ^4.1.2 * mocha ^9.1.2 → ^9.1.3 * xo ^0.44.0 → ^0.47.0
2021-12-01Build(deps-dev): Bump prettier from 2.4.1 to 2.5.0 (#431)dependabot[bot]
Bumps [prettier](https://github.com/prettier/prettier) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.4.1...2.5.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-01Build(deps): Bump postcss-value-parser from 4.1.0 to 4.2.0 (#433)dependabot[bot]
Bumps [postcss-value-parser](https://github.com/TrySound/postcss-value-parser) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/TrySound/postcss-value-parser/releases) - [Commits](https://github.com/TrySound/postcss-value-parser/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: postcss-value-parser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-01Build(deps-dev): Bump postcss from 8.3.8 to 8.4.4 (#432)dependabot[bot]
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.8 to 8.4.4. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.3.8...8.4.4) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-01Build(deps-dev): Bump sass from 1.42.1 to 1.44.0 (#430)dependabot[bot]
Bumps [sass](https://github.com/sass/dart-sass) from 1.42.1 to 1.44.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.42.1...1.44.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-01Update mocha and regenerate package-lock.jsonXhmikosR
2021-10-01Build(deps-dev): Bump postcss from 8.3.6 to 8.3.8 (#427)dependabot[bot]
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.6 to 8.3.8. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.3.6...8.3.8) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-01Build(deps-dev): Bump prettier from 2.3.2 to 2.4.1 (#426)dependabot[bot]
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.2 to 2.4.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.3.2...2.4.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-01Build(deps-dev): Bump sass from 1.39.0 to 1.42.1 (#425)dependabot[bot]
Bumps [sass](https://github.com/sass/dart-sass) from 1.39.0 to 1.42.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.39.0...1.42.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-07Update devDependenciesXhmikosR
* mocha ^9.1.0 → ^9.1.1 * sass ^1.38.2 → ^1.39.0 * stylus ^0.54.8 → ^0.55.0
2021-09-07Fix `import/extensions` issuesXhmikosR
2021-09-01Update npm scripts (#420)XhmikosR
* add `--aggregate-output --continue-on-error` in the lint script * add `--aggregate-output` in the examples scripts
2021-09-01Build(deps-dev): Bump gulp-postcss from 9.0.0 to 9.0.1 (#418)dependabot[bot]
Bumps [gulp-postcss](https://github.com/postcss/gulp-postcss) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/postcss/gulp-postcss/releases) - [Commits](https://github.com/postcss/gulp-postcss/compare/9.0.0...9.0.1) --- updated-dependencies: - dependency-name: gulp-postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-09-01Build(deps-dev): Bump sass from 1.38.1 to 1.38.2 (#419)dependabot[bot]
Bumps [sass](https://github.com/sass/dart-sass) from 1.38.1 to 1.38.2. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.38.1...1.38.2) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-24Update devDependenciesXhmikosR
* mocha ^9.0.3 → ^9.1.0 * sass ^1.37.0 → ^1.38.1 * xo ^0.42.0 → ^0.44.0
2021-08-04Update package.jsonXhmikosR
2021-08-04Switch to using for...of (#414)XhmikosR
2021-08-04Rename less to less3. (#415)XhmikosR
2021-08-01Build(deps-dev): Bump sass from 1.36.0 to 1.37.0 (#413)dependabot[bot]
Bumps [sass](https://github.com/sass/dart-sass) from 1.36.0 to 1.37.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.36.0...1.37.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-26Update devDependencies (#410)XhmikosR
* mocha ^8.4.0 → ^9.0.3 * postcss ^8.3.5 → ^8.3.6 * sass ^1.35.1 → ^1.36.0 * xo ^0.39.1 → ^0.42.0
2021-07-26Add Less 4 tests tooXhmikosR
2021-07-01Drop Node.js 10.x, add Node.js 16 on CIXhmikosR
2021-07-01Build(deps-dev): Bump gulp-sass from 4.1.0 to 5.0.0 (#407)dependabot[bot]
* Build(deps-dev): Bump gulp-sass from 4.1.0 to 5.0.0 Bumps [gulp-sass](https://github.com/dlmanning/gulp-sass) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/dlmanning/gulp-sass/releases) - [Changelog](https://github.com/dlmanning/gulp-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/dlmanning/gulp-sass/compare/v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: gulp-sass dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update examples/scss/gulpfile.js to use node-sass Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-07-01Build(deps-dev): Bump node-sass from 6.0.0 to 6.0.1 (#408)dependabot[bot]
Bumps [node-sass](https://github.com/sass/node-sass) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/node-sass/compare/v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: node-sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-07-01Build(deps-dev): Bump prettier from 2.3.1 to 2.3.2 (#406)dependabot[bot]
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.3.1...2.3.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-22Update devDependencies and regenerate package-lock.json (#404)XhmikosR
2021-06-18Build(deps-dev): Bump gulp-less from 4.0.1 to 5.0.0 (#399)dependabot[bot]
Bumps [gulp-less](https://github.com/gulp-community/gulp-less) from 4.0.1 to 5.0.0. - [Release notes](https://github.com/gulp-community/gulp-less/releases) - [Changelog](https://github.com/gulp-community/gulp-less/blob/master/Changelog.md) - [Commits](https://github.com/gulp-community/gulp-less/commits) --- updated-dependencies: - dependency-name: gulp-less dependency-type: direct:development 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> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-06-18Build(deps-dev): Bump postcss from 8.3.0 to 8.3.5 (#403)dependabot[bot]
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.0 to 8.3.5. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.3.0...8.3.5) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-18Build(deps-dev): Bump prettier from 2.3.0 to 2.3.1 (#402)dependabot[bot]
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.3.0...2.3.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-18Build(deps-dev): Bump sass from 1.32.12 to 1.35.1 (#401)dependabot[bot]
Bumps [sass](https://github.com/sass/dart-sass) from 1.32.12 to 1.35.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.32.12...1.35.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-25Build(deps-dev): Bump postcss from 8.2.15 to 8.3.0 (#395)dependabot[bot]
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.15 to 8.3.0. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.2.15...8.3.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11Build(deps-dev): Bump mocha from 8.3.2 to 8.4.0 (#390)dependabot[bot]
Bumps [mocha](https://github.com/mochajs/mocha) from 8.3.2 to 8.4.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v8.3.2...v8.4.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-05-11Build(deps-dev): Bump postcss from 8.2.13 to 8.2.15 (#392)dependabot[bot]
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.13 to 8.2.15. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.2.13...8.2.15) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11Build(deps-dev): Bump node-sass from 5.0.0 to 6.0.0 (#388)dependabot[bot]
Bumps [node-sass](https://github.com/sass/node-sass) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/node-sass/compare/v5.0.0...v6.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-05-11Build(deps-dev): Bump prettier from 2.2.1 to 2.3.0 (#389)dependabot[bot]
Bumps [prettier](https://github.com/prettier/prettier) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.2.1...2.3.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-01Build(deps-dev): Bump stylelint-config-standard from 21.0.0 to 22.0.0 (#382)dependabot[bot]
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 21.0.0 to 22.0.0. - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-standard/compare/21.0.0...22.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-01Build(deps-dev): Bump stylelint from 13.13.0 to 13.13.1 (#384)dependabot[bot]
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.13.0 to 13.13.1. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/13.13.0...13.13.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-01Build(deps-dev): Bump sass from 1.32.11 to 1.32.12 (#383)dependabot[bot]
Bumps [sass](https://github.com/sass/dart-sass) from 1.32.11 to 1.32.12. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.32.11...1.32.12) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-27Build(deps-dev): Bump xo from 0.38.2 to 0.39.1 (#379)dependabot[bot]
* Build(deps-dev): Bump xo from 0.38.2 to 0.39.1 Bumps [xo](https://github.com/xojs/xo) from 0.38.2 to 0.39.1. - [Release notes](https://github.com/xojs/xo/releases) - [Commits](https://github.com/xojs/xo/compare/v0.38.2...v0.39.1) Signed-off-by: dependabot[bot] <support@github.com> * Update rfs.js Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-04-27Build(deps-dev): Bump postcss from 8.2.10 to 8.2.13 (#378)dependabot[bot]
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.10 to 8.2.13. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.2.10...8.2.13) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-27Build(deps-dev): Bump stylelint from 13.12.0 to 13.13.0 (#377)dependabot[bot]
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.12.0 to 13.13.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/13.12.0...13.13.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-21Build(deps-dev): Bump sass from 1.32.8 to 1.32.11 (#375)dependabot[bot]
Bumps [sass](https://github.com/sass/dart-sass) from 1.32.8 to 1.32.11. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.32.8...1.32.11) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-14Build(deps-dev): Bump postcss from 8.2.9 to 8.2.10 (#372)dependabot[bot]
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.9 to 8.2.10. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.2.9...8.2.10) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-06Build(deps-dev): Bump postcss from 8.2.8 to 8.2.9 (#370)dependabot[bot]
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.8 to 8.2.9. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.2.8...8.2.9) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>