Bump the production-dependencies group across 1 directory with 5 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(4 months ago)
(4 months ago)
(4 months ago)
dependencies javascript
Bumps the production-dependencies group with 5 updates in the / directory:
Package | From | To |
---|---|---|
bootstrap | 5.3.5 |
5.3.6 |
msw | 2.7.5 |
2.8.2 |
react-bootstrap | 2.10.9 |
2.10.10 |
react-router | 7.5.3 |
7.6.0 |
self-assert | 0.7.2 |
1.0.2 |
Updates bootstrap
from 5.3.5 to 5.3.6
Release notes
Sourced from bootstrap's releases.
v5.3.6
Highlights
- Ported the docs from Hugo to Astro for our own sanity!
- Added usage docs for Accordion JavaScript
- Prevent
.visually-hidden
overflowing children to become focusable- Limit
.card-group
selectors to immediate children to fix some inheritance issuesChanges
- docs: update readme to include bun install by
@Electroid
in twbs/bootstrap#41277- Docs: fix specification for getInstance by
@fulldecent
in twbs/bootstrap#41297- Mention
npm install
andnpm run dist
in CONTRIBUTING.md by@mdo
in twbs/bootstrap#41340- docs: add Sass deprecations notice in docs by
@MaxLardenois
in twbs/bootstrap#41283- docs: Better indicate include options in sass setup. by
@Kelketek
in twbs/bootstrap#41143- docs: add 'skeleton loaders' to loading placeholders description by
@MohamadSalman11
in twbs/bootstrap#41177- Update offcanvas.md To Mention Adding data-bs-target for Close Buttons in Offcanvas Components by
@ASchoe311
in twbs/bootstrap#41325- Limit selectors in
.card-group
to immediate children to fixborder-radius
bug by@mscdex
in twbs/bootstrap#41298- Docs: add Border radius section for Input group by
@TommasoAllegretti
in twbs/bootstrap#40776- Docs: use 'i.e.' instead of 'e.g.' in Floating Labels example description by
@julien-deramond
in twbs/bootstrap#41364- Docs: move Cheatsheet RTL example to the RTL category by
@julien-deramond
in twbs/bootstrap#41282- Doc: fix blockquote mismatch by
@viniciusvts
in twbs/bootstrap#41295- Removed broken translation links by
@MasterPuffin
in twbs/bootstrap#41359- Docs: migration from Hugo to Astro by
@julien-deramond
in twbs/bootstrap#41251- Update
devDependencies
by@julien-deramond
in twbs/bootstrap#41383- Bump
image-size
from 1.0.2 to 2.0.2 by@julien-deramond
in twbs/bootstrap#41384- Add switch attribute to docs for switch checkbox by
@mdo
in twbs/bootstrap#41396- Add private comment to BaseComponent Class by
@MohamadSalman11
in twbs/bootstrap#41254- Alternate for #41142, disabled list group items by
@mdo
in twbs/bootstrap#41397- Docs: add Usage section with JavaScript guide for Accordion component by
@TommasoAllegretti
in twbs/bootstrap#40768- Attempt to return focus explicitly to dropdown trigger by
@mdo
in twbs/bootstrap#41365- Fix typos and code indentation in Forms > Checks and radios by
@julien-deramond
in twbs/bootstrap#41399- chore: Spell check
.md
and.mdx
files. by@Jason3S
in twbs/bootstrap#41398- Remove
files
configuration from.cspell.json
by@julien-deramond
in twbs/bootstrap#41400- Docs: Remove unneeded Twitter/X metatags (as it uses Open Graph for title/description and image) by
@coliff
in twbs/bootstrap#41408- Move _isShown() method to private section by
@MohamadSalman11
in twbs/bootstrap#41220- Removed line break between
// Private
comment and method by@MohamadSalman11
in twbs/bootstrap#41218- remove link to sunset resource on accessibility.mdx by
@crgrafton
in twbs/bootstrap#41418- docs(pagination): put current page on link element for a11y by
@MarkoOleksiyenko
in twbs/bootstrap#41154- Update devDependencies and regenerate package-lock.json by
@julien-deramond
in twbs/bootstrap#41425- Prevent .visually-hidden overflowing children to become focusable by
@ffoodd
in twbs/bootstrap#41286- Add docs release prep script by
@mdo
in twbs/bootstrap#41435- Release v5.3.6 by
@mdo
in twbs/bootstrap#41406New Contributors
@Electroid
made their first contribution in twbs/bootstrap#41277@MaxLardenois
made their first contribution in twbs/bootstrap#41283@Kelketek
made their first contribution in twbs/bootstrap#41143@ASchoe311
made their first contribution in twbs/bootstrap#41325@mscdex
made their first contribution in twbs/bootstrap#41298
... (truncated)
Commits
f849680
Release v5.3.6 (#41406)dddd792
Add docs release prep script (#41435)c5bec4e
fix(visually-hidden): prevent overflowing children to become focusable (#41286)4c98145
Update devDependencies and regenerate package-lock.json (#41425)ba5b5a6
docs(pagination): put current page on link element for a11y (#41154)1184417
remove link to sunset resource on accessibility.mdx (#41418)7bbbc49
Removed line break between// Private
comment and function (#41218)3bb3c95
Move _isShown() method to private section (#41220)a03a9d6
Docs: Remove some unneeded Twitter/X metatags (#41408)9f4d383
Remove files configuration from .cspell.json (#41400)- Additional commits viewable in compare view
Updates msw
from 2.7.5 to 2.8.2
Release notes
Sourced from msw's releases.
v2.8.2 (2025-05-09)
Bug Fixes
- catch
postinstall
errors (#2498) (6d3013c62cc2217231bed02722ee5f63fb6c4513)@kettanaito
v2.8.1 (2025-05-09)
Bug Fixes
- do not append
.mjs
to.d.ts
core imports (#2496) (6ae6b2930da292a4fb6cdd00c572bf9b4aaa1383)@kettanaito
v2.8.0 (2025-05-08)
Features
- support typescript 5.6 - 5.8 (#2493) (3fce59462cb302ec3472218a19ad5dc4bb5020e9)
@kettanaito
- migrate to ESM internally, remain CJS-first (#2490) (17d553ba9a20967f739cea5c869904f91b7d2691)
@kettanaito
@Andarist
- SetupServerApi: allow using custom interceptors (#2464) (0cc656ab64c13e5113d0575c9c1be64a6e80ce2d)
@tastypackets
@kettanaito
- HttpResponse: support explicitly empty response body via
null
type argument (#2118) (50ce6a4682aa7200e510f286fdad5803e23fc27b)@kettanaito
v2.7.6 (2025-05-05)
Bug Fixes
- remove unused dependencies (#2484) (436cbcb33bddeb2daa4dce9d5a43d6b7e7b96b92)
@kettanaito
Commits
9eec979
chore(release): v2.8.26d3013c
fix: catchpostinstall
errors (#2498)b71d329
chore: deprecate node@18 internally (#2494)96384d6
chore(release): v2.8.16ae6b29
fix: do not append.mjs
to.d.ts
core imports (#2496)59b98dd
chore(release): v2.8.03fce594
feat: support typescript 5.6 - 5.8 (#2493)17d553b
feat: migrate to ESM internally, remain CJS-first (#2490)0cc656a
feat(SetupServerApi): allow using custom interceptors (#2464)50ce6a4
feat(HttpResponse): support explicitly empty response body vianull
type ar...- Additional commits viewable in compare view
Updates react-bootstrap
from 2.10.9 to 2.10.10
Commits
Updates react-router
from 7.5.3 to 7.6.0
Release notes
Sourced from react-router's releases.
v7.6.0
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v760
Changelog
Sourced from react-router's changelog.
7.6.0
Minor Changes
Added a new
react-router.config.ts
routeDiscovery
option to configure Lazy Route Discovery behavior. (#13451)
- By default, Lazy Route Discovery is enabled and makes manifest requests to the
/__manifest
path:
routeDiscovery: { mode: "lazy", manifestPath: "/__manifest" }
- You can modify the manifest path used:
routeDiscovery: { mode: "lazy", manifestPath: "/custom-manifest" }
- Or you can disable this feature entirely and include all routes in the manifest on initial document load:
routeDiscovery: { mode: "initial" }
Add support for route component props in
createRoutesStub
. This allows you to unit test your route components using the props instead of the hooks: (#13528)let RoutesStub = createRoutesStub([ { path: "/", Component({ loaderData }) { let data = loaderData as { message: string }; return <pre data-testid="data">Message: {data.message}</pre>; }, loader() { return { message: "hello" }; }, }, ]);
render(<RoutesStub />);
await waitFor(() => screen.findByText("Message: hello"));
Patch Changes
Fix
react-router
module augmentation forNodeNext
(#13498)Don't bundle
react-router
inreact-router/dom
CJS export (#13497)Fix bug where a submitting
fetcher
would get stuck in aloading
state if a revalidatingloader
redirected (#12873)Fix hydration error if a server
loader
returnedundefined
(#13496)Fix initial load 404 scenarios in data mode (#13500)
Stabilize
useRevalidator
'srevalidate
function (#13542)Preserve status code if a
clientAction
throws adata()
result in framework mode (#13522)
... (truncated)
Commits
c29148e
chore: Update version for release (#13561)3adc571
chore: Update version for release (pre) (#13545)0fe5d6d
Fix middleware error bubbling scenarios (#13538)1678d41
feat(react-router): stabilizeuseRevalidator
'srevalidate
(#13542)5af3eaa
Add component props support to createRoutesStub (#13528)4e427a3
Short circuit dataStrategy post processing on aborted requests (#13521)7583dc7
Preserve status code on clientAction throw data() results (#13522)26ecf2f
Fix fetcher state stuck onloading
if a loader redirects (#12873)5a966cb
Inline turbo-stream@2.4.1 and fix decode ordering of Map/Set instances (#13518)eb59d5f
feat(react-router): don't bundlereact-router
inreact-router/dom
export ...- Additional commits viewable in compare view
Updates self-assert
from 0.7.2 to 1.0.2
Release notes
Sourced from self-assert's releases.
self-assert: v1.0.2
1.0.2 (2025-05-10)
Bug Fixes
Reverts
Commits
5c81798
chore(main): release self-assert 1.0.2 (#75)d62797d
update .release-please-manifest.json, CHANGELOG.md and package.jsonfb50da1
chore(main): release self-assert 1.0.2 (#73)95caa28
fix: permissions on release workflow973f0dd
chore(main): release self-assert 1.0.2 (#72)bc34e92
docs: update CHANGELOG.mdc764eb2
revert: 1.0.2 changelog notesf712847
revert: version 1.0.2 of self-assert21f135e
chore(main): release self-assert 1.0.2 (#71)8eab3cb
fix: removed old changelog notes- Additional commits viewable in compare view
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
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
ID: | 278912 |
UUID: | 3057195906 |
Node ID: | PR_kwDOOaQaYM6V2bZw |
Host: | GitHub |
Repository: | self-assert/self-assert-react-demo |