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 #805

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 4, 2024

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.39.0
eslint-plugin-jsx-a11y 6.7.1 6.10.2
eslint-plugin-react 7.33.2 7.37.2
sass 1.69.5 1.82.0
snyk 1.1238.0 1.1294.2
@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.39.0

Changelog

Sourced from core-js's changelog.

3.39.0 - 2024.10.31

... (truncated)

Commits
  • fe6d2d6 v3.39.0
  • 751bbae add Iterator sequencing stage 2.7 proposal
  • 227a758 update some links, add some missed links
  • 4bdfd91 normalize key in Map.prototype.getOrInsertComputed
  • 2b189d3 validate WeakMap key before callbackfn call in `WeakMap.prototype.getOrIn...
  • e3e9f37 update Map upsert proposal to the new API
  • fa5b026 update transferable objects list instructuredClone implementation
  • fbc4e4f remove usage of @@species pattern from %TypedArray% and ArrayBuffer met...
  • ce0402d move extractors proposa to stage 2
  • 71d37cb move Promise.try to stable ES
  • 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.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

Changed

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

v6.8.0

Full Changelog: jsx-eslint/eslint-plugin-jsx-a11y@v6.7.1...v6.8.0

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.2

Release notes

Sourced from eslint-plugin-react's releases.

v7.37.2

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 [destructuring-assignment]: docs/rules/destructuring-assignment.md

v7.37.1

Fixed

Changed

#3834: jsx-eslint/eslint-plugin-react#3834 #3836: jsx-eslint/eslint-plugin-react#3836

v7.37.0

Added

Changed

#3805: jsx-eslint/eslint-plugin-react#3805 #3824: jsx-eslint/eslint-plugin-react#3824 #3826: jsx-eslint/eslint-plugin-react#3826 #3830: jsx-eslint/eslint-plugin-react#3830 #3831: jsx-eslint/eslint-plugin-react#3831 [forbid-component-props]: docs/rules/forbid-component-props.md [no-unescaped-entities]: docs/rules/no-unescaped-entities.md [no-unstable-nested-components]: docs/rules/no-unstable-nested-components.md

v7.36.1

Fixed

#3823: jsx-eslint/eslint-plugin-react#3823 #3821: jsx-eslint/eslint-plugin-react#3821

... (truncated)

Changelog

Sourced from eslint-plugin-react's changelog.

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

#3836: jsx-eslint/eslint-plugin-react#3836 #3834: jsx-eslint/eslint-plugin-react#3834

7.37.0 - 2024.09.26

Added

Changed

#3831: jsx-eslint/eslint-plugin-react#3831 #3830: jsx-eslint/eslint-plugin-react#3830 #3826: jsx-eslint/eslint-plugin-react#3826 #3824: jsx-eslint/eslint-plugin-react#3824 #3805: jsx-eslint/eslint-plugin-react#3805

7.36.1 - 2024.09.12

Fixed

#3823: jsx-eslint/eslint-plugin-react#3823 #3821: jsx-eslint/eslint-plugin-react#3821

... (truncated)

Commits
  • 256cf74 Update CHANGELOG and bump version
  • 33db656 [Deps] update es-iterator-helpers
  • 5696f99 [Dev Deps] update @babel/core, @babel/eslint-parser, `@babel/plugin-synta...
  • 5c23573 [Dev Deps] update @babel/core, @​babel/eslint-parser, @​babel/plugin-syntax...
  • c47fa56 [types] [Fix] ensure the index types are generated
  • 63aceff [Fix] destructuring-assignment: fix false negative when using typeof props.a
  • 96d46d5 [Refactor] destructuring-assignment: use getParentStatelessComponent
  • ae6fb8d Update CHANGELOG and bump version
  • 63e0b49 [meta] do not npmignore d.ts files
  • 1f95a24 [readme] Fix shared settings link
  • Additional commits viewable in compare view

Updates sass from 1.69.5 to 1.82.0

Release notes

Sourced from sass's releases.

Dart Sass 1.82.0

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

Changes

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.

See the full changelog for changes in earlier releases.

Dart Sass 1.81.1

To install Sass 1.81.1, 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.81.0

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

Changes

  • 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 as that argument might be a unitless number.

See the full changelog for changes in earlier releases.

Dart Sass 1.80.7

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

... (truncated)

Changelog

Sourced from sass's changelog.

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 as that argument might be a unitless number.

1.80.7

Embedded Host

  • Don't treat 0 as undefined for the green and blue channels in the LegacyColor constructor.

1.80.6

Command-Line Interface

  • Make @parcel/watcher an optional dependency so this can still be installed on operating systems where it's unavailable.

1.80.5

Embedded Host

  • Don't produce phantom @import deprecations when using an importer with the legacy API.

1.80.4

  • No user-visible changes.

... (truncated)

Commits
  • 5740eb5 Make several changes to improve the reliability of --watch mode (#2444)
  • 63ebf16 Add support for calc-size() (#2446)
  • 5163644 Expose NodePackageImporter in sass_api (#2452)
  • 02fff80 Merge pull request #2439 from sass/function
  • 6939faa Bump typedoc from 0.26.11 to 0.27.2 in /pkg/sass-parser (#2451)
  • 9abdfaa Bump lints from 4.0.0 to 5.0.0 (#2441)
  • 1e07de7 Bump pub_api_client from 2.7.1 to 3.0.0 (#2442)
  • b10ca79 Add sass-parser support for @function
  • ea47287 Update some configuration names to avoid unnecessary namespacing
  • 30fc4db Bump bufbuild/buf-setup-action in /.github/util/initialize (#2438)
  • Additional commits viewable in compare view

Updates snyk from 1.1238.0 to 1.1294.2

Release notes

Sourced from snyk's releases.

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

  • container: ignore npm/yarn default cache directories
  • container: fix: avoid possible unhandled promise rejections

v1.1294.1

1.1294.1 (2024-11-20)

Bug Fixes

  • container: unable to process RedHat images when the “content_sets” attribute was missing in the redhat-content-manifests file. (snyk/snyk-docker-plugin#615)
  • container: skip optional dependencies when testing Python projects to prevent "too many vulnerable paths for conversion to legacy test output" error (snyk/snyk-docker-plugin#614)
  • container, test, monitor prevents "Invalid JSON" being produced when debugging is enabled and policies are being applied. (snyk/cli#5583)

v1.1294.0

1.1294.0 (2024-10-23)

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

News

  • CycloneDX 1.6 SBOM support This new version now supports generating CycloneDX 1.6 SBOMs using the snyk sbom command, providing you with more comprehensive and detailed information about your software components and their dependencies. Read more about the CycloneDX version announcement here.
  • Improved CLI monitoring of large Cocoapods projects When doing a snyk monitor on very large Cocoapods applications, the CLI sometimes returned an Invalid String OOM error and the operation would fail. Although this error was rare, we have fixed it so large Cocoapods applications can now be monitored successfully.
  • Fix for security issue The Snyk CLI before 1.1294.0 is vulnerable to Code Injection when scanning an untrusted (PHP|Gradle) project. The vulnerability can be triggered if Snyk test is run inside the untrusted project due to the improper handling of the current working directory name. Snyk always recommends not scanning untrusted projects.

Features

  • sbom: add CycloneDX 1.6 SBOM support (1330fc2)
  • deployment: Deploy alpine arm64 binaries (9daace4)
  • monitor: enable cocoapods to send graphs for cli monitor (ca56c69)
  • iac: pass allow analytics flag to snyk-iac-test [IAC-3017] (b12d3ac)

Bug Fixes

  • all: restore cert file if it was externally removed (ef1547f)
  • auth: missing auth issue with oauth (57ae95c)
  • iac: upgrade iac custom rules ext to address vulns [IAC-3065] (d6cc509)
  • iac: upgrade snyk-iac-test to v0.55.1 [IAC-2940] (0dadc90)
  • monitor: add normalize help for deriving target files [CLI-448] (82efb50)
  • sbom: include CVE in JSON output of sbom test command (a543179)
  • sbom: add missing option --gradle-normalize-deps to SBOM command (151f63d)
  • test: default limit to max vulnerable paths per vuln, add override option --max-vulnerable-paths (302d7ac)
  • test: do not show test deps for Dverbose mvn with dependencyManagement (67e0de9)

... (truncated)

Commits
  • 486c3ff Merge pull request #5603 from snyk/release-rc-1.1294.2
  • ed805be fix: npm/yarn npm cache fix
  • cd36cab Merge pull request #5593 from snyk/release-candidate
  • 2182e5f Merge pull request #5590 from snyk/chore/ci-remove-eol-ubuntu-from-e2e-test-m...
  • 060da1b chore(ci): remove EOL ubuntu from e2e test matrix
  • 8597aab Merge pull request #5587 from snyk/hot-fix-v1.1294.0
  • 96d3ec9 chore(ci): ignore unreachable vuln
  • a31eaec fix: upgrade snyk-docker-plugin and snyk-policy
  • d037ebb Merge pull request #5551 from snyk/docs/update-release-notes
  • a274f78 docs: capture latest updates in release notes
  • 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.2", "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": "1.0.4", "components/o-topper": "6.0.8", "components/o-typography": "7.6.2",

... (truncated)

Commits

Updates @financial-times/o-icons from 7.7.1 to 7.8.0

Release notes

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

o-icons: v7.8.0

7.8.0 (2024-04-17)

Features

Changelog

Sourced from @​financial-times/o-icons'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.2", "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": "1.0.4", "components/o-topper": "6.0.8", "components/o-typography": "7.6.2",

... (truncated)

Commits

…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.39.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.2` |
| [sass](https://github.com/sass/dart-sass) | `1.69.5` | `1.82.0` |
| [snyk](https://github.com/snyk/snyk) | `1.1238.0` | `1.1294.2` |
| [@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.39.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.39.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.2
- [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.2)

Updates `sass` from 1.69.5 to 1.82.0
- [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.82.0)

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

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]>
Copy link
Author

dependabot bot commented on behalf of github Dec 13, 2024

Superseded by #807.

@dependabot dependabot bot closed this Dec 13, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-dae06988b5 branch December 13, 2024 13:22
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