chore(deps): bump the monorepo-dependencies group across 1 directory with 6 updates#3
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Conversation
…with 6 updates Bumps the monorepo-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.3.14` | `2.4.4` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.2.3` | `25.3.0` | | [preact](https://github.com/preactjs/preact) | `10.28.3` | `10.28.4` | | [turbo](https://github.com/vercel/turborepo) | `2.8.6` | `2.8.11` | | [preact-render-to-string](https://github.com/preactjs/preact-render-to-string) | `6.6.5` | `6.6.6` | | [es-module-lexer](https://github.com/guybedford/es-module-lexer) | `1.7.0` | `2.0.0` | Updates `@biomejs/biome` from 2.3.14 to 2.4.4 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.4/packages/@biomejs/biome) Updates `@types/node` from 25.2.3 to 25.3.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `preact` from 10.28.3 to 10.28.4 - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](preactjs/preact@10.28.3...10.28.4) Updates `turbo` from 2.8.6 to 2.8.11 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md) - [Commits](vercel/turborepo@v2.8.6...v2.8.11) Updates `preact-render-to-string` from 6.6.5 to 6.6.6 - [Release notes](https://github.com/preactjs/preact-render-to-string/releases) - [Changelog](https://github.com/preactjs/preact-render-to-string/blob/main/CHANGELOG.md) - [Commits](preactjs/preact-render-to-string@v6.6.5...v6.6.6) Updates `es-module-lexer` from 1.7.0 to 2.0.0 - [Release notes](https://github.com/guybedford/es-module-lexer/releases) - [Commits](guybedford/es-module-lexer@1.7.0...2.0.0) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.4.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: monorepo-dependencies - dependency-name: "@types/node" dependency-version: 25.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: monorepo-dependencies - dependency-name: preact dependency-version: 10.28.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: monorepo-dependencies - dependency-name: turbo dependency-version: 2.8.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: monorepo-dependencies - dependency-name: preact-render-to-string dependency-version: 6.6.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: monorepo-dependencies - dependency-name: es-module-lexer dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: monorepo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the monorepo-dependencies group with 6 updates in the / directory:
2.3.142.4.425.2.325.3.010.28.310.28.42.8.62.8.116.6.56.6.61.7.02.0.0Updates
@biomejs/biomefrom 2.3.14 to 2.4.4Release notes
Sourced from
@biomejs/biome's releases.... (truncated)
Changelog
Sourced from
@biomejs/biome's changelog.... (truncated)
Commits
6c296eaci: release (#9160)312b6dbci: release (#9116)b99e7dbci: release (#9104)4a5ff40feat(lint): add Playwright ESLint rules (#8960)5153f2fci: release (#9094)4cc531cchore: docs that break website (#9077)bf6e5f9ci: release (#9045)e014336feat: promote rules for v2.4 (#9011)7e33fd5Merge remote-tracking branch 'origin/main' into nextdf21006ci: release (#8973)Updates
@types/nodefrom 25.2.3 to 25.3.0Commits
Updates
preactfrom 10.28.3 to 10.28.4Release notes
Sourced from preact's releases.
Commits
b4f9cab10.28.4 (#5027)8cbed5fFix crash where a synchronous effect render unmounts the tree (#5026)4ac7204Core size optimizations (#5022)e02fd69Make forEach --> some (#5021)387d8f2refactor(diff): make oldProps diffing more compact (#5004) (#5019)084b75fTransform forEach to some and consolidate condition (#5020)3c8506dLand size optimization separately (#5018)Updates
turbofrom 2.8.6 to 2.8.11Release notes
Sourced from turbo's releases.
... (truncated)
Commits
7b998depublish 2.8.11 to registry60ee91efix: Restore daemon client inRunCacheforturbo watch(#11995)6d0247frelease(turborepo): 2.8.11-canary.29 (#11996)7e48e24fix: Use versioned schema URLs in Turborepo skill files (#11994)5793b0arelease(turborepo): 2.8.11-canary.28 (#11993)71ca25cfix: Disable husky pre-push hook in release workflow (#11992)2365307fix: Disable husky pre-push hook during release staging (#11991)fd15d24fix(docs): update sitemap.md to single-line pipe-delimited format (#11976)6bc216bdocs: Mention inputs key in package hash inputs table (#11990)b1d5ec2docs: Fix same-page anchor links that don't scroll to target (#11989)Updates
preact-render-to-stringfrom 6.6.5 to 6.6.6Release notes
Sourced from preact-render-to-string's releases.
Changelog
Sourced from preact-render-to-string's changelog.
Commits
4c47e70Merge pull request #447 from preactjs/changeset-release/maine71cb4eVersion Packages867be3eMerge pull request #448 from preactjs/document-streaming5e1b20bApply suggestion from@JoviDeCroock6c0ace6Apply suggestions from code review811f05bAdd streaming to readmee5dbe50Merge pull request #446 from preactjs/chunked-rendering-fixesb7b288cAdd doctype html and changesetc63d294Fixes7dd1349Fix client code as wellUpdates
es-module-lexerfrom 1.7.0 to 2.0.0Release notes
Sourced from es-module-lexer's releases.
Commits
0603c6f2.0.0066ce56feat: support import attribute item parsing (#194)fd6f6abbreaking: remove import assertions (#191)e21f663fix: global reference (#193)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions