chore(deps-dev): bump the dependencies group with 6 updates - #210
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [eslint](https://github.com/eslint/eslint) | `10.9.1` | `10.10.0` | | [fastify](https://github.com/fastify/fastify) | `5.12.1` | `5.12.3` | | [globals](https://github.com/sindresorhus/globals) | `17.11.0` | `17.12.0` | | [hono](https://github.com/honojs/hono) | `4.12.34` | `4.13.7` | | [mysql2](https://github.com/sidorares/node-mysql2) | `3.24.2` | `3.24.3` | | [oxc-minify](https://github.com/oxc-project/oxc/tree/HEAD/napi/minify) | `0.147.0` | `0.148.0` | Updates `eslint` from 10.9.1 to 10.10.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.9.1...v10.10.0) Updates `fastify` from 5.12.1 to 5.12.3 - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/commits) Updates `globals` from 17.11.0 to 17.12.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.11.0...v17.12.0) Updates `hono` from 4.12.34 to 4.13.7 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.34...v4.13.7) Updates `mysql2` from 3.24.2 to 3.24.3 - [Release notes](https://github.com/sidorares/node-mysql2/releases) - [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md) - [Commits](sidorares/node-mysql2@v3.24.2...v3.24.3) Updates `oxc-minify` from 0.147.0 to 0.148.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/napi/minify/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/crates_v0.148.0/napi/minify) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: fastify dependency-version: 5.12.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: globals dependency-version: 17.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: hono dependency-version: 4.13.7 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mysql2 dependency-version: 3.24.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: oxc-minify dependency-version: 0.148.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Deploying idempot-js with
|
| Latest commit: |
85596c6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://e72c1a00.idempot-js.pages.dev |
| Branch Preview URL: | https://dependabot-npm-and-yarn-depe-21bn.idempot-js.pages.dev |
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 dependencies group with 6 updates:
10.9.110.10.05.12.15.12.317.11.017.12.04.12.344.13.73.24.23.24.30.147.00.148.0Updates
eslintfrom 10.9.1 to 10.10.0Release notes
Sourced from eslint's releases.
Commits
3f20a5710.10.0f4e5284Build: changelog update for 10.10.0bb47dc6fix: update dependency file-entry-cache to v11 (#20801)427ac0afix: use format strings in debug calls (#21247)b3d876bchore: disable npm audit in ecosystem tests (#21306)9d81532fix: support__proto__in/* exported */comments (#21261)264b434feat: adddandvflags tono-unexpected-multiline(#21305)1696682ci: restore EMFILE test on Node.js 26 (#21297)2c7f5d6chore: update github/codeql-action action to v4.37.9 (#21296)87e0a08fix: prefer-object-has-own autofix breaks when Object is shadowed (#21282)Updates
fastifyfrom 5.12.1 to 5.12.3Release notes
Sourced from fastify's releases.
Commits
Updates
globalsfrom 17.11.0 to 17.12.0Release notes
Sourced from globals's releases.
Commits
98008c317.12.050a2119Update globals (2026-09-01) (#353)779a11aAdd__webpack_layer__global (#351)Updates
honofrom 4.12.34 to 4.13.7Release notes
Sourced from hono's releases.
... (truncated)
Commits
eebdf7b4.13.72b8ed40Merge commit from forkcac0c4d4.13.6dac5d57refactor(on-handler): use forEach for consistent handler iteration (#5326)ec648d6chore: bumpeditorconfig-checker(#5336)e2740d5fix(types): allow symbol keys in Context<any> get and set fallbacks (#5300)499c35efix(client): normalize root WebSocket URLs (#5291)50b8788fix(client): keep a param value of "index" in $url() and $path() (#5297)06880c44.13.5531e9c5Merge commit from forkUpdates
mysql2from 3.24.2 to 3.24.3Release notes
Sourced from mysql2's releases.
Changelog
Sourced from mysql2's changelog.
Commits
83bda80chore(master): release 3.24.3 (#4514)6cac974build(deps): bump lucide-react from 1.35.0 to 1.37.0 in /website (#4520)d3f8cebbuild(deps-dev): bump@types/nodefrom 26.3.0 to 26.4.0 in /website (#4519)05993b1build(deps): bump lucide-react from 1.34.0 to 1.35.0 in /website (#4518)797f38ebuild(deps-dev): bump@types/nodefrom 26.3.0 to 26.4.0 (#4517)f17babebuild(deps-dev): bump@biomejs/biomefrom 2.5.10 to 2.5.11 (#4516)f4099d5build(deps-dev): bump rollup from 4.62.5 to 4.63.1 in the rollup group (#4515)1281e1efix(typings): PoolCluster node events emit a string nodeId (#4513)0957ae4build(deps-dev): bump@types/nodefrom 26.2.0 to 26.3.0 (#4510)a331febbuild(deps-dev): bump@types/nodefrom 26.2.0 to 26.3.0 in /website (#4511)Updates
oxc-minifyfrom 0.147.0 to 0.148.0Release notes
Sourced from oxc-minify's releases.
Commits
894c8f9release(crates): oxc v0.148.0 (#26198)63bc313chore(npm): update funding URL (#26066)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