Skip to content

chore(deps): bump the sub-major group across 1 directory with 14 updates#2593

Merged
anth-volk merged 1 commit into
masterfrom
dependabot/npm_and_yarn/sub-major-ce1d9e9957
Jun 5, 2025
Merged

chore(deps): bump the sub-major group across 1 directory with 14 updates#2593
anth-volk merged 1 commit into
masterfrom
dependabot/npm_and_yarn/sub-major-ce1d9e9957

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 1, 2025

Bumps the sub-major group with 14 updates in the / directory:

Package From To
@babel/preset-react 7.26.3 7.27.1
@uiw/codemirror-extensions-langs 4.23.10 4.23.12
@uiw/codemirror-theme-github 4.23.10 4.23.12
@uiw/react-codemirror 4.23.10 4.23.12
@uiw/react-textarea-code-editor 3.1.0 3.1.1
antd 5.24.6 5.25.4
bootstrap 5.3.3 5.3.6
markdown-to-jsx 7.7.4 7.7.6
react-bootstrap 2.10.9 2.10.10
@babel/preset-env 7.26.9 7.27.2
@testing-library/react 16.2.0 16.3.0
eslint-plugin-jest 28.11.0 28.12.0
eslint-plugin-react 7.37.4 7.37.5
typescript 5.8.2 5.8.3

Updates @babel/preset-react from 7.26.3 to 7.27.1

Release notes

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

v7.27.1 (2025-04-30)

Thanks @​kermanx and @​woaitsAryan for your first PRs!

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@​JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@​JLHwung)
    • #17080 Fix start of TSParameterProperty (@​JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
  • babel-generator

💅 Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

🏠 Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

... (truncated)

Changelog

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

v7.27.1 (2025-04-30)

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@​JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@​JLHwung)
    • #17080 Fix start of TSParameterProperty (@​JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
  • babel-generator

💅 Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

🏠 Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • Other
  • babel-register
  • babel-cli, babel-compat-data, babel-core, babel-generator, babel-helper-compilation-targets, babel-helper-fixtures, babel-helper-module-imports, babel-helper-module-transforms, babel-helper-plugin-test-runner, babel-helper-transform-fixture-test-runner, babel-helpers, babel-node, babel-parser, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-plugin-transform-react-display-name, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-preset-env, babel-register, babel-standalone, babel-types
  • babel-plugin-transform-regenerator

... (truncated)

Commits

Updates @uiw/codemirror-extensions-langs from 4.23.10 to 4.23.12

Release notes

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

v4.23.12

Buy me a coffee

Documentation v4.23.12: https://raw.githack.com/uiwjs/react-codemirror/e780cd8/index.html
Comparing Changes: uiwjs/react-codemirror@v4.23.11...v4.23.12

npm i @uiw/react-codemirror@4.23.12
  • 🐞 fix: Fix ESM import in core package by adding .babelrc and babel-plugin-add-import-extension (#732) 9a5ce28 @​Shellishack
  • 🐞 fix: resolve ESM import issue in the package. #732 8ce4ceb @​jaywcjlove

v4.23.11

Buy me a coffee

Documentation v4.23.11: https://raw.githack.com/uiwjs/react-codemirror/4f9af7b/index.html
Comparing Changes: uiwjs/react-codemirror@v4.23.10...v4.23.11

npm i @uiw/react-codemirror@4.23.11
Commits
  • e365f7d released v4.23.12
  • 8ce4ceb fix: resolve ESM import issue in the package. #732
  • 9a5ce28 fix: Fix ESM import in core package by adding .babelrc and babel-plugin-add-i...
  • fe8e356 released v4.23.11 (#729)
  • d1271a6 fix(react-codemirror): Set correct module type in basic package (#729)
  • d6ee7f8 fix: Set correct module type in basic package (#729)
  • 3bf96a6 example: update nextjs example.
  • d589c09 website: fix example issue. #717
  • See full diff in compare view

Updates @uiw/codemirror-theme-github from 4.23.10 to 4.23.12

Release notes

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

v4.23.12

Buy me a coffee

Documentation v4.23.12: https://raw.githack.com/uiwjs/react-codemirror/e780cd8/index.html
Comparing Changes: uiwjs/react-codemirror@v4.23.11...v4.23.12

npm i @uiw/react-codemirror@4.23.12
  • 🐞 fix: Fix ESM import in core package by adding .babelrc and babel-plugin-add-import-extension (#732) 9a5ce28 @​Shellishack
  • 🐞 fix: resolve ESM import issue in the package. #732 8ce4ceb @​jaywcjlove

v4.23.11

Buy me a coffee

Documentation v4.23.11: https://raw.githack.com/uiwjs/react-codemirror/4f9af7b/index.html
Comparing Changes: uiwjs/react-codemirror@v4.23.10...v4.23.11

npm i @uiw/react-codemirror@4.23.11
Commits
  • e365f7d released v4.23.12
  • 8ce4ceb fix: resolve ESM import issue in the package. #732
  • 9a5ce28 fix: Fix ESM import in core package by adding .babelrc and babel-plugin-add-i...
  • fe8e356 released v4.23.11 (#729)
  • d1271a6 fix(react-codemirror): Set correct module type in basic package (#729)
  • d6ee7f8 fix: Set correct module type in basic package (#729)
  • 3bf96a6 example: update nextjs example.
  • d589c09 website: fix example issue. #717
  • See full diff in compare view

Updates @uiw/react-codemirror from 4.23.10 to 4.23.12

Release notes

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

v4.23.12

Buy me a coffee

Documentation v4.23.12: https://raw.githack.com/uiwjs/react-codemirror/e780cd8/index.html
Comparing Changes: uiwjs/react-codemirror@v4.23.11...v4.23.12

npm i @uiw/react-codemirror@4.23.12
  • 🐞 fix: Fix ESM import in core package by adding .babelrc and babel-plugin-add-import-extension (#732) 9a5ce28 @​Shellishack
  • 🐞 fix: resolve ESM import issue in the package. #732 8ce4ceb @​jaywcjlove

v4.23.11

Buy me a coffee

Documentation v4.23.11: https://raw.githack.com/uiwjs/react-codemirror/4f9af7b/index.html
Comparing Changes: uiwjs/react-codemirror@v4.23.10...v4.23.11

npm i @uiw/react-codemirror@4.23.11
Commits
  • e365f7d released v4.23.12
  • 8ce4ceb fix: resolve ESM import issue in the package. #732
  • 9a5ce28 fix: Fix ESM import in core package by adding .babelrc and babel-plugin-add-i...
  • fe8e356 released v4.23.11 (#729)
  • d1271a6 fix(react-codemirror): Set correct module type in basic package (#729)
  • d6ee7f8 fix: Set correct module type in basic package (#729)
  • 3bf96a6 example: update nextjs example.
  • d589c09 website: fix example issue. #717
  • See full diff in compare view

Updates @uiw/react-textarea-code-editor from 3.1.0 to 3.1.1

Release notes

Sourced from @​uiw/react-textarea-code-editor's releases.

v3.1.1

Buy me a coffee npm bundle size

Documentation v3.1.1: https://raw.githack.com/uiwjs/react-textarea-code-editor/f473fec/index.html
Comparing Changes: uiwjs/react-textarea-code-editor@v3.1.0...v3.1.1

npm i @uiw/react-textarea-code-editor@3.1.1
  • 🐞 fix: resolve ESM import issue in the package. c39842d @​jaywcjlove
Commits

Updates antd from 5.24.6 to 5.25.4

Release notes

Sourced from antd's releases.

5.25.4


5.25.3

  • 🐞 Fix Typography.Text delete property not updating. #53861 @​codingories
  • 🐞 Fix the Statistic.Timer as a subcomponent of Tooltip could not display text prompts properly. #53888 @​jin19980928
  • 🐞 Fix the style setting of the Upload component did not take effect in more types. #53877 @​QuentinHsu
  • 💄 Fix the residual focus style after clicking Tabs. #53901

  • 🐞 修复 Typography.Text delete 属性无法更新的问题。#53861 @​codingories
  • 🐞 修复 Statistic.Timer 组件作为 Tooltip 的子组件无法正常展示文字提示的问题。#53888 @​jin19980928
  • 🐞 修复 Upload 组件在更多类型时 style 设置未生效的问题。#53877 @​QuentinHsu
  • 💄 修复 Tabs 点击后有残留 focus 样式的问题。#53901

5.25.2


5.25.1

... (truncated)

Changelog

Sourced from antd's changelog.

5.25.4

2025-05-31

5.25.3

2025-05-26

  • 🐞 Fix Typography.Text delete property not updating. #53861 @​codingories
  • 🐞 Fix the Statistic.Timer as a subcomponent of Tooltip could not display text prompts properly. #53888 @​jin19980928
  • 🐞 Fix the style setting of the Upload component did not take effect in more types. #53877 @​QuentinHsu
  • 💄 Fix the residual focus style after clicking Tabs. #53901

5.25.2

2025-05-19

5.25.1

2025-05-09

5.25.0

2025-05-07

... (truncated)

Commits

Updates bootstrap from 5.3.3 to 5.3.6

Release notes

Sourced from bootstrap's releases.

v5.3.6

Highlights

  • Ported the docs from Hugo to Astro for our own sanity!
  • Added usage docs for Accordion JavaScript
  • Prevent .visually-hidden overflowing children to become focusable
  • Limit .card-group selectors to immediate children to fix some inheritance issues

Changes

New Contributors

... (truncated)

Commits

Updates markdown-to-jsx from 7.7.4 to 7.7.6

Release notes

Sourced from markdown-to-jsx's releases.

v7.7.6

Patch Changes

  • 654855b: Sanitize more attributes by default to help address XSS vectors.
  • 7639c08: Improve splitting of style attributes.

v7.7.5

Patch Changes

  • 0ddaabb: Remove unescaping of content inside fenced code blocks.
  • 07b4280: Better handle exotic backtick scenarios for inline code blocks.
  • 0dad192: Fix consecutive marked text.
Changelog

Sourced from markdown-to-jsx's changelog.

7.7.6

Patch Changes

  • 654855b: Sanitize more attributes by default to help address XSS vectors.
  • 7639c08: Improve splitting of style attributes.

7.7.5

Patch Changes

  • 0ddaabb: Remove unescaping of content inside fenced code blocks.
  • 07b4280: Better handle exotic backtick scenarios for inline code blocks.
  • 0dad192: Fix consecutive marked text.
Commits

Bumps the sub-major group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.26.3` | `7.27.1` |
| [@uiw/codemirror-extensions-langs](https://github.com/uiwjs/react-codemirror) | `4.23.10` | `4.23.12` |
| [@uiw/codemirror-theme-github](https://github.com/uiwjs/react-codemirror) | `4.23.10` | `4.23.12` |
| [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) | `4.23.10` | `4.23.12` |
| [@uiw/react-textarea-code-editor](https://github.com/uiwjs/react-textarea-code-editor) | `3.1.0` | `3.1.1` |
| [antd](https://github.com/ant-design/ant-design) | `5.24.6` | `5.25.4` |
| [bootstrap](https://github.com/twbs/bootstrap) | `5.3.3` | `5.3.6` |
| [markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx) | `7.7.4` | `7.7.6` |
| [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) | `2.10.9` | `2.10.10` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.26.9` | `7.27.2` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.2.0` | `16.3.0` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.11.0` | `28.12.0` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.4` | `7.37.5` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` | `5.8.3` |



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

Updates `@uiw/codemirror-extensions-langs` from 4.23.10 to 4.23.12
- [Release notes](https://github.com/uiwjs/react-codemirror/releases)
- [Commits](uiwjs/react-codemirror@v4.23.10...v4.23.12)

Updates `@uiw/codemirror-theme-github` from 4.23.10 to 4.23.12
- [Release notes](https://github.com/uiwjs/react-codemirror/releases)
- [Commits](uiwjs/react-codemirror@v4.23.10...v4.23.12)

Updates `@uiw/react-codemirror` from 4.23.10 to 4.23.12
- [Release notes](https://github.com/uiwjs/react-codemirror/releases)
- [Commits](uiwjs/react-codemirror@v4.23.10...v4.23.12)

Updates `@uiw/react-textarea-code-editor` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/uiwjs/react-textarea-code-editor/releases)
- [Commits](uiwjs/react-textarea-code-editor@v3.1.0...v3.1.1)

Updates `antd` from 5.24.6 to 5.25.4
- [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.24.6...5.25.4)

Updates `bootstrap` from 5.3.3 to 5.3.6
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](twbs/bootstrap@v5.3.3...v5.3.6)

Updates `markdown-to-jsx` from 7.7.4 to 7.7.6
- [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.4...v7.7.6)

Updates `react-bootstrap` from 2.10.9 to 2.10.10
- [Release notes](https://github.com/react-bootstrap/react-bootstrap/releases)
- [Changelog](https://github.com/react-bootstrap/react-bootstrap/blob/v2.10.10/CHANGELOG.md)
- [Commits](react-bootstrap/react-bootstrap@v2.10.9...v2.10.10)

Updates `@babel/preset-env` from 7.26.9 to 7.27.2
- [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.27.2/packages/babel-preset-env)

Updates `@testing-library/react` from 16.2.0 to 16.3.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.2.0...v16.3.0)

Updates `eslint-plugin-jest` from 28.11.0 to 28.12.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.11.0...v28.12.0)

Updates `eslint-plugin-react` from 7.37.4 to 7.37.5
- [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.4...v7.37.5)

Updates `typescript` from 5.8.2 to 5.8.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.2...v5.8.3)

---
updated-dependencies:
- dependency-name: "@babel/preset-react"
  dependency-version: 7.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sub-major
- dependency-name: "@uiw/codemirror-extensions-langs"
  dependency-version: 4.23.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sub-major
- dependency-name: "@uiw/codemirror-theme-github"
  dependency-version: 4.23.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sub-major
- dependency-name: "@uiw/react-codemirror"
  dependency-version: 4.23.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sub-major
- dependency-name: "@uiw/react-textarea-code-editor"
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sub-major
- dependency-name: antd
  dependency-version: 5.25.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sub-major
- dependency-name: bootstrap
  dependency-version: 5.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sub-major
- dependency-name: markdown-to-jsx
  dependency-version: 7.7.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sub-major
- dependency-name: react-bootstrap
  dependency-version: 2.10.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sub-major
- dependency-name: "@babel/preset-env"
  dependency-version: 7.27.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sub-major
- dependency-name: "@testing-library/react"
  dependency-version: 16.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sub-major
- dependency-name: eslint-plugin-jest
  dependency-version: 28.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sub-major
- dependency-name: eslint-plugin-react
  dependency-version: 7.37.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: sub-major
- dependency-name: typescript
  dependency-version: 5.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: sub-major
...

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 Jun 1, 2025
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
policyengine-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 1, 2025 10:21am

@anth-volk anth-volk merged commit eddee44 into master Jun 5, 2025
4 checks passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in policyengine-app Jun 5, 2025
@anth-volk anth-volk deleted the dependabot/npm_and_yarn/sub-major-ce1d9e9957 branch June 5, 2025 23:26
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