ozone icon indicating copy to clipboard operation
ozone copied to clipboard

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

Open dependabot[bot] opened this issue 11 months ago • 1 comments

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.1
@babel/core 7.22.11 7.24.0
@types/jest 24.0.12 24.9.1
@types/node 11.13.9 11.15.54
axios 0.27.2 0.28.0
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.0
json-server 0.15.1 0.17.4
xo 0.30.0 0.57.0

Updates @ant-design/icons from 5.2.5 to 5.3.1

Commits

Updates @babel/core from 7.22.11 to 7.24.0

Release notes

Sourced from @​babel/core's releases.

v7.24.0 (2024-02-28)

Thanks @​ajihyf for your first PR!

Release post with summary and highlights: https://babeljs.io/7.24.0

:rocket: New Feature

  • babel-standalone
  • babel-core, babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-decorators, babel-plugin-transform-class-properties, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-preset-flow
  • babel-helper-import-to-platform-api, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-standalone
  • babel-plugin-transform-runtime
  • babel-parser, babel-types

:bug: Bug Fix

  • babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-create-class-features-plugin, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object
  • babel-helper-create-class-features-plugin, babel-plugin-transform-private-methods
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-preset-env
  • babel-helpers
  • babel-helpers, babel-plugin-proposal-decorators

:nail_care: Polish

  • babel-core, babel-helper-create-class-features-plugin, babel-preset-env

:house: Internal

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v7.24.0 (2024-02-28)

:rocket: New Feature

  • babel-standalone
  • babel-core, babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-decorators, babel-plugin-transform-class-properties, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-preset-flow
  • babel-helper-import-to-platform-api, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-standalone
  • babel-plugin-transform-runtime
  • babel-parser, babel-types

:bug: Bug Fix

  • babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-create-class-features-plugin, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object
  • babel-helper-create-class-features-plugin, babel-plugin-transform-private-methods
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-preset-env
  • babel-helpers
  • babel-helpers, babel-plugin-proposal-decorators

:nail_care: Polish

  • babel-core, babel-helper-create-class-features-plugin, babel-preset-env

:house: Internal

  • babel-helper-transform-fixture-test-runner

:microscope: Output optimization

... (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.0

Release notes

Sourced from axios's releases.

Release v0.28.0

Release notes:

Bug Fixes

  • fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to v0.x (#6091)

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.0 (2024-02-12)

Release notes:

Bug Fixes

  • fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to v0.x (#6091)

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
  • 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)
  • 1e2679f fix: [Types] Type of header in AxiosRequestConfig / for Axios.create is incor...
  • 80b546c fix: loosing request header (#4858) (#4871)
  • 6acb5ef feat: brower platform add data protocol. (#4814)
  • bbb2264 fix(typing): axios response headers can be undefined (#4813)
  • 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

https://github.com/xojs/eslint-config-xo/compare/v0.43.1...v0.44.0

v0.43.1

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

https://github.com/xojs/eslint-config-xo/compare/v0.43.0...v0.43.1

v0.43.0

https://github.com/xojs/eslint-config-xo/compare/v0.42.0...v0.43.0

v0.42.0

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

https://github.com/xojs/eslint-config-xo/compare/v0.41.0...v0.42.0

v0.41.0

https://github.com/xojs/eslint-config-xo/compare/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

https://github.com/xojs/eslint-config-xo-react/compare/v0.26.0...v0.27.0

v0.26.0

Breaking

  • Require Node.js 12 and ESLint 8 f8a5e48

New rules

Improvements

https://github.com/xojs/eslint-config-xo-react/compare/v0.25.0...v0.26.0

v0.25.0

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

https://github.com/xojs/eslint-config-xo-react/compare/v0.24.0...v0.25.0

v0.24.0

https://github.com/xojs/eslint-config-xo-react/compare/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

https://github.com/xojs/eslint-config-xo-typescript/compare/v0.56.0...v0.57.0

v0.56.0

https://github.com/xojs/eslint-config-xo-typescript/compare/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

https://github.com/xojs/eslint-config-xo-typescript/compare/v0.55.0...v0.55.1

v0.55.0

https://github.com/xojs/eslint-config-xo-typescript/compare/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

https://github.com/xojs/eslint-config-xo-typescript/compare/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

dependabot[bot] avatar Mar 04 '24 19:03 dependabot[bot]

@devabhishekpal

adoroszlai avatar Mar 04 '24 19:03 adoroszlai

new PR: #6365

adoroszlai avatar Apr 09 '24 07:04 adoroszlai

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[bot] avatar Apr 09 '24 07:04 dependabot[bot]