⬆️ Bump the minor-updates group with 8 updates#1447
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps the minor-updates group with 8 updates: | Package | From | To | | --- | --- | --- | | [electron](https://github.com/electron/electron) | `43.1.0` | `43.1.1` | | [i18next-cli](https://github.com/i18next/i18next-cli) | `1.65.0` | `1.66.2` | | [immer](https://github.com/immerjs/immer) | `11.1.11` | `11.1.15` | | [material-symbols](https://github.com/marella/material-symbols/tree/HEAD/material-symbols) | `0.45.7` | `0.45.8` | | [react-colorful](https://github.com/omgovich/react-colorful) | `5.7.0` | `5.8.0` | | [simple-icons-font](https://github.com/simple-icons/simple-icons-font) | `16.26.0` | `16.27.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.63.0` | `8.64.0` | | [ws](https://github.com/websockets/ws) | `8.21.0` | `8.21.1` | Updates `electron` from 43.1.0 to 43.1.1 - [Release notes](https://github.com/electron/electron/releases) - [Commits](electron/electron@v43.1.0...v43.1.1) Updates `i18next-cli` from 1.65.0 to 1.66.2 - [Changelog](https://github.com/i18next/i18next-cli/blob/main/CHANGELOG.md) - [Commits](i18next/i18next-cli@v1.65.0...v1.66.2) Updates `immer` from 11.1.11 to 11.1.15 - [Release notes](https://github.com/immerjs/immer/releases) - [Commits](immerjs/immer@v11.1.11...v11.1.15) Updates `material-symbols` from 0.45.7 to 0.45.8 - [Release notes](https://github.com/marella/material-symbols/releases) - [Commits](https://github.com/marella/material-symbols/commits/v0.45.8/material-symbols) Updates `react-colorful` from 5.7.0 to 5.8.0 - [Release notes](https://github.com/omgovich/react-colorful/releases) - [Changelog](https://github.com/omgovich/react-colorful/blob/master/CHANGELOG.md) - [Commits](omgovich/react-colorful@5.7.0...v5.8.0) Updates `simple-icons-font` from 16.26.0 to 16.27.0 - [Release notes](https://github.com/simple-icons/simple-icons-font/releases) - [Commits](simple-icons/simple-icons-font@16.26.0...16.27.0) Updates `typescript-eslint` from 8.63.0 to 8.64.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.64.0/packages/typescript-eslint) Updates `ws` from 8.21.0 to 8.21.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.21.0...8.21.1) --- updated-dependencies: - dependency-name: electron dependency-version: 43.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: i18next-cli dependency-version: 1.66.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: immer dependency-version: 11.1.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: material-symbols dependency-version: 0.45.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: react-colorful dependency-version: 5.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: simple-icons-font dependency-version: 16.27.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: typescript-eslint dependency-version: 8.64.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: ws dependency-version: 8.21.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-updates ... 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 minor-updates group with 8 updates:
43.1.043.1.11.65.01.66.211.1.1111.1.150.45.70.45.85.7.05.8.016.26.016.27.08.63.08.64.08.21.08.21.1Updates
electronfrom 43.1.0 to 43.1.1Release notes
Sourced from electron's releases.
Commits
49dacb7chore: bump chromium to 150.0.7871.114 (43-x-y) (#52297)3ece4d2ci: fail gha-done when checkout jobs fail (#52250)ec31a73fix: read asar contents through the archive's retained file handle (#52293)155287ddocs(mas): update security scoped bookmarks link (#52281)a8bb2f1chore: bump chromium to 150.0.7871.101 (43-x-y) (#52285)Updates
i18next-clifrom 1.65.0 to 1.66.2Changelog
Sourced from i18next-cli's changelog.
Commits
34f2b961.66.26761334fix(extract): skip empty Trans component keys (#274)66acdcb1.66.18a5a136fix(logger): simplify error signature to unknown; changelog for 1.66.1 (#273)cada9caAllow passing extra args (e.g. exceptions to the logger warn/error) (#273)6555ff0docs: Code-Splitting Translations section (one namespace per route, lazy chun...69bb9961.66.0d94a146feat(extract): sort: 'locize' preset for locize round-trip key order (#106); ...3a278eefix(funnel): suppress promotional output in CI/non-TTY and always respect the...8c69ab9docs: surface localize --print-agent-prompt in the top calloutUpdates
immerfrom 11.1.11 to 11.1.15Release notes
Sourced from immer's releases.
Commits
a3be9dffix: correct curried produceWithPatches return type (#1249)7cab3c2ci: harden GitHub Actions workflows (SHA-pin, permissions, persist-credential...e38ad71fix: throw proper immer error when applyPatches path traverses null (#1251)8bc4b2ddocs: add Zenith and DOMD to Built with Immer (#1245)a73672afix: draft relocated base refs after reverse/sort in array-methods plugin (#1...cfec5e5chore(deps-dev): bump@babel/corefrom 7.21.4 to 7.29.6 (#1254)e4f5923chore(deps): bump websocket-driver from 0.7.4 to 0.7.5 in /website (#1270)4d3d6fffix: Revert "prevent prototype pollution via constructor.prototype access (CV...Updates
material-symbolsfrom 0.45.7 to 0.45.8Commits
91caec40.45.86524b11Auto UpdateUpdates
react-colorfulfrom 5.7.0 to 5.8.0Release notes
Sourced from react-colorful's releases.
Changelog
Sourced from react-colorful's changelog.
Commits
d914e765.8.0a3ff6d4Inject styles into the closest ShadowRoot when mounted inside one (#232)ddd22b1Create CLAUDE.mdUpdates
simple-icons-fontfrom 16.26.0 to 16.27.0Release notes
Sourced from simple-icons-font's releases.
Commits
285b313Add font7fbebafRelease 16.27.0182a3c2Bump versionUpdates
typescript-eslintfrom 8.63.0 to 8.64.0Release notes
Sourced from typescript-eslint's releases.
Changelog
Sourced from typescript-eslint's changelog.
Commits
414d9abchore(release): publish 8.64.0Updates
wsfrom 8.21.0 to 8.21.1Release notes
Sourced from ws's releases.
Commits
ae1de54[dist] 8.21.18e9511b[ci] Trust Coveralls Homebrew tapf197ac6[fix] Lower default values ofmaxBufferedChunksandmaxFragments8df8265[ci] Update actions/checkout action to v7a2f4e7c[fix] Count empty fragments toward the limit (#2329)e79f912[pkg] Approve install scripts for bufferutil and utf-8-validate4ea355d[doc] Document 32-bit signed integer coercion for option values2120f4c[example] Remove uuid dependency4c534a6[security] Add latest vulnerability to SECURITY.mdMost Recent Ignore Conditions Applied to This Pull Request
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