chore(website deps): bump the npm_and_yarn group across 1 directory with 31 updates#25336
chore(website deps): bump the npm_and_yarn group across 1 directory with 31 updates#25336dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 17ad190fa5
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "tailwindcss": "^2.2.4", | ||
| "tocbot": "^4.12.2", | ||
| "regenerator-runtime": "^0.14.1", | ||
| "tailwindcss": "^4.2.4", |
There was a problem hiding this comment.
Revert Tailwind v4 bump until migration changes are added
Upgrading tailwindcss to ^4.2.4 here introduces a breaking mismatch with the current site pipeline: website/postcss.config.js still loads tailwindcss directly as a PostCSS plugin and website/assets/css/style.css still uses v3-era @tailwind directives, while Tailwind v4 requires the new PostCSS package/migration path and config updates. In this state, make serve/production CSS builds can fail (or silently drop expected styling/config behavior), so this dependency bump needs to be paired with the Tailwind v4 migration changes rather than landed alone.
Useful? React with 👍 / 👎.
17ad190 to
02cabc5
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 02cabc513e
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "@datadog/browser-logs": "^7.0.0", | ||
| "@datadog/browser-rum": "^7.0.0", |
There was a problem hiding this comment.
Keep Datadog SDK major bump aligned with init options
This updates @datadog/browser-rum/@datadog/browser-logs to ^7.0.0, but website/assets/js/dd-browser-logs-rum.js still initializes both SDKs with internalAnalyticsSubdomain (lines 24 and 38), an option no longer present in the v7 init configuration APIs. That means the site will silently drop this routing setting after the upgrade, changing telemetry delivery behavior in preview/production and risking missing or misrouted browser RUM/log events unless the init config is migrated with the version bump.
Useful? React with 👍 / 👎.
…ith 31 updates Bumps the npm_and_yarn group with 31 updates in the /website directory: | Package | From | To | | --- | --- | --- | | [@algolia/autocomplete-js](https://github.com/algolia/autocomplete) | `1.19.4` | `1.19.8` | | [@algolia/autocomplete-theme-classic](https://github.com/algolia/autocomplete) | `1.19.4` | `1.19.8` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.28.3` | `7.28.6` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.28.5` | `7.29.0` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.28.5` | `7.29.5` | | [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.28.4` | `7.29.2` | | [@datadog/browser-logs](https://github.com/DataDog/browser-sdk/tree/HEAD/packages/logs) | `4.50.1` | `7.0.0` | | [@datadog/browser-rum](https://github.com/DataDog/browser-sdk/tree/HEAD/packages/rum) | `4.50.1` | `7.0.0` | | [@fullhuman/postcss-purgecss](https://github.com/FullHuman/purgecss) | `4.1.3` | `8.0.0` | | [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) | `0.3.4` | `0.5.11` | | [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography) | `0.4.1` | `0.5.19` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.3` | `25.6.0` | | [alpinejs](https://github.com/alpinejs/alpine/tree/HEAD/packages/alpinejs) | `2.8.2` | `3.15.12` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.23` | `10.5.0` | | [chalk](https://github.com/chalk/chalk) | `4.1.2` | `5.6.2` | | [cheerio](https://github.com/cheeriojs/cheerio) | `1.1.2` | `1.2.0` | | [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) | `3.47.0` | `3.49.0` | | [domhandler](https://github.com/fb55/domhandler) | `4.3.1` | `6.0.1` | | [dotenv-defaults](https://github.com/mrsteele/dotenv-defaults) | `2.0.2` | `6.0.0` | | [downshift](https://github.com/downshift-js/downshift) | `6.1.12` | `9.3.2` | | [glob-promise](https://github.com/ahmadnassri/node-glob-promise) | `4.2.2` | `6.0.7` | | [postcss-cli](https://github.com/postcss/postcss-cli) | `8.3.1` | `11.0.1` | | [postcss-import](https://github.com/postcss/postcss-import) | `14.1.0` | `16.1.1` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.3` | `19.2.5` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.3` | `19.2.5` | | [regenerator-runtime](https://github.com/facebook/regenerator) | `0.13.11` | `0.14.1` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `2.2.19` | `4.2.4` | | [tocbot](https://github.com/tscanlin/tocbot) | `4.36.4` | `4.36.6` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.3` | | [typesense](https://github.com/typesense/typesense-js) | `1.8.2` | `3.0.6` | | [prettier](https://github.com/prettier/prettier) | `3.7.4` | `3.8.3` | Updates `@algolia/autocomplete-js` from 1.19.4 to 1.19.8 - [Release notes](https://github.com/algolia/autocomplete/releases) - [Changelog](https://github.com/algolia/autocomplete/blob/next/CHANGELOG.md) - [Commits](algolia/autocomplete@v1.19.4...v1.19.8) Updates `@algolia/autocomplete-theme-classic` from 1.19.4 to 1.19.8 - [Release notes](https://github.com/algolia/autocomplete/releases) - [Changelog](https://github.com/algolia/autocomplete/blob/next/CHANGELOG.md) - [Commits](algolia/autocomplete@v1.19.4...v1.19.8) Updates `@babel/cli` from 7.28.3 to 7.28.6 - [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.6/packages/babel-cli) Updates `@babel/core` from 7.28.5 to 7.29.0 - [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.29.0/packages/babel-core) Updates `@babel/preset-env` from 7.28.5 to 7.29.5 - [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.29.5/packages/babel-preset-env) Updates `@babel/runtime` from 7.28.4 to 7.29.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.29.2/packages/babel-runtime) Updates `@datadog/browser-logs` from 4.50.1 to 7.0.0 - [Release notes](https://github.com/DataDog/browser-sdk/releases) - [Changelog](https://github.com/DataDog/browser-sdk/blob/v7.0.0/CHANGELOG.md) - [Commits](https://github.com/DataDog/browser-sdk/commits/v7.0.0/packages/logs) Updates `@datadog/browser-rum` from 4.50.1 to 7.0.0 - [Release notes](https://github.com/DataDog/browser-sdk/releases) - [Changelog](https://github.com/DataDog/browser-sdk/blob/v7.0.0/CHANGELOG.md) - [Commits](https://github.com/DataDog/browser-sdk/commits/v7.0.0/packages/rum) Updates `@fullhuman/postcss-purgecss` from 4.1.3 to 8.0.0 - [Release notes](https://github.com/FullHuman/purgecss/releases) - [Changelog](https://github.com/FullHuman/purgecss/blob/main/CHANGELOG.md) - [Commits](FullHuman/purgecss@v4.1.3...v8.0.0) Updates `@tailwindcss/forms` from 0.3.4 to 0.5.11 - [Release notes](https://github.com/tailwindlabs/tailwindcss-forms/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-forms/blob/main/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss-forms@v0.3.4...v0.5.11) Updates `@tailwindcss/typography` from 0.4.1 to 0.5.19 - [Release notes](https://github.com/tailwindlabs/tailwindcss-typography/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/main/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss-typography@v0.4.1...v0.5.19) Updates `@types/node` from 25.0.3 to 25.6.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `alpinejs` from 2.8.2 to 3.15.12 - [Release notes](https://github.com/alpinejs/alpine/releases) - [Commits](https://github.com/alpinejs/alpine/commits/v3.15.12/packages/alpinejs) Updates `autoprefixer` from 10.4.23 to 10.5.0 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.4.23...10.5.0) Updates `chalk` from 4.1.2 to 5.6.2 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](chalk/chalk@v4.1.2...v5.6.2) Updates `cheerio` from 1.1.2 to 1.2.0 - [Release notes](https://github.com/cheeriojs/cheerio/releases) - [Commits](cheeriojs/cheerio@v1.1.2...v1.2.0) Updates `core-js` from 3.47.0 to 3.49.0 - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.49.0/packages/core-js) Updates `domhandler` from 4.3.1 to 6.0.1 - [Release notes](https://github.com/fb55/domhandler/releases) - [Commits](fb55/domhandler@v4.3.1...v6.0.1) Updates `dotenv-defaults` from 2.0.2 to 6.0.0 - [Release notes](https://github.com/mrsteele/dotenv-defaults/releases) - [Commits](mrsteele/dotenv-defaults@v2.0.2...v6.0.0) Updates `downshift` from 6.1.12 to 9.3.2 - [Release notes](https://github.com/downshift-js/downshift/releases) - [Changelog](https://github.com/downshift-js/downshift/blob/master/CHANGELOG.md) - [Commits](downshift-js/downshift@v6.1.12...v9.3.2) Updates `glob-promise` from 4.2.2 to 6.0.7 - [Release notes](https://github.com/ahmadnassri/node-glob-promise/releases) - [Commits](ahmadnassri/node-glob-promise@v4.2.2...v6.0.7) Updates `postcss-cli` from 8.3.1 to 11.0.1 - [Release notes](https://github.com/postcss/postcss-cli/releases) - [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md) - [Commits](postcss/postcss-cli@8.3.1...11.0.1) Updates `postcss-import` from 14.1.0 to 16.1.1 - [Release notes](https://github.com/postcss/postcss-import/releases) - [Changelog](https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md) - [Commits](postcss/postcss-import@14.1.0...16.1.1) Updates `react` from 19.2.3 to 19.2.5 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react) Updates `react-dom` from 19.2.3 to 19.2.5 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react-dom) Updates `regenerator-runtime` from 0.13.11 to 0.14.1 - [Release notes](https://github.com/facebook/regenerator/releases) - [Commits](https://github.com/facebook/regenerator/compare/regenerator-runtime@0.13.11...regenerator-runtime@0.14.1) Updates `tailwindcss` from 2.2.19 to 4.2.4 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.4/packages/tailwindcss) Updates `tocbot` from 4.36.4 to 4.36.6 - [Release notes](https://github.com/tscanlin/tocbot/releases) - [Changelog](https://github.com/tscanlin/tocbot/blob/master/CHANGELOG.md) - [Commits](tscanlin/tocbot@v4.36.4...v4.36.6) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.3) Updates `typesense` from 1.8.2 to 3.0.6 - [Release notes](https://github.com/typesense/typesense-js/releases) - [Commits](typesense/typesense-js@v1.8.2...v3.0.6) Updates `prettier` from 3.7.4 to 3.8.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.7.4...3.8.3) --- updated-dependencies: - dependency-name: "@algolia/autocomplete-js" dependency-version: 1.19.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm_and_yarn - dependency-name: "@algolia/autocomplete-theme-classic" dependency-version: 1.19.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm_and_yarn - dependency-name: "@babel/cli" dependency-version: 7.28.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm_and_yarn - dependency-name: "@babel/core" dependency-version: 7.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm_and_yarn - dependency-name: "@babel/preset-env" dependency-version: 7.29.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm_and_yarn - dependency-name: "@babel/runtime" dependency-version: 7.29.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm_and_yarn - dependency-name: "@datadog/browser-logs" dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm_and_yarn - dependency-name: "@datadog/browser-rum" dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm_and_yarn - dependency-name: "@fullhuman/postcss-purgecss" dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm_and_yarn - dependency-name: "@tailwindcss/forms" dependency-version: 0.5.11 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm_and_yarn - dependency-name: "@tailwindcss/typography" dependency-version: 0.5.19 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm_and_yarn - dependency-name: "@types/node" dependency-version: 25.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm_and_yarn - dependency-name: alpinejs dependency-version: 3.15.12 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm_and_yarn - dependency-name: autoprefixer dependency-version: 10.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm_and_yarn - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm_and_yarn - dependency-name: cheerio dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm_and_yarn - dependency-name: core-js dependency-version: 3.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm_and_yarn - dependency-name: domhandler dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm_and_yarn - dependency-name: dotenv-defaults dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm_and_yarn - dependency-name: downshift dependency-version: 9.3.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm_and_yarn - dependency-name: glob-promise dependency-version: 6.0.7 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm_and_yarn - dependency-name: postcss-cli dependency-version: 11.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm_and_yarn - dependency-name: postcss-import dependency-version: 16.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm_and_yarn - dependency-name: prettier dependency-version: 3.8.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm_and_yarn - dependency-name: react dependency-version: 19.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm_and_yarn - dependency-name: react-dom dependency-version: 19.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm_and_yarn - dependency-name: regenerator-runtime dependency-version: 0.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm_and_yarn - dependency-name: tailwindcss dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm_and_yarn - dependency-name: tocbot dependency-version: 4.36.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm_and_yarn - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm_and_yarn - dependency-name: typesense dependency-version: 3.0.6 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
02cabc5 to
29194b3
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 29194b353d
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "@types/topojson-specification": "^1.0.1", | ||
| "alpinejs": "^2.8.2", | ||
| "autoprefixer": "^10.2.5", | ||
| "alpinejs": "^3.15.12", |
There was a problem hiding this comment.
Revert AlpineJS v3 bump until bootstrap is migrated
Bumping alpinejs from v2 to v3 here breaks the current site runtime because the existing bootstrap (website/assets/js/app.js) still uses the v2 side-effect import pattern (import 'alpinejs') and never calls Alpine.start(). In v3’s npm integration, Alpine must be explicitly started, so interactive directives (x-data, x-show, toggles, tabs, mobile nav) will not initialize in preview/production unless the app bootstrap is updated together with this dependency change.
Useful? React with 👍 / 👎.
Bumps the npm_and_yarn group with 31 updates in the /website directory:
1.19.41.19.81.19.41.19.87.28.37.28.67.28.57.29.07.28.57.29.57.28.47.29.24.50.17.0.04.50.17.0.04.1.38.0.00.3.40.5.110.4.10.5.1925.0.325.6.02.8.23.15.1210.4.2310.5.04.1.25.6.21.1.21.2.03.47.03.49.04.3.16.0.12.0.26.0.06.1.129.3.24.2.26.0.78.3.111.0.114.1.016.1.119.2.319.2.519.2.319.2.50.13.110.14.12.2.194.2.44.36.44.36.65.9.36.0.31.8.23.0.63.7.43.8.3Updates
@algolia/autocomplete-jsfrom 1.19.4 to 1.19.8Release notes
Sourced from @algolia/autocomplete-js's releases.
Changelog
Sourced from @algolia/autocomplete-js's changelog.
Commits
a5f3270chore: release v1.19.8 (#1345)e0928ddchore(deps): update shipjs (#1346)22d6019fix(styling): revert 1.19.7 (#1344)2550860chore: bump node version from 14 to 22 (#1340)dff4289chore: release v1.19.7 (#1337)4916566fix: panel position in scrolled container #763 (#1338)8d4b512fix: panel position in positioned container (#763) (#1336)c67126bchore: release v1.19.6 (#1334)88dfc58fix(core): only use standard scrollIntoView function for auto-scroll (#1333)18c32fdchore: release v1.19.5 (#1332)Updates
@algolia/autocomplete-theme-classicfrom 1.19.4 to 1.19.8Release notes
Sourced from @algolia/autocomplete-theme-classic's releases.
Changelog
Sourced from @algolia/autocomplete-theme-classic's changelog.
Commits
a5f3270chore: release v1.19.8 (#1345)e0928ddchore(deps): update shipjs (#1346)22d6019fix(styling): revert 1.19.7 (#1344)2550860chore: bump node version from 14 to 22 (#1340)dff4289chore: release v1.19.7 (#1337)4916566fix: panel position in scrolled container #763 (#1338)8d4b512fix: panel position in positioned container (#763) (#1336)c67126bchore: release v1.19.6 (#1334)88dfc58fix(core): only use standard scrollIntoView function for auto-scroll (#1333)18c32fdchore: release v1.19.5 (#1332)Updates
@babel/clifrom 7.28.3 to 7.28.6Release notes
Sourced from @babel/cli's releases.
... (truncated)
Commits
d7f4008v7.28.699dcba5chore: enable some ts-eslint rules (#17592)d9fa9c5[Babel 8]: Bump glob to v12 (#17594)c92c491Improve Unicode handling in code-frame tokenizer (#17589)83964de[Babel 8] chore: bump glob to v11 (#17590)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@babel/clisince your current version.Updates
@babel/corefrom 7.28.5 to 7.29.0Release notes
Sourced from @babel/core's releases.
... (truncated)
Commits
aa8394ev7.29.0ad0d03f[7.x backport] feat: Allow specifying startLine in code frame (#17739)d7f4008v7.28.6e130225Polish(standalone): improve message on invalid preset/plugin (#17606)99dcba5chore: enable some ts-eslint rules (#17592)c92c491Improve Unicode handling in code-frame tokenizer (#17589)d725e39AddBABEL_7_TO_8_DANGEROUSLY_DISABLE_VERSION_CHECK(#17569)c1b55f6Useeslint.config.mts(#17573)Updates
@babel/preset-envfrom 7.28.5 to 7.29.5Release notes
Sourced from @babel/preset-env's releases.
... (truncated)
Commits
3cd910dv7.29.53d399f8[7.x backport]docs(preset-env): update CONTRIBUTING.md (#17976)183db7bv7.29.3268f246Add bugfix plugin for Safari array rest destructuring bug (#17788)f8524d8Update compat data (#17686)37d5595v7.29.21c0a08d[7.x backport] fix: Properly handle await in finally (#17805)061bf95[7.x backport] preset-env include/exclude should accept bugfix plugins (#17789)aa8394ev7.29.00053db6Update polyfill packages (#17727)Updates
@babel/runtimefrom 7.28.4 to 7.29.2Release notes
Sourced from @babel/runtime's releases.
... (truncated)
Commits
37d5595v7.29.2d7f4008v7.28.6Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@babel/runtimesince your current version.Updates
@datadog/browser-logsfrom 4.50.1 to 7.0.0Release notes
Sourced from @datadog/browser-logs's releases.
... (truncated)
Changelog
Sourced from @datadog/browser-logs's changelog.
... (truncated)
Commits