Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/development-dependencies-bae0ad5d40
Closed

chore: bump the development-dependencies group across 1 directory with 10 updates#810
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/development-dependencies-bae0ad5d40

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 6, 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.39.0
eslint-plugin-jsx-a11y 6.7.1 6.10.2
eslint-plugin-react 7.33.2 7.37.3
sass 1.69.5 1.83.1
snyk 1.1238.0 1.1294.3
@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.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.3

Release notes

Sourced from eslint-plugin-react's releases.

v7.37.3

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)

#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

... (truncated)

Changelog

Sourced from eslint-plugin-react's changelog.

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

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

[7.37.0] - 2024.09.26

Added

... (truncated)

Commits
  • 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
  • b713026 [Fix] prop-types: props missing in validation when using generic types from...
  • 66ae4c1 [Fix] no-unknown-property: support precedence prop in react 19
  • 233d442 [Dev Deps] update @babel/preset-react
  • 958954d [Docs] fix broken links:
  • 2c0b10c [Tests] pin `@typescript-eslint/parser to < 8.18, due to a breaking change
  • Additional commits viewable in compare view

Updates sass from 1.69.5 to 1.83.1

Release notes

Sourced from sass's 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.

See the full changelog for changes in earlier releases.

Dart Sass 1.83.0

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

Changes

  • Allow trailing commas in all argument and parameter lists.

See the full changelog for changes in earlier 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.

... (truncated)

Changelog

Sourced from sass's changelog.

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

... (truncated)

Commits
  • 3d3e925 Fix --quiet-deps for @content blocks (#2474)
  • 777708c Include deprecation IDs in deprecation messages (#2475)
  • f5c385d Support the latest DartDoc (#2472)
  • fb55782 Bump bufbuild/buf-setup-action from 1.47.2 to 1.48.0 in /.github/util/initial...
  • ea7ea57 Bump dart_style from 2.3.7 to 3.0.0 (#2459)
  • 6f4584c Avoid a broken Dartdoc release (#2469)
  • f0f605a Merge pull request #2457 from sass/include
  • bc39d0c Add support for the @include rule
  • bf50fad Explicitly annotate GenericAtRule as having optional nodes
  • f38dbb0 Merge pull request #2464 from sass/rest-param-comma
  • Additional commits viewable in compare view

Updates snyk from 1.1238.0 to 1.1294.3

Release notes

Sourced from snyk's releases.

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

  • 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

... (truncated)

Commits
  • 35ebf2b Merge pull request #5625 from snyk/release-candidate
  • bbe23bd Merge pull request #5624 from snyk/hotfix/1.1294.3-x-crypto
  • ab1c7a3 Merge branch 'release-candidate' into hotfix/1.1294.3-x-crypto
  • c5a3b23 fix: bump gaf+ls to upgrade xcrypto
  • 486c3ff Merge pull request #5603 from snyk/release-rc-1.1294.2
  • ed805be fix: npm/yarn npm cache fix
  • 58b8557 Merge pull request #5600 from snyk/snyk/hotfix-v1.1294.1
  • 697ad25 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...
  • 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": "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.3` |
| [sass](https://github.com/sass/dart-sass) | `1.69.5` | `1.83.1` |
| [snyk](https://github.com/snyk/snyk) | `1.1238.0` | `1.1294.3` |
| [@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.3
- [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.3)

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

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

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] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 8, 2025

Superseded by #813.

@dependabot dependabot bot closed this Jan 8, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-bae0ad5d40 branch January 8, 2025 13:38
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