Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2025

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

Package From To
@auth0/auth0-react 2.3.0 2.4.0
@testing-library/dom 10.4.0 10.4.1
@uiw/codemirror-extensions-langs 4.23.14 4.25.1
@uiw/codemirror-theme-github 4.23.14 4.25.1
@uiw/react-codemirror 4.23.14 4.25.1
antd 5.26.3 5.27.1
bootstrap 5.3.7 5.3.8
dayjs 1.11.13 1.11.18
markdown-to-jsx 7.7.10 7.7.13
yup 1.6.1 1.7.0
@babel/preset-env 7.27.2 7.28.3
@testing-library/jest-dom 6.6.3 6.8.0
typescript 5.8.3 5.9.2

Updates @auth0/auth0-react from 2.3.0 to 2.4.0

Release notes

Sourced from @​auth0/auth0-react's releases.

v2.4.0

Added

Fixed

Changelog

Sourced from @​auth0/auth0-react's changelog.

v2.4.0 (2025-07-22)

Full Changelog

Added

Fixed

Commits
  • 64c0fb2 Release v2.4.0 (#865)
  • 7e0583a Bump @​typescript-eslint/eslint-plugin from 8.36.0 to 8.37.0 (#862)
  • 43825e3 Bump @​auth0/auth0-spa-js from 2.2.0 to 2.3.0 (#858)
  • ff74518 feat: Upgrade core dependencies and regenerate documentation (#856)
  • 4630a16 fix/cypress (#857)
  • 9a10c78 Add Skip the Auth0 login page to FAQ (#815)
  • 93aa7d6 Enhance type safety in Auth0Provider and reducer by introducing generic user ...
  • 44477f8 refactor: streamline dependency installation by removing artifact restoration...
  • See full diff in compare view

Updates @testing-library/dom from 10.4.0 to 10.4.1

Release notes

Sourced from @​testing-library/dom's releases.

v10.4.1

10.4.1 (2025-07-27)

Bug Fixes

Commits

Updates @uiw/codemirror-extensions-langs from 4.23.14 to 4.25.1

Release notes

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

v4.25.1

Buy me a coffee

Documentation v4.25.1: https://raw.githack.com/uiwjs/react-codemirror/0eebca2/index.html
Comparing Changes: uiwjs/react-codemirror@v4.25.0...v4.25.1

v4.25.0

Buy me a coffee

Documentation v4.25.0: https://raw.githack.com/uiwjs/react-codemirror/b6a0ef9/index.html
Comparing Changes: uiwjs/react-codemirror@v4.24.2...v4.25.0

The package @uiw/codemirror-extensions-langs returns syntax highlighting extensions based on file extensions.

import { loadLanguage, langNames, langs } from '@uiw/codemirror-extensions-langs';

langs.js();


langs.javascript();

v4.24.2

Buy me a coffee

Documentation v4.24.2: https://raw.githack.com/uiwjs/react-codemirror/a461727/index.html
Comparing Changes: uiwjs/react-codemirror@v4.24.1...v4.24.2

v4.24.1

... (truncated)

Commits

Updates @uiw/codemirror-theme-github from 4.23.14 to 4.25.1

Release notes

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

v4.25.1

Buy me a coffee

Documentation v4.25.1: https://raw.githack.com/uiwjs/react-codemirror/0eebca2/index.html
Comparing Changes: uiwjs/react-codemirror@v4.25.0...v4.25.1

v4.25.0

Buy me a coffee

Documentation v4.25.0: https://raw.githack.com/uiwjs/react-codemirror/b6a0ef9/index.html
Comparing Changes: uiwjs/react-codemirror@v4.24.2...v4.25.0

The package @uiw/codemirror-extensions-langs returns syntax highlighting extensions based on file extensions.

import { loadLanguage, langNames, langs } from '@uiw/codemirror-extensions-langs';

langs.js();


langs.javascript();

v4.24.2

Buy me a coffee

Documentation v4.24.2: https://raw.githack.com/uiwjs/react-codemirror/a461727/index.html
Comparing Changes: uiwjs/react-codemirror@v4.24.1...v4.24.2

v4.24.1

... (truncated)

Commits

Updates @uiw/react-codemirror from 4.23.14 to 4.25.1

Release notes

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

v4.25.1

Buy me a coffee

Documentation v4.25.1: https://raw.githack.com/uiwjs/react-codemirror/0eebca2/index.html
Comparing Changes: uiwjs/react-codemirror@v4.25.0...v4.25.1

v4.25.0

Buy me a coffee

Documentation v4.25.0: https://raw.githack.com/uiwjs/react-codemirror/b6a0ef9/index.html
Comparing Changes: uiwjs/react-codemirror@v4.24.2...v4.25.0

The package @uiw/codemirror-extensions-langs returns syntax highlighting extensions based on file extensions.

import { loadLanguage, langNames, langs } from '@uiw/codemirror-extensions-langs';

langs.js();


langs.javascript();

v4.24.2

Buy me a coffee

Documentation v4.24.2: https://raw.githack.com/uiwjs/react-codemirror/a461727/index.html
Comparing Changes: uiwjs/react-codemirror@v4.24.1...v4.24.2

v4.24.1

... (truncated)

Commits

Updates antd from 5.26.3 to 5.27.1

Release notes

Sourced from antd's releases.

5.27.1


  • 🐞 修复 Form 嵌套场景下,父级 Form.Item 的 status 会传递给子级 noStyle Form.Item 的问题。#54715 @​zombieJ
  • 🐞 修复 Table 组件的头部 Checkbox 会出现闪烁的问题。#54713 @​QdabuliuQ
  • 💄 优化 Collapse 可点击展开区域的鼠标样式以优化用户体验。#54706 @​Copilot
  • 🐞 修复 Pagination simple 样式下,按钮和输入框的尺寸异常问题。#54652 @​guoyunhe
  • 🌐 添加越南语支持。#54644 @​doandevhere

5.27.0


  • ConfigProvider

... (truncated)

Changelog

Sourced from antd's changelog.

5.27.1

2025-08-19

5.27.0

2025-08-11

5.26.7

... (truncated)

Commits

Updates bootstrap from 5.3.7 to 5.3.8

Release notes

Sourced from bootstrap's releases.

v5.3.8

What's Changed

Dependencies

New Contributors

Full Changelog: twbs/bootstrap@v5.3.7...v5.3.8

Commits

Updates dayjs from 1.11.13 to 1.11.18

Release notes

Sourced from dayjs's releases.

v1.11.18

1.11.18 (2025-08-30)

Bug Fixes

  • error semantic-release dependency (8cfb313)

v1.11.17

1.11.17 (2025-08-29)

Bug Fixes

  • [en-AU] locale use the same ordinal as moment (#2878) (1b95ecd)

v1.11.16

1.11.16 (2025-08-29)

Bug Fixes

  • test release workflow (no code changes) (c38c428)

v1.11.15

1.11.15 (2025-08-28)

Bug Fixes

  • Fix misspellings in Irish or Irish Gaelic [ga] (#2861) (9c14a42)

v1.11.14

1.11.14 (2025-08-27)

Bug Fixes

  • .utcOffset(0, true) result and its clone are different bug (#2505) (fefdcd4)
Changelog

Sourced from dayjs's changelog.

1.11.18 (2025-08-30)

Bug Fixes

  • error semantic-release dependency (8cfb313)

1.11.17 (2025-08-29)

Bug Fixes

  • [en-AU] locale use the same ordinal as moment (#2878) (1b95ecd)

1.11.16 (2025-08-29)

Bug Fixes

  • test release workflow (no code changes) (c38c428)

1.11.15 (2025-08-28)

Bug Fixes

  • Fix misspellings in Irish or Irish Gaelic [ga] (#2861) (9c14a42)

1.11.14 (2025-08-27)

Bug Fixes

  • .utcOffset(0, true) result and its clone are different bug (#2505) (fefdcd4)
Commits

Updates markdown-to-jsx from 7.7.10 to 7.7.13

Release notes

Sourced from markdown-to-jsx's releases.

v7.7.13

Patch Changes

  • da003e4: Fix exponential backtracking issue for unpaired inline delimiter sequences.

v7.7.12

Patch Changes

  • 4351ef5: Adjust text parsing to not split on double spaces unless followed by a newline.
  • 4351ef5: Special case detection of :shortcode: so the text processor doesn't break it into chunks, enables shortcode replacement via renderRule.

v7.7.11

Patch Changes

  • 4a692dc: Fixes the issue where link text containing multiple nested brackets is not parsed correctly.

    Before: [title[bracket1][bracket2]](https://github.com/quantizor/markdown-to-jsx/blob/HEAD/url) fails to parse as a link After: [title[bracket1][bracket2]](https://github.com/quantizor/markdown-to-jsx/blob/HEAD/url) correctly parses as a link

Changelog

Sourced from markdown-to-jsx's changelog.

7.7.13

Patch Changes

  • da003e4: Fix exponential backtracking issue for unpaired inline delimiter sequences.

7.7.12

Patch Changes

  • 4351ef5: Adjust text parsing to not split on double spaces unless followed by a newline.
  • 4351ef5: Special case detection of :shortcode: so the text processor doesn't break it into chunks, enables shortcode replacement via renderRule.

7.7.11

Patch Changes

  • 4a692dc: Fixes the issue where link text containing multiple nested brackets is not parsed correctly.

    Before: [title[bracket1][bracket2]](https://github.com/quantizor/markdown-to-jsx/blob/main/url) fails to parse as a link After: [title[bracket1][bracket2]](https://github.com/quantizor/markdown-to-jsx/blob/main/url) correctly parses as a link

Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 2, 2025
Copy link

vercel bot commented Sep 2, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
policyengine-app Ready Ready Preview Comment Oct 1, 2025 10:10am

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

| Package | From | To |
| --- | --- | --- |
| [@auth0/auth0-react](https://github.com/auth0/auth0-react) | `2.3.0` | `2.4.0` |
| [@testing-library/dom](https://github.com/testing-library/dom-testing-library) | `10.4.0` | `10.4.1` |
| [@uiw/codemirror-extensions-langs](https://github.com/uiwjs/react-codemirror) | `4.23.14` | `4.25.1` |
| [@uiw/codemirror-theme-github](https://github.com/uiwjs/react-codemirror) | `4.23.14` | `4.25.1` |
| [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) | `4.23.14` | `4.25.1` |
| [antd](https://github.com/ant-design/ant-design) | `5.26.3` | `5.27.1` |
| [bootstrap](https://github.com/twbs/bootstrap) | `5.3.7` | `5.3.8` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.13` | `1.11.18` |
| [markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx) | `7.7.10` | `7.7.13` |
| [yup](https://github.com/jquense/yup) | `1.6.1` | `1.7.0` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.27.2` | `7.28.3` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.6.3` | `6.8.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` |



Updates `@auth0/auth0-react` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/auth0/auth0-react/releases)
- [Changelog](https://github.com/auth0/auth0-react/blob/main/CHANGELOG.md)
- [Commits](auth0/auth0-react@v2.3.0...v2.4.0)

Updates `@testing-library/dom` from 10.4.0 to 10.4.1
- [Release notes](https://github.com/testing-library/dom-testing-library/releases)
- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/dom-testing-library@v10.4.0...v10.4.1)

Updates `@uiw/codemirror-extensions-langs` from 4.23.14 to 4.25.1
- [Release notes](https://github.com/uiwjs/react-codemirror/releases)
- [Commits](uiwjs/react-codemirror@v4.23.14...v4.25.1)

Updates `@uiw/codemirror-theme-github` from 4.23.14 to 4.25.1
- [Release notes](https://github.com/uiwjs/react-codemirror/releases)
- [Commits](uiwjs/react-codemirror@v4.23.14...v4.25.1)

Updates `@uiw/react-codemirror` from 4.23.14 to 4.25.1
- [Release notes](https://github.com/uiwjs/react-codemirror/releases)
- [Commits](uiwjs/react-codemirror@v4.23.14...v4.25.1)

Updates `antd` from 5.26.3 to 5.27.1
- [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.26.3...5.27.1)

Updates `bootstrap` from 5.3.7 to 5.3.8
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](twbs/bootstrap@v5.3.7...v5.3.8)

Updates `dayjs` from 1.11.13 to 1.11.18
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.18/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.13...v1.11.18)

Updates `markdown-to-jsx` from 7.7.10 to 7.7.13
- [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.10...v7.7.13)

Updates `yup` from 1.6.1 to 1.7.0
- [Release notes](https://github.com/jquense/yup/releases)
- [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md)
- [Commits](jquense/yup@v1.6.1...v1.7.0)

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

Updates `@testing-library/jest-dom` from 6.6.3 to 6.8.0
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.6.3...v6.8.0)

Updates `typescript` from 5.8.3 to 5.9.2
- [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.3...v5.9.2)

---
updated-dependencies:
- dependency-name: "@auth0/auth0-react"
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sub-major
- dependency-name: "@testing-library/dom"
  dependency-version: 10.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sub-major
- dependency-name: "@uiw/codemirror-extensions-langs"
  dependency-version: 4.25.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sub-major
- dependency-name: "@uiw/codemirror-theme-github"
  dependency-version: 4.25.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sub-major
- dependency-name: "@uiw/react-codemirror"
  dependency-version: 4.25.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sub-major
- dependency-name: antd
  dependency-version: 5.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sub-major
- dependency-name: bootstrap
  dependency-version: 5.3.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sub-major
- dependency-name: dayjs
  dependency-version: 1.11.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sub-major
- dependency-name: markdown-to-jsx
  dependency-version: 7.7.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sub-major
- dependency-name: yup
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sub-major
- dependency-name: "@babel/preset-env"
  dependency-version: 7.28.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sub-major
- dependency-name: "@testing-library/jest-dom"
  dependency-version: 6.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sub-major
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sub-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sub-major-c7a4d0331b branch from 2687857 to 30dd00c Compare October 1, 2025 10:07
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: Todo
Development

Successfully merging this pull request may close these issues.

0 participants