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(deps): bump the sub-major group with 16 updates #2283

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the sub-major group with 16 updates:

Package From To
@babel/preset-react 7.25.9 7.26.3
@uiw/codemirror-extensions-langs 4.23.6 4.23.7
@uiw/codemirror-theme-github 4.23.6 4.23.7
@uiw/react-codemirror 4.23.6 4.23.7
antd 5.22.2 5.22.7
framer-motion 11.12.0 11.15.0
markdown-to-jsx 7.7.0 7.7.2
openai 4.73.1 4.77.0
plotly.js 2.35.2 2.35.3
react-bootstrap 2.10.6 2.10.7
@testing-library/react 16.0.1 16.1.0
eslint-plugin-jest 28.9.0 28.10.0
eslint-plugin-react 7.37.2 7.37.3
jest-when 3.6.0 3.7.0
lint-staged 15.2.10 15.3.0
prettier 3.4.1 3.4.2

Updates @babel/preset-react from 7.25.9 to 7.26.3

Release notes

Sourced from @​babel/preset-react's releases.

v7.26.3 (2024-12-04)

🐛 Bug Fix

🏠 Internal

  • babel-helper-builder-binary-assignment-operator-visitor, babel-plugin-transform-exponentiation-operator

🏃‍♀️ Performance

Committers: 4

v7.26.2 (2024-10-30)

🐛 Bug Fix

Committers: 6

v7.26.1 (2024-10-25)

🐛 Bug Fix

Committers: 3

... (truncated)

Changelog

Sourced from @​babel/preset-react's changelog.

v7.26.3 (2024-12-04)

🐛 Bug Fix

🏠 Internal

  • babel-helper-builder-binary-assignment-operator-visitor, babel-plugin-transform-exponentiation-operator

🏃‍♀️ Performance

v7.26.2 (2024-10-30)

🐛 Bug Fix

v7.26.1 (2024-10-25)

🐛 Bug Fix

v7.26.0 (2024-10-25)

🚀 New Feature

  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-core
  • babel-compat-data, babel-plugin-proposal-regexp-modifiers, babel-plugin-transform-regexp-modifiers, babel-preset-env, babel-standalone
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-syntax-flow
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs3
  • babel-generator, babel-parser

🐛 Bug Fix

... (truncated)

Commits

Updates @uiw/codemirror-extensions-langs from 4.23.6 to 4.23.7

Release notes

Sourced from @​uiw/codemirror-extensions-langs's releases.

v4.23.7

Buy me a coffee

Documentation v4.23.7: https://raw.githack.com/uiwjs/react-codemirror/5b16350/index.html
Comparing Changes: uiwjs/react-codemirror@v4.23.6...v4.23.7

Commits

Updates @uiw/codemirror-theme-github from 4.23.6 to 4.23.7

Release notes

Sourced from @​uiw/codemirror-theme-github's releases.

v4.23.7

Buy me a coffee

Documentation v4.23.7: https://raw.githack.com/uiwjs/react-codemirror/5b16350/index.html
Comparing Changes: uiwjs/react-codemirror@v4.23.6...v4.23.7

Commits

Updates @uiw/react-codemirror from 4.23.6 to 4.23.7

Release notes

Sourced from @​uiw/react-codemirror's releases.

v4.23.7

Buy me a coffee

Documentation v4.23.7: https://raw.githack.com/uiwjs/react-codemirror/5b16350/index.html
Comparing Changes: uiwjs/react-codemirror@v4.23.6...v4.23.7

Commits

Updates antd from 5.22.2 to 5.22.7

Release notes

Sourced from antd's releases.

5.22.7


  • 🐞 修复 Button 文字和图标不对齐的问题。#52132 @​afc163
  • 🐞 修复在 React 19 下点击 Button 时抛出 reactRender is not a function 错误的问题。#52105 @​afc163
  • TypeScript

5.22.6

  • 🐞 Align Button with and without icons consistently. #52070
  • 🐞 Fix Splitter collapsible icon z-index too low. #52065 @​wanpan11
  • 🐞 Fix Button motion not smooth when set loading. #52059 @​zombieJ
  • 🐞 Fix Button issue where solid default button text disappears on hover in dark mode. #52024 @​DDDDD12138

  • 🐞 修复 Button 有图标和无图标按钮对齐差一像素的问题。#52070
  • 🐞 修复 Splitter 组件折叠图标 z-index 层级过低问题。#52065 @​wanpan11
  • 🐞 修复 Button 启用 loading 时,动画不够顺滑的问题。#52059 @​zombieJ
  • 🐞 修复 Button 暗色模式下默认填充按钮文本在悬停时消失的问题。#52024 @​DDDDD12138

5.22.5


  • 🛠 重构 Wave/Menu/Form ref 检查逻辑以解决 React 19 ref 部分冲突(注:该更新不会完全解决 React 19 兼容问题,后续将会持续更新)。#51952 @​zombieJ
  • 🐞 修复 Dropdown children 不支持传入 ReactNode 的问题。#50174 @​coding-ice
  • 🐞 修复 Carousel 某些情况下在 Modal 中无法正确展示的问题。#51988 @​quan060798
  • 🐞 修复 Select 选中文本溢出的问题 。#52011 @​OysterD3
  • 🐞 修复 Form setFieldValue 没有重置字段校验信息的问题。#51993 @​zombieJ
  • 🐞 修复 Pagination 配置 showSizeChanger.showSearch 无效的问题。#51962 @​zombieJ
  • 🇰🇷 优化 DatePicker 韩语本地化文案。#51983 @​DevLeti
  • 🤖 从 antd 里导出 CheckboxChangeEvent 类型。#52008 @​SpecLad

5.22.4

  • Transfer
    • 🐞 Fix the background overflow when Transfer selects the last item on the current page. #51884 @​ayangweb
    • 🐞 Fix Transfer toggle button being enabled when all items are disabled. #51784 @​WwwHhhYran
  • 🐞 Fix the arrow would be outside the container when the Tooltip content was too small. #51904
  • 🐞 Fix where clicking the Radio or Checkbox under Upload would trigger the popup window twice. #51874
  • 💄 Fix Menu icon alignment when using collapsedIconSize. #51863 @​Gnomeek
  • 💄 Fix incorrect styling of Tabs component when type="editable-card". #51935 @​aojunhao123
  • 💄 Fix insufficient trigger style priority in Layout.Sider component in zero-width mode. #51936 @​aojunhao123

... (truncated)

Changelog

Sourced from antd's changelog.

5.22.7

2024-12-27

5.22.6

2024-12-23

  • 🐞 Align Button with and without icons consistently. #52070
  • 🐞 Fix Splitter collapsible icon z-index too low. #52065 @​wanpan11
  • 🐞 Fix Button motion not smooth when set loading. #52059 @​zombieJ
  • 🐞 Fix Button issue where solid default button text disappears on hover in dark mode. #52024 @​DDDDD12138

5.22.5

2024-12-15

5.22.4

2024-12-09

  • Transfer
    • 🐞 Fix the background overflow when Transfer selects the last item on the current page. #51884 @​ayangweb
    • 🐞 Fix Transfer toggle button being enabled when all items are disabled. #51784 @​WwwHhhYran
  • 🐞 Fix the arrow would be outside the container when the Tooltip content was too small. #51904
  • 🐞 Fix where clicking the Radio or Checkbox under Upload would trigger the popup window twice. #51874
  • 💄 Fix Menu icon alignment when using collapsedIconSize. #51863 @​Gnomeek
  • 💄 Fix incorrect styling of Tabs component when type="editable-card". #51935 @​aojunhao123
  • 💄 Fix insufficient trigger style priority in Layout.Sider component in zero-width mode. #51936 @​aojunhao123
  • 💄 MISC: Fix the icon styles were created repeatedly. #51897 @​YumoImer
  • 💄 MISC: Inline styles refactored to cssinjs. #51843

5.22.3

2024-12-02

... (truncated)

Commits

Updates framer-motion from 11.12.0 to 11.15.0

Changelog

Sourced from framer-motion's changelog.

[11.15.0] 2024-12-13

Added

  • Add support for repeat in animation sequences.

Fixed

  • Clearing scheduled jobs at the end of an animation frame to ensure memory is released should the animation loop settle.

[11.14.4] 2024-12-13

Fixed

  • Exporting AnimationSequence via "motion" entrypoint.
  • Adding support for passing normal components to motion.create() in React 19.

[11.14.3] 2024-12-13

Fixed

  • Fixing motion-dom and motion-utils entrypoints.

[11.14.2] 2024-12-13

Fixed

  • Exporting time for internal use.
  • Making MotionValue.updatedAt public for internal use.

[11.14.1] 2024-12-12

Fixed

  • Fixing missing license in motion-dom and motion-utils packages.

[11.14.0] 2024-12-12

Added

  • Added press gesture in Motion+ early access.

[11.13.6] 2024-12-10

Fixed

  • Adding React 19 to optional peer dependencies in "motion" package also.

[11.13.5] 2024-12-10

... (truncated)

Commits

Updates markdown-to-jsx from 7.7.0 to 7.7.2

Release notes

Sourced from markdown-to-jsx's releases.

v7.7.2

Patch Changes

  • 52a727c: Use ReactNode instead of ReactChild for React 19 compatibility
  • 4fa87d8: Bump ws from 8.11.0 to 8.18.0

v7.7.1

Patch Changes

  • 9d42449: Factor out unnecessary element cloning.
  • 8920038: Remove use of explicit React.createElement.
Changelog

Sourced from markdown-to-jsx's changelog.

7.7.2

Patch Changes

  • 52a727c: Use ReactNode instead of ReactChild for React 19 compatibility
  • 4fa87d8: Bump ws from 8.11.0 to 8.18.0

7.7.1

Patch Changes

  • 9d42449: Factor out unnecessary element cloning.
  • 8920038: Remove use of explicit React.createElement.
Commits

Updates openai from 4.73.1 to 4.77.0

Release notes

Sourced from openai's releases.

v4.77.0

4.77.0 (2024-12-17)

Full Changelog: v4.76.3...v4.77.0

Features

  • api: new o1 and GPT-4o models + preference fine-tuning (#1229) (2e872d4)

Chores

v4.76.3

4.76.3 (2024-12-13)

Full Changelog: v4.76.2...v4.76.3

Chores

  • internal: better ecosystem test debugging (86fc0a8)

Documentation

v4.76.2

4.76.2 (2024-12-12)

Full Changelog: v4.76.1...v4.76.2

Chores

v4.76.1

4.76.1 (2024-12-10)

Full Changelog: v4.76.0...v4.76.1

Chores

  • internal: bump cross-spawn to v7.0.6 (#1217) (c07ad29)
  • internal: remove unnecessary getRequestClient function (#1215) (bef3925)

v4.76.0

... (truncated)

Changelog

Sourced from openai's changelog.

4.77.0 (2024-12-17)

Full Changelog: v4.76.3...v4.77.0

Features

  • api: new o1 and GPT-4o models + preference fine-tuning (#1229) (2e872d4)

Chores

4.76.3 (2024-12-13)

Full Changelog: v4.76.2...v4.76.3

Chores

  • internal: better ecosystem test debugging (86fc0a8)

Documentation

4.76.2 (2024-12-12)

Full Changelog: v4.76.1...v4.76.2

Chores

4.76.1 (2024-12-10)

Full Changelog: v4.76.0...v4.76.1

Chores

  • internal: bump cross-spawn to v7.0.6 (#1217) (c07ad29)
  • internal: remove unnecessary getRequestClient function (#1215) (bef3925)

4.76.0 (2024-12-05)

Full Changelog: v4.75.0...v4.76.0

Features

... (truncated)

Commits

Updates plotly.js from 2.35.2 to 2.35.3

Release notes

Sourced from plotly.js's releases.

v2.35.3

Fixed

  • Set height and width on the .plotly-container div to 100% [#7314]
Changelog

Sourced from plotly.js's changelog.

[2.35.3] -- 2024-12-13

Fixed

  • Set height and width on the .plotly-container div to 100% to fix gl3d rendering in Dash Enterprise apps [#7313]

[3.0.0-rc.1] -- 2024-11-27

Removed

  • Drop support for passing a string to the title attribute, and drop support for deprecated attributes titlefont, titleposition, titleside, and titleoffset (use title.text, title.font, title.side, title.offset instead)[#7212]
  • Drop deprecated pointcloud and heatmapgl traces and gl2d subplots [#7213] Drop support for deprecated bardir attribute (use orientation instead) [#7214]
  • Drop support for deprecated annotation.ref attribute (use annotation.xref and annotation.yref instead) [#7215]
  • Drop support for deprecated error bar opacity attribute (use alpha channel of error bar color attribute instead) [#7214]
  • Drop support for deprecated attribute gl3d.cameraposition (use gl3d.camera instead) [#7217]
  • Drop deprecated plot3dPixelRatio from config [#7231]
  • Drop deprecated zauto, zmin and zmax from the surface trace [#7234]
  • Drop deprecated autotick attributes from cartesian axes [#7236]
  • Drop transforms from the API [#7240, #7254]
  • Drop jQuery events support [#7224]
  • Drop the AMD support from the bundle header [#7229]

Changed

  • Switch from webpack to esbuild for fast builds & testing as well as allowing modern JavaScript beyond es5 [#6909]
  • Make offsetgroup work with barmode "stacked" and "relative" for bar traces [#7009]
  • Node v18 required for development [#7116]
  • Cleanup remaining code that was there to support the Internet Explorer [#7251]
  • Deprecate mapbox traces and provide links to migration docs for plotly.js and plotly.py users [#7260]

Fixed

  • Remove inline styles that break plots in strict CSP setups [#7109], with thanks to @​martian111 for the contribution!
  • Allow null or broken selection objects without throwing an error [#7164]
  • Render scatterternary traces correctly if they have the ids attribute [#7164]
  • Do not convert url-sourced layout images to data URI unless we're in staticPlot mode, to improve interactivity when images are changed with zoom/pan [#7199]
  • Fix source map of the mablibre dependency [#7204]
  • Fix years in license [#7205]
  • Maintain layout images element identity based on coordinates, for smoother updates when you add or remove images early in the list. [#7277]
  • Fix handling of new domain values given in the Plotly.react function to prevent loss of new domain values. [#7283]

[3.0.0-rc.0] -- 2024-11-11

Removed

  • Drop support for passing a string to the title attribute, and drop support for deprecated attributes titlefont, titleposition, titleside, and titleoffset (use title.text, title.font, title.side, title.offset instead)[#7212]
  • Drop deprecated pointcloud and heatmapgl traces and gl2d subplots [#7213] Drop support for deprecated bardir attribute (use orientation instead) [#7214]
  • Drop support for deprecated annotation.ref attribute (use annotation.xref and annotation.yref instead) [#7215]

... (truncated)

Commits

Updates react-bootstrap from 2.10.6 to 2.10.7

Release notes

Sourced from react-bootstrap's releases.

v2.10.7

2.10.7 (2024-12-15)

Bug Fixes

Changelog

Sourced from react-bootstrap's changelog.

2.10.7 (2024-12-15)

Bug Fixes

Commits

Bumps the sub-major group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.25.9` | `7.26.3` |
| [@uiw/codemirror-extensions-langs](https://github.com/uiwjs/react-codemirror) | `4.23.6` | `4.23.7` |
| [@uiw/codemirror-theme-github](https://github.com/uiwjs/react-codemirror) | `4.23.6` | `4.23.7` |
| [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) | `4.23.6` | `4.23.7` |
| [antd](https://github.com/ant-design/ant-design) | `5.22.2` | `5.22.7` |
| [framer-motion](https://github.com/motiondivision/motion) | `11.12.0` | `11.15.0` |
| [markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx) | `7.7.0` | `7.7.2` |
| [openai](https://github.com/openai/openai-node) | `4.73.1` | `4.77.0` |
| [plotly.js](https://github.com/plotly/plotly.js) | `2.35.2` | `2.35.3` |
| [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) | `2.10.6` | `2.10.7` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.0.1` | `16.1.0` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.9.0` | `28.10.0` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.2` | `7.37.3` |
| [jest-when](https://github.com/timkindberg/jest-when) | `3.6.0` | `3.7.0` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.10` | `15.3.0` |
| [prettier](https://github.com/prettier/prettier) | `3.4.1` | `3.4.2` |


Updates `@babel/preset-react` from 7.25.9 to 7.26.3
- [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.26.3/packages/babel-preset-react)

Updates `@uiw/codemirror-extensions-langs` from 4.23.6 to 4.23.7
- [Release notes](https://github.com/uiwjs/react-codemirror/releases)
- [Commits](uiwjs/react-codemirror@v4.23.6...v4.23.7)

Updates `@uiw/codemirror-theme-github` from 4.23.6 to 4.23.7
- [Release notes](https://github.com/uiwjs/react-codemirror/releases)
- [Commits](uiwjs/react-codemirror@v4.23.6...v4.23.7)

Updates `@uiw/react-codemirror` from 4.23.6 to 4.23.7
- [Release notes](https://github.com/uiwjs/react-codemirror/releases)
- [Commits](uiwjs/react-codemirror@v4.23.6...v4.23.7)

Updates `antd` from 5.22.2 to 5.22.7
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](ant-design/ant-design@5.22.2...5.22.7)

Updates `framer-motion` from 11.12.0 to 11.15.0
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v11.12.0...v11.15.0)

Updates `markdown-to-jsx` from 7.7.0 to 7.7.2
- [Release notes](https://github.com/quantizor/markdown-to-jsx/releases)
- [Changelog](https://github.com/quantizor/markdown-to-jsx/blob/main/CHANGELOG.md)
- [Commits](quantizor/markdown-to-jsx@v7.7.0...v7.7.2)

Updates `openai` from 4.73.1 to 4.77.0
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v4.73.1...v4.77.0)

Updates `plotly.js` from 2.35.2 to 2.35.3
- [Release notes](https://github.com/plotly/plotly.js/releases)
- [Changelog](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md)
- [Commits](plotly/plotly.js@v2.35.2...v2.35.3)

Updates `react-bootstrap` from 2.10.6 to 2.10.7
- [Release notes](https://github.com/react-bootstrap/react-bootstrap/releases)
- [Changelog](https://github.com/react-bootstrap/react-bootstrap/blob/master/CHANGELOG.md)
- [Commits](react-bootstrap/react-bootstrap@v2.10.6...v2.10.7)

Updates `@testing-library/react` from 16.0.1 to 16.1.0
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v16.0.1...v16.1.0)

Updates `eslint-plugin-jest` from 28.9.0 to 28.10.0
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v28.9.0...v28.10.0)

Updates `eslint-plugin-react` from 7.37.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.37.2...v7.37.3)

Updates `jest-when` from 3.6.0 to 3.7.0
- [Release notes](https://github.com/timkindberg/jest-when/releases)
- [Commits](timkindberg/jest-when@v3.6.0...v3.7.0)

Updates `lint-staged` from 15.2.10 to 15.3.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.10...v15.3.0)

Updates `prettier` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.1...3.4.2)

---
updated-dependencies:
- dependency-name: "@babel/preset-react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sub-major
- dependency-name: "@uiw/codemirror-extensions-langs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sub-major
- dependency-name: "@uiw/codemirror-theme-github"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sub-major
- dependency-name: "@uiw/react-codemirror"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sub-major
- dependency-name: antd
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sub-major
- dependency-name: framer-motion
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sub-major
- dependency-name: markdown-to-jsx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sub-major
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sub-major
- dependency-name: plotly.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sub-major
- dependency-name: react-bootstrap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sub-major
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sub-major
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sub-major
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: sub-major
- dependency-name: jest-when
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sub-major
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sub-major
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: sub-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 1, 2025
@anth-volk anth-volk self-requested a review January 3, 2025 13:40
@anth-volk anth-volk merged commit 0754e47 into master Jan 3, 2025
2 checks passed
@anth-volk anth-volk deleted the dependabot/npm_and_yarn/sub-major-fc80e2e9e9 branch January 3, 2025 13:41
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
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant