Bump the dependencies group with 9 updates #256
Merged
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 9 updates:
7.25.3
7.25.4
4.6.1
4.7.0
9.1.4
9.1.5
8.13.0
8.14.2
3.37.1
3.38.1
4.4.3
4.4.4
15.2.7
15.2.9
0.5.1
0.6.0
8.0.0
8.3.0
Updates
@babel/preset-env
from 7.25.3 to 7.25.4Release notes
Sourced from
@babel/preset-env
's releases.Changelog
Sourced from
@babel/preset-env
's changelog.Commits
cbf124c
v7.25.4b38b027
Update compat data (#16736)55dfde8
Updatebabel-plugin-polyfill-corejs3
(#16715)dba45d3
IgnoredevDependencies
when generatingtsconfig.json
(#16659)Updates
@symfony/webpack-encore
from 4.6.1 to 4.7.0Release notes
Sourced from
@symfony/webpack-encore
's releases.... (truncated)
Changelog
Sourced from
@symfony/webpack-encore
's changelog.... (truncated)
Commits
acccc6a
Tagging 4.7.06f643fb
minor #1300 Bump micromatch from 4.0.5 to 4.0.8 (dependabot[bot])f22c114
minor #1303 Replacepkg-up
by an inlined solution (Kocal)d9cfde3
Replacepkg-up
by an inlined solutioncc268db
minor #1304 Replacefast-levenshtein
byfastest-levenshtein
(Kocal)c4ac73a
Replacefast-levenshtein
byfastest-levenshtein
24eb007
minor #1302 Add support for stylus-loader 8 (Kocal)2cb2087
Add support for stylus-loader 82970e7f
minor #1301 Add support for postcss-loader 8 (Kocal)e70fca2
Add support for postcss-loader 8Maintainer changes
This version was pushed to npm by kocal, a new releaser for
@symfony/webpack-encore
since your current version.Updates
husky
from 9.1.4 to 9.1.5Release notes
Sourced from husky's releases.
Commits
2fee8d2
9.1.5397e7f0
fixes #1494 support pre-merge-commit hookUpdates
cspell
from 8.13.0 to 8.14.2Release notes
Sourced from cspell's releases.
... (truncated)
Changelog
Sourced from cspell's changelog.
Commits
9f7c183
v8.14.25552bdb
v8.14.12e050b4
v8.14.0e017775
v8.13.3ecfa89a
fix: Try non-English suffix endings on word breaks (#6066)5c9aaf8
v8.13.262d8b14
fix: Stop duplicate issue output. (#6058)06a1a2b
fix: make sure reported issues are consistent. (#6032)99cdb4e
v8.13.1076362b
fix: Use the resolved root when setting Glob Root (#6027)Updates
core-js
from 3.37.1 to 3.38.1Changelog
Sourced from core-js's changelog.
... (truncated)
Commits
d1e7889
v3.38.19294082
use self-compareNaN
checka79f40a
Percent decode (#1361)85f3639
enable someeslint
sonar
rules5b69af0
usenull
instead ofundefined
as an empty placeholder in some cases9cc1d63
usegit+
inpkg.repository.url
of all packagesbeccd4f
enable someeslint
sonar
rulesb35e68e
enablesonar/inconsistent-function-call
4a322bf
v3.38.09408792
replace a regex with a simple comparisonUpdates
chart.js
from 4.4.3 to 4.4.4Release notes
Sourced from chart.js's releases.
Commits
dd554e0
Bump package version to 4.4.4 (#11874)2fa7241
Check if range method exists on element before executing it (#11873)a1f7355
Add radial linear scale to docs section of samples (#11871)3dac05e
Return false from the average tooltip positioner on no valid data (#11863)b51b57a
fix(types): exclude DeepPartial<unknown[]> from ChartOptions interface (#11867)74122c1
fix(types): add xCenter and yCenter properties to RadialLinearScale interface...b9c0141
Bugfix/issue 11804 tooltip show for all invisible (#11858)f3f84fd
fix: Unset _resizeBeforeDraw before _resize() call to avoid possible recursio...147ee59
fix issue #11717 (#11844)0ca1b6e
Update OffscreenCanvas documentation, as it is widely available now (#11823)Updates
lint-staged
from 15.2.7 to 15.2.9Release notes
Sourced from lint-staged's releases.
Changelog
Sourced from lint-staged's changelog.
Commits
0ce5e14
chore(changeset): release (#1465)b69ce2d
fix: set max event listeners to the number of tasks (#1463)52f6eef
chore(changeset): release (#1462)8d8fe23
build: update repository url in package.jsonf0480f0
Revert "chore(changeset): release (#1461)"1da81c0
chore(changeset): release (#1461)cc04e08
ci: add required permission for provenance generationfa2dac8
Revert "chore(changeset): release (#1455)"8325985
chore(changeset): release (#1455)92f295f
build(deps): update dependencies (#1460)Updates
@total-typescript/ts-reset
from 0.5.1 to 0.6.0Changelog
Sourced from
@total-typescript/ts-reset
's changelog.Commits
Updates
@typescript-eslint/eslint-plugin
from 8.0.0 to 8.3.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
ef2eab1
chore(release): publish 8.3.0fd55358
chore: enable sonarjs/no-duplicated-branches (#9821)9f70ed1
fix(ast-spec): useExpression
in argument ofThrowStatement
(#9632)7160687
chore: enable unicorn/no-lonely-if (#9830)6377f18
fix(utils): addTSDeclareFunction
tofunctionTypeTypes
(#9788)8389e06
docs(eslint-plugin): [restrict-template-expressions] add explanation for allo...57e4120
feat(eslint-plugin): [no-deprecation] add rule (#9783)94f7c99
fix(eslint-plugin): [no-unnecessary-type-parameters] check mapped alias type ...1c2938f
chore: enable object-shorthand (#9816)90655d1
fix(eslint-plugin): [no-unnecessary-template-expression] add missing parenthe...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 <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> 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 <dependency name> 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 <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