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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will 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 minor version` will 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the all-updates group in /src/web with 7 updates:
11.11.10
11.11.11
8.7.3
8.8.0
14.2.10
14.3.3
7.2.1
7.2.2
8.11.0
8.12.2
8.11.0
8.12.2
9.13.0
9.14.0
Updates
framer-motion
from 11.11.10 to 11.11.11Changelog
Sourced from framer-motion's changelog.
Commits
1ed8397
v11.11.114cd1527
Updating changelogf3468b3
Merge pull request #2852 from framer/fix/double-mount-updatec3593da
Fixing1e7f9df
Fix double .update() call on mountUpdates
mongoose
from 8.7.3 to 8.8.0Release notes
Sourced from mongoose's releases.
Changelog
Sourced from mongoose's changelog.
Commits
10a3aed
chore: release 8.8.0326f9ab
chore: bump max num of instantiations for typescript53b2750
Merge pull request #14996 from Automattic/8.88e4411d
Merge pull request #14995 from Automattic/vkarpov15/createindex-sync-error36e3d9d
Merge pull request #14993 from Automattic/vkarpov15/bulksave-writeerrors66b44b5
fix: better way to handle non-MongoBulkWriteErrors5e9ee2c
Merge pull request #14994 from dragontaek-lee/format-change-stream-result-exa...6d1eda7
Merge pull request #14989 from OguzBey/tojson-type-improve38ee9bf
Merge branch 'master' into 8.895e182a
Merge pull request #14990 from Automattic/vkarpov15/gh-12959-versionkeyUpdates
react-dropzone
from 14.2.10 to 14.3.3Release notes
Sourced from react-dropzone's releases.
Commits
edeef15
fix: visually hide the input and close #1268e35de09
fix: update file-selector and close #134672c6c34
fix: allow application/* mime types and close #13224288d8e
build: bump typescript to v5.67750ea3
feat: bump attr-accept to v2.2.429fc64c
feat: bump file-selector to v1.2 and close #1368Updates
universal-cookie
from 7.2.1 to 7.2.2Commits
c36d095
Release v7.2.2 (#732)bce0744
fix(universal-cookie): missingmain
attribute inpackage.json
(#706)6220edd
chore(deps): update dependency rollup to ^4.24.3 (#730)18cbdfa
chore(deps): update dependency@types/node
to v22 (#729)1ceaad3
chore(deps): update dependency@types/node
to ^20.17.2 (#728)da0b1ed
chore(deps): lock file maintenance (#727)9a3fc1d
chore(deps): update dependency rollup to ^4.24.2 (#726)7cdb822
chore(deps): update dependency@playwright/test
to ^1.48.2 (#725)04807f0
chore(deps): update babel monorepo to ^7.26.0 (#724)ab10262
chore(deps): update dependency@types/node
to ^20.17.1 (#723)Updates
@typescript-eslint/eslint-plugin
from 8.11.0 to 8.12.2Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.Commits
4af866a
chore(release): publish 8.12.2cc7177c
fix(eslint-plugin): [switch-exhaustiveness-check] invert `considerDefaultExha...1edec1d
chore(release): publish 8.12.13413a2d
chore(release): publish 8.12.0ac18749
feat(eslint-plugin): [no-base-to-string] handle String() (#10005)3c8978d
feat(eslint-plugin): [switch-exhaustiveness-check] add allowDefaultCaseMatchU...af4743f
test(eslint-plugin): fix a typo in a test, causing it to test theerror
typ...9c956ee
feat(eslint-plugin): [consistent-indexed-object-style] report mapped types (#...e765033
feat(eslint-plugin): [prefer-nullish-coalescing] add support for assignment e...Updates
@typescript-eslint/parser
from 8.11.0 to 8.12.2Release notes
Sourced from
@typescript-eslint/parser
's releases.Changelog
Sourced from
@typescript-eslint/parser
's changelog.Commits
4af866a
chore(release): publish 8.12.21edec1d
chore(release): publish 8.12.13413a2d
chore(release): publish 8.12.0Updates
eslint
from 9.13.0 to 9.14.0Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
Commits
db0b844
9.14.020b0da1
Build: changelog update for 9.14.0f36cb16
chore: upgrade@eslint/js
@9
.14.0 (#19086)28be447
chore: package.json update for@eslint/js
release24d0172
fix: enable retry concurrency limit for readFile() (#19077)3fa009f
feat: add support for Import Attributes and RegExp Modifiers (#19076)b0faee3
feat: add types for the@eslint/js
package (#19010)151c965
docs: updatecontext.languageOptions.parser
description (#19084)dc34f94
docs: Update READMEf48a2a0
test: addno-invalid-regexp
tests with RegExp Modifiers (#19075)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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show