chore(deps): bump the dependencies group with 10 updates #3125
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 10 updates:
31.9.1
31.10.2
0.2.2
0.4.1
3.6.2
3.6.20
5.0.6
5.0.8
13.6.1
13.12.0
1.1.2
1.2.2
1.15.7
1.15.8
4.6.0
4.6.2
1.8.1
1.9.1
2.0.0
2.0.4
Updates
d2
from 31.9.1 to 31.10.2Release notes
Sourced from d2's releases.
Changelog
Sourced from d2's changelog.
Commits
40c2817
chore(release): cut 31.10.2 [skip ci]a0626b9
fix(noop): trigger release due to failed auth472c0fd
chore(release): cut 31.10.1 [skip ci]48e28fa
Merge pull request #340 from dhis2/fix/allow-content-type-override-for-update655bd3c
style: fix linting8151af1
fix: spread options to requestOptionsbd3a346
docs: update update-method jsdoc42f68d7
refactor: create new options objectc7dec65
style: fix linting errorsc7a614a
test: update testsUpdates
decode-uri-component
from 0.2.2 to 0.4.1Release notes
Sourced from decode-uri-component's releases.
Commits
0066293
0.4.1c345b4c
Add TypeScript type definitionsb3710c4
0.4.0b09e39d
Require Node.js 14 and move to ESM (#11)7268ef6
0.3.03bbc879
Do not decode + to a space - fixes #3Updates
whatwg-fetch
from 3.6.2 to 3.6.20Release notes
Sourced from whatwg-fetch's releases.
... (truncated)
Changelog
Sourced from whatwg-fetch's changelog.
Commits
a0aea10
chore(main): release 3.6.20 (#1417)7d1998d
remove umd section from readme27e1c75
Fix: Response.error().ok === false (#1412)84256c8
Bump the github-actions group with 1 update (#1416)806ea66
Bump the github-actions group with 2 updates (#1414)af51956
Bump the github-actions group with 1 update (#1413)a71a60d
Bump the github-actions group with 2 updates (#1410)af5cf4b
Bump the github-actions group with 2 updates (#1407)a686358
enhance: replaced str.startsWith with str.indexOf (#1404)b5cee50
Bump the github-actions group with 1 update (#1402)Updates
@reportportal/agent-js-jest
from 5.0.6 to 5.0.8Release notes
Sourced from
@reportportal/agent-js-jest
's releases.Changelog
Sourced from
@reportportal/agent-js-jest
's changelog.Commits
abc9dd1
Merge pull request #137 from reportportal/develop9ed7583
EPMRPP-87604 || Bump versions of GitHub actions for release workflow09b798b
EPMRPP-87604 || Set version fragment to patch after release4c28984
EPMRPP-87604 || Update changeloged2a61a
EPMRPP-87604 || Use only patch versions of JS client automatically35538ff
Bump follow-redirects from 1.15.2 to 1.15.4 (#135)a3f0837
Update CODEOWNERS6ddc3ff
Update publish.ymlc290c86
5.0.7 -> 5.0.8-SNAPSHOT7488508
Merge branch 'master' into developUpdates
cypress
from 13.6.1 to 13.12.0Release notes
Sourced from cypress's releases.
Commits
54a636e
chore: release 13.12.0 (#29701)949fcac
chore: Update v8 snapshot cache (#29677)d239847
chore: Update Chrome (stable) to 126.0.6478.61 (#29679)9c9bf5b
fix: "type" action with {upArrow} and {downArrow} arguments to simula… (#29636)7827656
chore: Update Chrome (beta) to 127.0.6533.4 (#29667)31d4a99
dependency: update dependency firefox-profile to v4.6.0 (#29662)6115680
chore: Update v8 snapshot cache (#29664)ee3ff88
chore: update vite to version 5 inside the monorepo (#29617)dfec1e7
chore: commit packages/graphql/schemas/schema.graphql from PR #29420 (#29657)526eedd
dependency: update dependency url-parse to v1.5.10 (#29650)Updates
cypress-tags
from 1.1.2 to 1.2.2Changelog
Sourced from cypress-tags's changelog.
Commits
Maintainer changes
This version was pushed to npm by infosum_sre, a new releaser for cypress-tags since your current version.
Updates
enzyme-adapter-react-16
from 1.15.7 to 1.15.8Commits
146467c
[enzyme-adapter-react-16] v1.15.8795e52c
[enzyme, enzyme-adapter-react-{14,16.1,16.2,16.3,16}] [deps] update `enzyme-s...9a59ec5
[*] [deps] updateenzyme-adapter-utils
f2401cc
[*] [refactor] usehasown
instead ofhas
9ddc423
[*] [deps] update in-range depsf937614
[*] [dev deps] update everything in-range246d323
[*] [dev deps] updateeslint-plugin-import
,eslint-plugin-react
9bb92eb
[meta] run build/files steps in prepack, not prepublishUpdates
eslint-plugin-react-hooks
from 4.6.0 to 4.6.2Changelog
Sourced from eslint-plugin-react-hooks's changelog.
Commits
Maintainer changes
This version was pushed to npm by react-bot, a new releaser for eslint-plugin-react-hooks since your current version.
Updates
loglevel
from 1.8.1 to 1.9.1Commits
fef2101
v1.9.15d5f669
Fix bug when loglevel is used with some ESM translation (e.g. ts-node)118c2ae
v1.9.0bd9eca0
Merge pull request #189 from Mr0grog/187-make-loggers-rebuildablef7becd9
Merge pull request #195 from Mr0grog/191-work-in-modern-nodejs67e968b
Remove rendundant initialization code4f15c59
MergereplaceLoggingMethods()
andrebuildLoggingMethods()
4cd061f
Rewritelogger.rebuild()
based on discussion9a6ae7c
Update docs and typings1159a9d
Add tests forresetLevel()
on child loggersUpdates
start-server-and-test
from 2.0.0 to 2.0.4Release notes
Sourced from start-server-and-test's releases.
Commits
dd8a2d7
fix(deps): update dependency debug to v4.3.5ad35c2e
fix(deps): update dependency wait-on to v7.2.0 (#374)efe7384
fix(deps): update dependency wait-on to v7.1.02fc1f98
fix: bump minimum Node to v16, closes #3512d1decf
add note about localhost http (#372)04b33b3
Fix: fix the interactive shell in the test process (#369)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