Skip to content

[Recon] Dependabot Package Upgrade: Bump the minor-updates group in /hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web with 17 updates#6498

Closed
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot-npm_and_yarn-hadoop-ozone-recon-src-main-resources-webapps-recon-ozone-recon-web-minor-updates-9410b21c20
Closed

[Recon] Dependabot Package Upgrade: Bump the minor-updates group in /hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web with 17 updates#6498
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot-npm_and_yarn-hadoop-ozone-recon-src-main-resources-webapps-recon-ozone-recon-web-minor-updates-9410b21c20

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2024

Bumps the minor-updates group in /hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web with 17 updates:

Package From To
@ant-design/icons 5.2.5 5.3.6
@babel/core 7.22.11 7.24.4
@types/jest 24.0.12 24.9.1
@types/node 11.13.9 11.15.54
axios 0.27.2 0.28.1
classnames 2.3.2 2.5.1
customize-cra 0.2.14 0.9.1
moment 2.29.4 2.30.1
typescript 3.5.3 3.9.10
@types/react-plotly.js 2.6.0 2.6.3
eslint-config-xo 0.29.1 0.44.0
eslint-config-xo-react 0.23.0 0.27.0
eslint-config-xo-typescript 0.28.0 0.57.0
eslint-plugin-import 2.28.1 2.29.1
eslint-plugin-react 7.33.2 7.34.1
json-server 0.15.1 0.17.4
xo 0.30.0 0.58.0

Updates @ant-design/icons from 5.2.5 to 5.3.6

Commits

Updates @babel/core from 7.22.11 to 7.24.4

Release notes

Sourced from @​babel/core's releases.

v7.24.4 (2024-04-03)

Thanks @​Dunqing, @​luiscubal, and @​samualtnorman for your first PRs!

👓 Spec Compliance

  • babel-parser
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3

🐛 Bug Fix

  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-transform-block-scoping
  • babel-core, babel-plugin-transform-block-scoped-functions, babel-plugin-transform-block-scoping

Committers: 7

v7.24.3 (2024-03-20)

Thanks @​ota-meshi for your first PR!

🐛 Bug Fix

  • babel-helper-module-imports

Committers: 2

v7.24.2 (2024-03-19)

🐛 Bug Fix

  • babel-code-frame, babel-highlight

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v7.24.4 (2024-04-03)

👓 Spec Compliance

  • babel-parser
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3

🐛 Bug Fix

  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-transform-block-scoping
  • babel-core, babel-plugin-transform-block-scoped-functions, babel-plugin-transform-block-scoping

v7.24.3 (2024-03-20)

🐛 Bug Fix

  • babel-helper-module-imports

v7.24.2 (2024-03-19)

🐛 Bug Fix

v7.24.1 (2024-03-19)

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

📝 Documentation

🏠 Internal

  • babel-code-frame, babel-highlight

... (truncated)

Commits

Updates @types/jest from 24.0.12 to 24.9.1

Commits

Updates @types/node from 11.13.9 to 11.15.54

Commits

Updates axios from 0.27.2 to 0.28.1

Release notes

Sourced from axios's releases.

Release v0.28.1

Release notes:

Release notes:

Bug Fixes

  • fix(backport): custom params serializer support (#6263)
  • fix(backport): uncaught ReferenceError req is not defined (#6307)

Release v0.28.0

Release notes:

Bug Fixes

Backports from v1.x:

  • Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
  • Fixing content-type header repeated #4745
  • Fixed timeout error message for HTTP 4738
  • Added axios.formToJSON method (#4735)
  • URL params serializer (#4734)
  • Fixed toFormData Blob issue on node>v17 #4728
  • Adding types for progress event callbacks #4675
  • Fixed max body length defaults #4731
  • Added data URL support for node.js (#4725)
  • Added isCancel type assert (#4293)
  • Added the ability for the url-encoded-form serializer to respect the formSerializer config (#4721)
  • Add string[] to AxiosRequestHeaders type (#4322)
  • Allow type definition for axios instance methods (#4224)
  • Fixed AxiosError stack capturing; (#4718)
  • Fixed AxiosError status code type; (#4717)
  • Adding Canceler parameters config and request (#4711)
  • fix(types): allow to specify partial default headers for instance creation (#4185)
  • Added blob to the list of protocols supported by the browser (#4678)
  • Fixing Z_BUF_ERROR when no content (#4701)
  • Fixed race condition on immediate requests cancellation (#4261)
  • Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
  • Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#4229)
  • Fix TS definition for AxiosRequestTransformer (#4201)
  • Use type alias instead of interface for AxiosPromise (#4505)
  • Include request and config when creating a CanceledError instance (#4659)
  • Added generic TS types for the exposed toFormData helper (#4668)
  • Optimized the code that checks cancellation (#4587)
  • Replaced webpack with rollup (#4596)
  • Added stack trace to AxiosError (#4624)
  • Updated AxiosError.config to be optional in the type definition (#4665)
  • Removed incorrect argument for NetworkError constructor (#4656)
Changelog

Sourced from axios's changelog.

0.28.1 (2024-03-24)

Release notes:

Bug Fixes

  • fix(backport): custom params serializer support (#6263)
  • fix(backport): uncaught ReferenceError req is not defined (#6307)

0.28.0 (2024-02-12)

Release notes:

Bug Fixes

Backports from v1.x:

  • Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
  • Fixing content-type header repeated #4745
  • Fixed timeout error message for HTTP 4738
  • Added axios.formToJSON method (#4735)
  • URL params serializer (#4734)
  • Fixed toFormData Blob issue on node>v17 #4728
  • Adding types for progress event callbacks #4675
  • Fixed max body length defaults #4731
  • Added data URL support for node.js (#4725)
  • Added isCancel type assert (#4293)
  • Added the ability for the url-encoded-form serializer to respect the formSerializer config (#4721)
  • Add string[] to AxiosRequestHeaders type (#4322)
  • Allow type definition for axios instance methods (#4224)
  • Fixed AxiosError stack capturing; (#4718)
  • Fixed AxiosError status code type; (#4717)
  • Adding Canceler parameters config and request (#4711)
  • fix(types): allow to specify partial default headers for instance creation (#4185)
  • Added blob to the list of protocols supported by the browser (#4678)
  • Fixing Z_BUF_ERROR when no content (#4701)
  • Fixed race condition on immediate requests cancellation (#4261)
  • Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
  • Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#4229)
  • Fix TS definition for AxiosRequestTransformer (#4201)
  • Use type alias instead of interface for AxiosPromise (#4505)
  • Include request and config when creating a CanceledError instance (#4659)
  • Added generic TS types for the exposed toFormData helper (#4668)
  • Optimized the code that checks cancellation (#4587)
  • Replaced webpack with rollup (#4596)
  • Added stack trace to AxiosError (#4624)
  • Updated AxiosError.config to be optional in the type definition (#4665)
  • Removed incorrect argument for NetworkError constructor (#4656)
Commits
  • 3021e0d [Release] v0.28.1 (#6331)
  • 111811e fix(backport): custom params serializer support (#6263)
  • 92a0454 fix(backport): Uncaught ReferenceError req is not defined at AbortSignal.onCa...
  • ce46346 chore(ci): add npm tag action; (#6229)
  • 3b7635a [Release] v0.28.0 (#6211)
  • 27c0076 feat(backport): added ability for paramsSerializer to handle function; (#6227)
  • 80c3d74 chore(ci): backported publish action; (#6224)
  • 2755df5 fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to ...
  • 880b42e docs: Fix a typo in README
  • c4bf0a4 Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
  • Additional commits viewable in compare view

Updates classnames from 2.3.2 to 2.5.1

Changelog

Sourced from classnames's changelog.

v2.5.1 / 2023-12-29

  • Remove workspaces field from package (#350)

v2.5.0 / 2023-12-27

  • Restore ability to pass a TypeScript interface (#341)
  • Add exports field to package (#342)

v2.4.0 / 2023-12-26

  • Use string concatenation to increase performance thanks Jon Koops (#336)

v2.3.3 / 2023-12-21

Commits

Updates customize-cra from 0.2.14 to 0.9.1

Commits
Maintainer changes

This version was pushed to npm by with-heart, a new releaser for customize-cra since your current version.


Updates moment from 2.29.4 to 2.30.1

Changelog

Sourced from moment's changelog.

2.30.1

2.30.0 Full changelog

  • Release Dec 26, 2023
Commits

Updates typescript from 3.5.3 to 3.9.10

Release notes

Sourced from typescript's releases.

TypeScript 3.9.10

This release ships both an overall performance improvement, along with a mitigation for a performance regression when upgrading to Node.js 16. See the change for more details.

TypeScript 3.9.9

This release contains a fix for an issue when language service plugins have no specified name.

TypeScript 3.9.8

This release contains fixes for a security risk involving language service plugin loading. More details are available here.

TypeScript 3.9.7

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

This release contains a fix for CVE-2020-1416

(note, 3.9.4 was intentionally skipped due to minor complications in publishing)

Downloads are available on:

TypeScript 3.9.6

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

(note, 3.9.4 was intentionally skipped due to minor complications in publishing)

Downloads are available on:

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by typescript-bot, a new releaser for typescript since your current version.


Updates @types/react-plotly.js from 2.6.0 to 2.6.3

Commits

Updates eslint-config-xo from 0.29.1 to 0.44.0

Release notes

Sourced from eslint-config-xo's releases.

v0.44.0

Breaking

  • Require Node.js 18 f2060de

New rules

Improvements

  • Ban atob and btoa dfa969c
  • Replace deprecated no-new-object rule 7f8f92e
  • no-unused-vars: Allow ignoring variables by prefixing with underscore b31ab8a

xojs/eslint-config-xo@v0.43.1...v0.44.0

v0.43.1

  • Disable logical-assignment-operators rule until we target Node.js 16 ffb7d6e

xojs/eslint-config-xo@v0.43.0...v0.43.1

v0.43.0

xojs/eslint-config-xo@v0.42.0...v0.43.0

v0.42.0

  • Allow lower case type-coverage comments (#79) 257f2c1

xojs/eslint-config-xo@v0.41.0...v0.42.0

v0.41.0

xojs/eslint-config-xo@v0.40.0...v0.41.0

v0.40.0

Breaking

  • Require ESLint 8 and Node.js 12 da1fd09

Improvements

... (truncated)

Commits
  • b17659e 0.44.0
  • f2060de Require Node.js 18
  • 27049c1 Enable logical-assignment-operators rule
  • 288a3ca Enable prefer-object-has-own rule
  • dfa969c Ban atob and btoa
  • b31ab8a no-unused-vars: Allow ignoring variables by prefixing with underscore
  • 9809e67 Meta tweaks
  • 3a5448b Add object-curly-newline rule (#83)
  • 7d89a3d Ban Buffer in favor of Uint8Array
  • 7f8f92e Replace deprecated no-new-object rule
  • Additional commits viewable in compare view

Updates eslint-config-xo-react from 0.23.0 to 0.27.0

Release notes

Sourced from eslint-config-xo-react's releases.

v0.27.0

Breaking

  • Require function declaration for named components (#33) 62e64fd Why?

New rules

Improvements

  • Add option for react/jsx-curly-brace-presence rule 9b5e73b
  • Add option to react/jsx-key rule b5091ab

xojs/eslint-config-xo-react@v0.26.0...v0.27.0

v0.26.0

Breaking

  • Require Node.js 12 and ESLint 8 f8a5e48

New rules

Improvements

xojs/eslint-config-xo-react@v0.25.0...v0.26.0

v0.25.0

  • Allow react-intl’s usage of style prop (#29) a17e7f6

xojs/eslint-config-xo-react@v0.24.0...v0.25.0

v0.24.0

xojs/eslint-config-xo-react@v0.23.0...v0.24.0

Commits
  • 4a345ab 0.27.0
  • b5091ab Add option to react/jsx-key rule
  • 5a665cf Add react/iframe-missing-sandbox rule
  • 9b5e73b Add options for react/jsx-curly-brace-presence rule
  • 9d77b06 Add react/hook-use-state rule
  • 62e64fd Require function declaration for named components (#33)
  • 4afe365 0.26.0
  • 3e87446 Add react/no-invalid-html-attribute rule
  • dcb84c0 Add react/no-arrow-function-lifecycle rule
  • c64b19e Add react/no-namespace rule
  • Additional commits viewable in compare view

Updates eslint-config-xo-typescript from 0.28.0 to 0.57.0

Release notes

Sourced from eslint-config-xo-typescript's releases.

v0.57.0

xojs/eslint-config-xo-typescript@v0.56.0...v0.57.0

v0.56.0

xojs/eslint-config-xo-typescript@v0.55.1...v0.56.0

v0.55.1

  • Fix the config for the @typescript-eslint/member-ordering rule b336a1c
  • Remove the deprecated @typescript-eslint/no-implicit-any-catch rule (#66) 6d5aba9

xojs/eslint-config-xo-typescript@v0.55.0...v0.55.1

v0.55.0

xojs/eslint-config-xo-typescript@v0.54.1...v0.55.0

v0.54.1

  • Mistake. Please ignore.

v0.53.0

New rules

Improvements

  • Add options to @typescript-eslint/prefer-nullish-coalescing rule f4cf50d

xojs/eslint-config-xo-typescript@v0.52.0...v0.53.0

v0.52.0

New rules

Improvements

  • Add @typescript-eslint/parser to peerDependencies (#61) fe6f4b7
  • Remove deprecated @typescript-eslint/no-duplicate-imports rule 33c6d92

... (truncated)

Commits
  • 6304b6d 0.57.0
  • b18da46 Add @typescript-eslint/no-duplicate-type-constituents rule
  • b338e7f 0.56.0
  • 4073c82 Fix config for JSX
  • 4fd54c2 Restore @typescript-eslint/no-unsafe-argument (#70)
  • 3b56ab3 0.55.1
  • b336a1c Fix the config for the @typescript-eslint/member-ordering rule
  • 6d5aba9 Remove @typescript-eslint/no-implicit-any-catch (#66)
  • 638f3b7 0.55.0
  • e41f4a4 @typescript-eslint/consistent-type-imports: Add option to prefer inline typ...
  • Additional commits viewable in compare view

Updates eslint-plugin-import from 2.28.1 to 2.29.1

Release notes

Sourced from eslint-plugin-import's releases.

v2.29.1

Full Changelog: import-js/eslint-plugin-import@v2.29.0...v2.29.1

v2.29.0

Full Changelog: import-js/eslint-plugin-import@v2.28.1...v2.29.0

Changelog

Sourced from eslint-plugin-import's changelog.

[2.29.1] - 2023-12-14

Fixed

  • [no-extraneous-dependencies]: ignore export type { ... } from '...' when includeTypes is false (#2919, thanks [@​Pandemic1617])
  • [no-unused-modules]: support export patterns with array destructuring (#2930, thanks [@​ljharb])
  • [Deps] update tsconfig-paths (#2447, thanks [@​domdomegg])

[2.29.0] - 2023-10-22

Added

  • TypeScript config: add .cts and .mts extensions (

Bumps the minor-updates group in /hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [@ant-design/icons](https://github.com/ant-design/ant-design-icons) | `5.2.5` | `5.3.6` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.22.11` | `7.24.4` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `24.0.12` | `24.9.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `11.13.9` | `11.15.54` |
| [axios](https://github.com/axios/axios) | `0.27.2` | `0.28.1` |
| [classnames](https://github.com/JedWatson/classnames) | `2.3.2` | `2.5.1` |
| [customize-cra](https://github.com/arackaf/customize-cra) | `0.2.14` | `0.9.1` |
| [moment](https://github.com/moment/moment) | `2.29.4` | `2.30.1` |
| [typescript](https://github.com/Microsoft/TypeScript) | `3.5.3` | `3.9.10` |
| [@types/react-plotly.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-plotly.js) | `2.6.0` | `2.6.3` |
| [eslint-config-xo](https://github.com/xojs/eslint-config-xo) | `0.29.1` | `0.44.0` |
| [eslint-config-xo-react](https://github.com/xojs/eslint-config-xo-react) | `0.23.0` | `0.27.0` |
| [eslint-config-xo-typescript](https://github.com/xojs/eslint-config-xo-typescript) | `0.28.0` | `0.57.0` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.28.1` | `2.29.1` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.33.2` | `7.34.1` |
| [json-server](https://github.com/typicode/json-server) | `0.15.1` | `0.17.4` |
| [xo](https://github.com/xojs/xo) | `0.30.0` | `0.58.0` |


Updates `@ant-design/icons` from 5.2.5 to 5.3.6
- [Commits](https://github.com/ant-design/ant-design-icons/commits)

Updates `@babel/core` from 7.22.11 to 7.24.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.4/packages/babel-core)

Updates `@types/jest` from 24.0.12 to 24.9.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `@types/node` from 11.13.9 to 11.15.54
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `axios` from 0.27.2 to 0.28.1
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.28.1/CHANGELOG.md)
- [Commits](axios/axios@v0.27.2...v0.28.1)

Updates `classnames` from 2.3.2 to 2.5.1
- [Changelog](https://github.com/JedWatson/classnames/blob/main/HISTORY.md)
- [Commits](JedWatson/classnames@v2.3.2...v2.5.1)

Updates `customize-cra` from 0.2.14 to 0.9.1
- [Release notes](https://github.com/arackaf/customize-cra/releases)
- [Commits](arackaf/customize-cra@v0.2.14...v0.9.1)

Updates `moment` from 2.29.4 to 2.30.1
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](moment/moment@2.29.4...2.30.1)

Updates `typescript` from 3.5.3 to 3.9.10
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v3.5.3...v3.9.10)

Updates `@types/react-plotly.js` from 2.6.0 to 2.6.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-plotly.js)

Updates `eslint-config-xo` from 0.29.1 to 0.44.0
- [Release notes](https://github.com/xojs/eslint-config-xo/releases)
- [Commits](xojs/eslint-config-xo@v0.29.1...v0.44.0)

Updates `eslint-config-xo-react` from 0.23.0 to 0.27.0
- [Release notes](https://github.com/xojs/eslint-config-xo-react/releases)
- [Commits](xojs/eslint-config-xo-react@v0.23.0...v0.27.0)

Updates `eslint-config-xo-typescript` from 0.28.0 to 0.57.0
- [Release notes](https://github.com/xojs/eslint-config-xo-typescript/releases)
- [Commits](xojs/eslint-config-xo-typescript@v0.28.0...v0.57.0)

Updates `eslint-plugin-import` from 2.28.1 to 2.29.1
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.28.1...v2.29.1)

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

Updates `json-server` from 0.15.1 to 0.17.4
- [Release notes](https://github.com/typicode/json-server/releases)
- [Commits](typicode/json-server@v0.15.1...v0.17.4)

Updates `xo` from 0.30.0 to 0.58.0
- [Release notes](https://github.com/xojs/xo/releases)
- [Commits](xojs/xo@v0.30.0...v0.58.0)

---
updated-dependencies:
- dependency-name: "@ant-design/icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@babel/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@types/jest"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: classnames
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: customize-cra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: moment
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@types/react-plotly.js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: eslint-config-xo
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: eslint-config-xo-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: eslint-config-xo-typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: json-server
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: xo
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 8, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 9, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot-npm_and_yarn-hadoop-ozone-recon-src-main-resources-webapps-recon-ozone-recon-web-minor-updates-9410b21c20 branch April 9, 2024 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code recon

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants