Skip to content
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

chore: bump the development-dependencies group across 1 directory with 10 updates #816

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 14, 2025

Bumps the development-dependencies group with 10 updates in the / directory:

Package From To
check-engine 1.12.0 1.14.0
core-js 3.33.2 3.40.0
eslint-plugin-jsx-a11y 6.7.1 6.10.2
eslint-plugin-react 7.33.2 7.37.4
sass 1.69.5 1.83.4
snyk 1.1238.0 1.1295.0
@financial-times/o-colors 6.6.3 6.7.0
@financial-times/o-icons 7.7.1 7.8.0
@financial-times/o-typography 7.6.1 7.6.2
@financial-times/o-buttons 7.9.1 7.9.2

Updates check-engine from 1.12.0 to 1.14.0

Release notes

Sourced from check-engine's releases.

Fixed pnpm and updated deps

Fixes mohlsen/check-engine#88.

Updated internal deps and some repo cleanup supporting github actions.

Commits

Updates core-js from 3.33.2 to 3.40.0

Changelog

Sourced from core-js's changelog.

3.40.0 - 2025.01.08
3.39.0 - 2024.10.31
  • Changes v3.38.1...v3.39.0
  • Iterator helpers proposal:
    • Built-ins:
      • Iterator
        • Iterator.from
        • Iterator.prototype.drop
        • Iterator.prototype.every
        • Iterator.prototype.filter
        • Iterator.prototype.find
        • Iterator.prototype.flatMap
        • Iterator.prototype.forEach
        • Iterator.prototype.map
        • Iterator.prototype.reduce
        • Iterator.prototype.some
        • Iterator.prototype.take
        • Iterator.prototype.toArray
        • Iterator.prototype[@@toStringTag]

... (truncated)

Commits
  • 6e49392 v3.40.0
  • 34e4086 update the way async disposing of only sync disposable resources
  • e21bdbf bump the year
  • dd21b36 add a fix of V8 < 12.8 / NodeJS < 22.10 bug with handling infinite length of ...
  • 8de4f9a re-use IteratorResult objects when possible in Iterator.concat
  • 696feb8 add Error.isError
  • 19d4688 enable eslint-plugin-es-x no-nonstandard-*-properties rules
  • ebf97cc drop unneeded non-standard %TypedArray%.prototype.toSpliced feature detection
  • f37b548 don't use globally available non-standard Math.scale
  • 5c7cc53 inline internals/math-f16round
  • Additional commits viewable in compare view

Updates eslint-plugin-jsx-a11y from 6.7.1 to 6.10.2

Release notes

Sourced from eslint-plugin-jsx-a11y's releases.

v6.10.2

What's Changed

Full Changelog: jsx-eslint/eslint-plugin-jsx-a11y@v6.10.1...v6.10.2

v6.10.1

What's Changed

Full Changelog: jsx-eslint/eslint-plugin-jsx-a11y@v6.10.0...v6.10.1

v6.10.0

Added

Fixed

New Contributors

Full Changelog: jsx-eslint/eslint-plugin-jsx-a11y@v6.9.0...v6.10.0

v6.9.0

Added

  • add support for Flat Config 6b5f096
  • no-noninteractive-element-to-interactive-role: allow menuitemradio and menuitemcheckbox on <li> c0733f9

Fixed

... (truncated)

Changelog

Sourced from eslint-plugin-jsx-a11y's changelog.

v6.10.2 - 2024-10-25

Fixed

Commits

  • [meta] fix changelog URLs 0d01a1a
  • [Refactor] remove no-longer-needed es-iterator-helpers aa075bd
  • [Refactor] avoid spreading things that are already arrays d15d3ab
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register 5dad7c4
  • [Tests] aria-role: Add valid test for &lt;svg role="img" /&gt; daba189
  • [Docs] label-has-associated-control: add line breaks for readability 0bc6378
  • [Tests] label-has-associated-control: add additional test cases 30d2318
  • [Tests] Add tests to reinforce required attributes for role="heading" d92446c

v6.10.1 - 2024-10-20

Commits

  • [Fix] handle interactive/noninteractive changes from aria-query 4925ba8
  • [Docs] Use consistent spelling of 'screen reader' cb6788c
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register, auto-changelog, eslint-plugin-import, tape 518a77e
  • [Deps] update es-iterator-helpers, string.prototype.includes eed03a3
  • [meta] package.json - Update jscodeshift & remove babel-jest 2ee940c
  • [Docs] Remove accidental whitespace in CONTRIBUTING.md a262131
  • [Deps] unpin aria-query e517937

v6.10.0 - 2024-09-03

Fixed

Commits

  • [Tests] switch from jest to tape a284cbf
  • [New] add eslint 9 support deac4fd
  • [New] add attributes setting a1ee7f8
  • [New] allow polymorphic linting to be restricted 6cd1a70
  • [Tests] remove duplicate tests 74d5dec
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types 6eca235
  • [readme] remove deprecated travis ci badge; add github actions badge 0be7ea9
  • [Tests] use npm audit instead of aud 05a5e49
  • [Deps] update axobject-query 912e98c
  • [Deps] unpin axobject-query 75147aa
  • [Deps] update axe-core 27ff7cb
  • [readme] fix jsxA11y import name ce846e0

... (truncated)

Commits
  • 7f3d698 v6.10.2
  • 0d01a1a [meta] fix changelog URLs
  • 5dad7c4 [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, `@babe...
  • d15d3ab [Refactor] avoid spreading things that are already arrays
  • fa9845d [patch] no-redundandant-roles: allow \<img src="*.svg" role="img" />
  • daba189 [Tests] aria-role: Add valid test for \<svg role="img" />
  • 0bc6378 [Docs] label-has-associated-control: add line breaks for readability
  • 30d2318 [Tests] label-has-associated-control: add additional test cases
  • d92446c [Tests] Add tests to reinforce required attributes for role="heading"
  • aa075bd [Refactor] remove no-longer-needed es-iterator-helpers
  • Additional commits viewable in compare view

Updates eslint-plugin-react from 7.33.2 to 7.37.4

Release notes

Sourced from eslint-plugin-react's releases.

v7.37.4

Fixed

  • [no-unknown-property]: support onBeforeToggle, popoverTarget, popoverTargetAction attributes (#3865[] @​acusti)
  • [types] fix types of flat configs (#3874[] @​ljharb)

#1000: jsx-eslint/eslint-plugin-react#1000 #1002: jsx-eslint/eslint-plugin-react#1002 #1005: jsx-eslint/eslint-plugin-react#1005 #100: jsx-eslint/eslint-plugin-react#100 #1010: jsx-eslint/eslint-plugin-react#1010 #1013: jsx-eslint/eslint-plugin-react#1013 #1022: jsx-eslint/eslint-plugin-react#1022 #1029: jsx-eslint/eslint-plugin-react#1029 #102: jsx-eslint/eslint-plugin-react#102 #1034: jsx-eslint/eslint-plugin-react#1034 #1038: jsx-eslint/eslint-plugin-react#1038 #1041: jsx-eslint/eslint-plugin-react#1041 #1043: jsx-eslint/eslint-plugin-react#1043 #1046: jsx-eslint/eslint-plugin-react#1046 #1047: jsx-eslint/eslint-plugin-react#1047 #1050: jsx-eslint/eslint-plugin-react#1050 #1053: jsx-eslint/eslint-plugin-react#1053 #1057: jsx-eslint/eslint-plugin-react#1057 #105: jsx-eslint/eslint-plugin-react#105 #1061: jsx-eslint/eslint-plugin-react#1061 #1062: jsx-eslint/eslint-plugin-react#1062 #1070: jsx-eslint/eslint-plugin-react#1070 #1071: jsx-eslint/eslint-plugin-react#1071 #1073: jsx-eslint/eslint-plugin-react#1073 #1076: jsx-eslint/eslint-plugin-react#1076 #1079: jsx-eslint/eslint-plugin-react#1079 #1088: jsx-eslint/eslint-plugin-react#1088 #1098: jsx-eslint/eslint-plugin-react#1098 #1101: jsx-eslint/eslint-plugin-react#1101 #1103: jsx-eslint/eslint-plugin-react#1103 #110: jsx-eslint/eslint-plugin-react#110 #1116: jsx-eslint/eslint-plugin-react#1116 #1117: jsx-eslint/eslint-plugin-react#1117 #1119: jsx-eslint/eslint-plugin-react#1119 #1121: jsx-eslint/eslint-plugin-react#1121 #1122: jsx-eslint/eslint-plugin-react#1122 #1123: jsx-eslint/eslint-plugin-react#1123 #1130: jsx-eslint/eslint-plugin-react#1130 #1131: jsx-eslint/eslint-plugin-react#1131 #1132: jsx-eslint/eslint-plugin-react#1132 #1134: jsx-eslint/eslint-plugin-react#1134 #1135: jsx-eslint/eslint-plugin-react#1135 #1139: jsx-eslint/eslint-plugin-react#1139 #1148: jsx-eslint/eslint-plugin-react#1148 #1149: jsx-eslint/eslint-plugin-react#1149

... (truncated)

Changelog

Sourced from eslint-plugin-react's changelog.

7.37.4 - 2025.01.12

Fixed

  • [no-unknown-property]: support onBeforeToggle, popoverTarget, popoverTargetAction attributes (#3865[] @​acusti)
  • [types] fix types of flat configs (#3874[] @​ljharb)

#3874: jsx-eslint/eslint-plugin-react#3874 #3865: jsx-eslint/eslint-plugin-react#3865

7.37.3 - 2024.12.23

Fixed

  • [no-danger]: avoid a crash on a nested component name (#3833[] @​ljharb)
  • [Fix] types: correct generated type declaration (#3840[] @​ocavue)
  • [no-unknown-property]: support precedence prop in react 19 (#3829[] @​acusti)
  • [prop-types]: props missing in validation when using generic types from a namespace import (#3859[] @​rbondoc96)

Changed

  • [Tests] [jsx-no-script-url]: Improve tests (#3849[] @​radu2147)
  • [Docs] fix broken links: [default-props-match-prop-types], [jsx-boolean-value], [jsx-curly-brace-presence], [jsx-no-bind], [no-array-index-key], [no-is-mounted], [no-render-return-value], [require-default-props] (#3841[] @​bastiendmt)

#3859: jsx-eslint/eslint-plugin-react#3859 #3849: jsx-eslint/eslint-plugin-react#3849 #3841: jsx-eslint/eslint-plugin-react#3841 #3840: jsx-eslint/eslint-plugin-react#3840 #3833: jsx-eslint/eslint-plugin-react#3833 #3829: jsx-eslint/eslint-plugin-react#3829

7.37.2 - 2024.10.22

Fixed

  • [destructuring-assignment]: fix false negative when using typeof props.a (#3835[] @​golopot)

Changed

  • [Refactor] [destructuring-assignment]: use getParentStatelessComponent (#3835[] @​golopot)

#3835: jsx-eslint/eslint-plugin-react#3835

7.37.1 - 2024.10.01

Fixed

Changed

... (truncated)

Commits
  • e6b5b41 Update CHANGELOG and bump version
  • cfd5edd [Dev Deps] update @babel/eslint-parser
  • efc021f [types] fix types of flat configs
  • 82a196a [Fix] no-unknown-property: support onBeforeToggle, popoverTarget, `popo...
  • 5c816ed [actions] publish action: allow additional URL
  • 244743a Update CHANGELOG and bump version
  • bc5b9dd [actions] release workflow needs some new domains
  • ed3b1cf [Tests] jsx-uses-vars, jsx-uses-react: fix no-unused-vars tests in esli...
  • 033ad19 [Deps] update array.prototype.flatmap, es-iterator-helpers, `object.value...
  • b4a14f4 [meta] add directories.test
  • Additional commits viewable in compare view

Updates sass from 1.69.5 to 1.83.4

Release notes

Sourced from sass's releases.

Dart Sass 1.83.4

To install Sass 1.83.4, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Dart Sass 1.83.3

To install Sass 1.83.3, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Dart Sass 1.83.2

To install Sass 1.83.2, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Properly display deprecation IDs for the JS Sass API.

  • Don't display deprecation IDs for user-defined deprecations.

See the full changelog for changes in earlier releases.

Dart Sass 1.83.1

To install Sass 1.83.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a bug where --quiet-deps would get deactivated for @content blocks, even when those blocks were entirely contained within dependencies.

  • Include deprecation IDs in deprecation warnings to make it easier to determine what to pass to --silence-deprecation or --fatal-deprecation.

... (truncated)

Changelog

Sourced from sass's changelog.

1.83.4

  • No user-visible changes.

1.83.3

  • No user-visible changes.

1.83.2

  • Properly display deprecation IDs for the JS Sass API.

  • Don't display deprecation IDs for user-defined deprecations.

1.83.1

  • Fix a bug where --quiet-deps would get deactivated for @content blocks, even when those blocks were entirely contained within dependencies.

  • Include deprecation IDs in deprecation warnings to make it easier to determine what to pass to --silence-deprecation or --fatal-deprecation.

1.83.0

  • Allow trailing commas in all argument and parameter lists.

1.82.0

Command-Line Interface

  • Improve --watch mode reliability when making multiple changes at once, such as checking out a different Git branch.

  • Parse the calc-size() function as a calculation now that it's supported in some browsers.

Dart API

  • Add a SassCalculation.calcSize() function.

1.81.1

  • No user-visible changes.

1.81.0

  • Fix a few cases where deprecation warnings weren't being emitted for global built-in functions whose names overlap with CSS calculations.

  • Add support for the CSS round() calculation with a single argument, as long

... (truncated)

Commits
  • 89a5394 Fix more bugs in the sass-parser release process (#2491)
  • 46686ed Merge pull request #2490 from sass/sass-parser-release
  • 1261767 Use a file: dependency for local Sass development
  • 173f39b Use the Dart Sass version for the sass-parser dependency
  • ddb14b2 Fix deprecation ID displays in JS mode (#2483)
  • b12b508 Compile sass-parser before deploying (#2489)
  • b19b57f Merge pull request #2478 from sass/if
  • 23ff19d Merge branch 'main' into if
  • 8818d93 Properly override the sass-parser dependency on sass during release (#2487)
  • adb7016 Merge pull request #2488 from sass/sdk-formatter
  • Additional commits viewable in compare view

Updates snyk from 1.1238.0 to 1.1295.0

Release notes

Sourced from snyk's releases.

v1.1295.0

1.1295.0 (2025-01-08)

The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation

Features

  • iac: include evidence field in json output [IAC-3161] (9487a08)
  • auth: auto detect API Url during OAuth authentication (6884511)

Bug Fixes

  • test: support verbose gradle graphs for sbom generation (600ef50)
  • general: prevent snyk-policy lib from interrupting stdout to ensure valid --json --sarif output (469edf5)
  • general: improved error messages around network requests (f6fc5f7)
  • general: only read SNYK_ prefixed env vars (5bfcbe8)
  • instrumentation: add default oss product for monitor as well (83cabc3)
  • container: optional dependencies are properly connected in the dep-graph (3205e66)
  • container: package-lock v3 missing sub-dependencies 94c9b7f)
  • container: support --exclude-app-vulns with oauth (73a75fa)
  • monitor: use error catalog messages for monitor commands (4e58601)
  • iac: extra error handling and debugging [IAC-3138] (7fbae0f)
  • iac: snyk-iac-test security update [IAC-3171] (fac22bb)
  • iac: update snyk-iac-parsers version [IAC-3138] (5326d9d)
  • iac: use proxy aware snyk-iac-test [INC-1647] (d5d1e2e)
  • test: do not treat warnings as errors on restore (d0113eb)
  • test:fix mismatch/off-by-one on unmanagedDependencyCount in the analytics logs UNIFY-340 (75d8e6d)
  • test: update snyk-nodejs-plugin to fix micromatch vuln (766bd1d)
  • test: upgrade mvn-plugin to handle jar scanning sha-not-found error (060380a)
  • test: fix runtime versions overwriting nuget versions (5e715cf)
  • instrumentation: stop sending CLI args in analytics (6d183fb)
  • policy update policy library to fix valid json output (0bc0aed)

v1.1294.3

1.1294.3 (2024-12-12)

The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation

Bug Fixes

v1.1294.2

1.1294.2 (2024-11-26)

The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation

Bug Fixes

... (truncated)

Commits
  • 5f6259c Merge pull request #5659 from snyk/chore/CLI-652_updateReleaseNotes
  • a475a9d chore: update release notes
  • 78fd3a0 Merge pull request #5657 from snyk/chore/CLI-652_cerrypick-fixes-for-rc
  • 8b21f6d feat: automatic integration of language server d26343cf2dc5f80b96388ca9c28974...
  • e02a33d chore(ci): ignore snyk finding to allow time to validate fix path
  • be96577 feat: automatic integration of language server 465285ee6c042d1e512af59f7ddefa...
  • eadee85 Merge pull request #5651 from snyk/chore/cherry-pick-deployment-fixes
  • 24ed180 chore: extend expiry date of ignore
  • aa9da2c chore(ci): adopt trusted branch option
  • 6d4a14a chore: update public key
  • Additional commits viewable in compare view

Updates @financial-times/o-colors from 6.6.3 to 6.7.0

Release notes

Sourced from @​financial-times/o-colors's releases.

o-colors: v6.7.0

6.7.0 (2024-07-31)

Features

Changelog

Sourced from @​financial-times/o-colors's changelog.

{ "components/ft-concept-button": "1.3.0", "components/g-audio": "2.0.3", "components/n-notification": "8.2.6", "components/o-audio": "2.1.4", "components/o-autocomplete": "1.10.0", "components/o-banner": "4.5.2", "components/o-big-number": "3.2.3", "components/o-buttons": "7.9.2", "components/o-colors": "6.7.0", "components/o-comments": "11.2.1", "components/o-cookie-message": "6.7.1", "components/o-date": "6.1.0", "components/o-editorial-layout": "2.4.3", "components/o-editorial-typography": "2.4.1", "components/o-expander": "6.3.1", "components/o-fonts": "5.3.5", "components/o-footer": "9.2.9", "components/o-footer-services": "4.2.8", "components/o-forms": "9.12.1", "components/o-ft-affiliate-ribbon": "5.2.2", "components/o-grid": "6.1.8", "components/o-header": "14.1.0", "components/o-header-services": "5.5.4", "components/o-icons": "7.8.0", "components/o-labels": "6.5.8", "components/o-layout": "5.4.0", "components/o-lazy-load": "3.1.3", "components/o-loading": "5.2.3", "components/o-message": "5.4.4", "components/o-meter": "3.2.5", "components/o-multi-select": "2.2.7", "components/o-normalise": "3.3.2", "components/o-overlay": "4.2.13", "components/o-quote": "5.3.4", "components/o-share": "10.0.3", "components/o-social-follow": "1.0.11", "components/o-spacing": "3.2.5", "components/o-stepped-progress": "4.0.9", "components/o-subs-card": "6.2.6", "components/o-syntax-highlight": "4.2.5", "components/o-table": "9.3.5", "components/o-tabs": "8.1.4", "components/o-teaser": "6.4.1", "components/o-teaser-collection": "4.2.5", "components/o-toggle": "3.2.6", "components/o-tooltip": "5.4.0", "components/o-top-banner": "...

Description has been truncated

…h 10 updates

Bumps the development-dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [check-engine](https://github.com/mohlsen/check-engine) | `1.12.0` | `1.14.0` |
| [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) | `3.33.2` | `3.40.0` |
| [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | `6.7.1` | `6.10.2` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.33.2` | `7.37.4` |
| [sass](https://github.com/sass/dart-sass) | `1.69.5` | `1.83.4` |
| [snyk](https://github.com/snyk/snyk) | `1.1238.0` | `1.1295.0` |
| [@financial-times/o-colors](https://github.com/Financial-Times/origami) | `6.6.3` | `6.7.0` |
| [@financial-times/o-icons](https://github.com/Financial-Times/origami) | `7.7.1` | `7.8.0` |
| [@financial-times/o-typography](https://github.com/Financial-Times/origami) | `7.6.1` | `7.6.2` |
| [@financial-times/o-buttons](https://github.com/Financial-Times/origami) | `7.9.1` | `7.9.2` |



Updates `check-engine` from 1.12.0 to 1.14.0
- [Release notes](https://github.com/mohlsen/check-engine/releases)
- [Commits](mohlsen/check-engine@v1.12.0...v1.14.0)

Updates `core-js` from 3.33.2 to 3.40.0
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.40.0/packages/core-js)

Updates `eslint-plugin-jsx-a11y` from 6.7.1 to 6.10.2
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-jsx-a11y@v6.7.1...v6.10.2)

Updates `eslint-plugin-react` from 7.33.2 to 7.37.4
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.33.2...v7.37.4)

Updates `sass` from 1.69.5 to 1.83.4
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.69.5...1.83.4)

Updates `snyk` from 1.1238.0 to 1.1295.0
- [Release notes](https://github.com/snyk/snyk/releases)
- [Commits](snyk/cli@v1.1238.0...v1.1295.0)

Updates `@financial-times/o-colors` from 6.6.3 to 6.7.0
- [Release notes](https://github.com/Financial-Times/origami/releases)
- [Changelog](https://github.com/Financial-Times/origami/blob/main/.release-please-manifest.json)
- [Commits](Financial-Times/origami@o-colors-v6.6.3...o-colors-v6.7.0)

Updates `@financial-times/o-icons` from 7.7.1 to 7.8.0
- [Release notes](https://github.com/Financial-Times/origami/releases)
- [Changelog](https://github.com/Financial-Times/origami/blob/main/.release-please-manifest.json)
- [Commits](Financial-Times/origami@o-icons-v7.7.1...o-icons-v7.8.0)

Updates `@financial-times/o-typography` from 7.6.1 to 7.6.2
- [Release notes](https://github.com/Financial-Times/origami/releases)
- [Changelog](https://github.com/Financial-Times/origami/blob/main/.release-please-manifest.json)
- [Commits](Financial-Times/origami@o-icons-v7.6.1...o-typography-v7.6.2)

Updates `@financial-times/o-buttons` from 7.9.1 to 7.9.2
- [Release notes](https://github.com/Financial-Times/origami/releases)
- [Changelog](https://github.com/Financial-Times/origami/blob/main/.release-please-manifest.json)
- [Commits](Financial-Times/origami@o-buttons-v7.9.1...o-buttons-v7.9.2)

---
updated-dependencies:
- dependency-name: check-engine
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: core-js
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint-plugin-jsx-a11y
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: snyk
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@financial-times/o-colors"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@financial-times/o-icons"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@financial-times/o-typography"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@financial-times/o-buttons"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants