Bump react from 15.1.0 to 15.3.2 in the npm-group group
Open
Number: #9
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Contributor
Comments: 51
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 51
Created:
July 17, 2025 at 11:55 AM UTC
(about 2 months ago)
(about 2 months ago)
Updated:
July 19, 2025 at 06:21 AM UTC
(about 2 months ago)
(about 2 months ago)
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps the npm-group group with 1 update: react.
Updates react
from 15.1.0 to 15.3.2
Release notes
Sourced from react's releases.
v15.3.2
React
React DOM
- Add
playsInline
to supported HTML attributes. (@reaperhulk
in #7519)- Add
as
to supported HTML attributes. (@kevinslin
in #7582)- Improve DOM nesting validation warning about whitespace. (
@spicyj
in #7515)- Avoid "Member not found" exception in IE10 when calling
preventDefault()
in Synthetic Events. (@g-palmer
in #7411)- Fix memory leak in
onSelect
implementation. (@AgtLucas
in #7533)- Improve robustness of
document.documentMode
checks to handle Google Tag Manager. (@SchleyB
in #7594)- Add more cases to controlled inputs warning. (
@marcin-mazurek
in #7544)- Handle case of popup blockers overriding
document.createEvent
. (@Andarist
in #7621)- Fix issue with
dangerouslySetInnerHTML
and SVG in Internet Explorer. (@zpao
in #7618)- Improve handling of Japanese IME on Internet Explorer. (
@msmania
in #7107)React Test Renderer
- Support error boundaries. (
@millermedeiros
in #7558, #7569, #7619)- Skip null ref warning. (
@Aweary
in #7658)React Perf Add-on
v15.3.1
React
- Improve performance of development builds in various ways. (
@gaearon
in #7461, #7463, #7483, #7488, #7491, #7510)- Cleanup internal hooks to improve performance of development builds. (
@gaearon
in #7464, #7472, #7481, #7496)- Upgrade fbjs to pick up another performance improvement from
@gaearon
for development builds. (@zpao
in #7532)- Improve startup time of React in Node. (
@zertosh
in #7493)- Improve error message of
React.Children.only
. (@spicyj
in #7514)React DOM
- Avoid
<input>
validation warning from browsers when changingtype
. (@nhunzaker
in #7333)- Avoid "Member not found" exception in IE10 when calling
stopPropagation()
in Synthetic Events. (@nhunzaker
in #7343)- Fix issue resulting in inability to update some
<input>
elements in mobile browsers. (@keyanzhang
in #7397)- Fix memory leak in server rendering. (
@keyanzhang
in #7410)- Fix issue resulting in
<input type="range">
values not updating when changingmin
ormax
. (@troydemonbreun
in #7486)- Add new warning for rare case of attempting to unmount a container owned by a different copy of React. (
@ventuno
in #7456)React Test Renderer
React Native Renderer
- Change
trackedTouchCount
invariant into a console.error for better reliability. (@yungsters
in #7400)v15.3.0
React
... (truncated)
Changelog
Sourced from react's changelog.
15.3.2 (September 19, 2016)
React
React DOM
- Add
playsInline
to supported HTML attributes. (@reaperhulk
in #7519)- Add
as
to supported HTML attributes. (@kevinslin
in #7582)- Improve DOM nesting validation warning about whitespace. (
@sophiebits
in #7515)- Avoid "Member not found" exception in IE10 when calling
preventDefault()
in Synthetic Events. (@g-palmer
in #7411)- Fix memory leak in
onSelect
implementation. (@AgtLucas
in #7533)- Improve robustness of
document.documentMode
checks to handle Google Tag Manager. (@SchleyB
in #7594)- Add more cases to controlled inputs warning. (
@marcin-mazurek
in #7544)- Handle case of popup blockers overriding
document.createEvent
. (@Andarist
in #7621)- Fix issue with
dangerouslySetInnerHTML
and SVG in Internet Explorer. (@zpao
in #7618)- Improve handling of Japanese IME on Internet Explorer. (
@msmania
in #7107)React Test Renderer
- Support error boundaries. (
@millermedeiros
in #7558, #7569, #7619)- Skip null ref warning. (
@Aweary
in #7658)React Perf Add-on
15.3.1 (August 19, 2016)
React
- Improve performance of development builds in various ways. (
@gaearon
in #7461, #7463, #7483, #7488, #7491, #7510)- Cleanup internal hooks to improve performance of development builds. (
@gaearon
in #7464, #7472, #7481, #7496)- Upgrade fbjs to pick up another performance improvement from
@gaearon
for development builds. (@zpao
in #7532)- Improve startup time of React in Node. (
@zertosh
in #7493)- Improve error message of
React.Children.only
. (@sophiebits
in #7514)React DOM
- Avoid
<input>
validation warning from browsers when changingtype
. (@nhunzaker
in #7333)- Avoid "Member not found" exception in IE10 when calling
stopPropagation()
in Synthetic Events. (@nhunzaker
in #7343)- Fix issue resulting in inability to update some
<input>
elements in mobile browsers. (@keyanzhang
in #7397)- Fix memory leak in server rendering. (
@keyanzhang
in #7410)- Fix issue resulting in
<input type="range">
values not updating when changingmin
ormax
. (@troydemonbreun
in #7486)- Add new warning for rare case of attempting to unmount a container owned by a different copy of React. (
@ventuno
in #7456)React Test Renderer
React Native Renderer
- Change
trackedTouchCount
invariant into a console.error for better reliability. (@yungsters
in #7400)
... (truncated)
Commits
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
Commits:
0
0
Files Changed:
0
0
Additions:
+0
+0
Deletions:
-0
-0
Package Dependencies
Package:
react
Ecosystem:
npm
npm
Version Change:
15.1.0 → 15.3.2
Update Type:
Minor
Minor
Path:
the npm-group group
Technical Details
ID: | 3516862 |
UUID: | 3239300839 |
Node ID: | PR_kwDOPOFZBc6fXaTt |
Host: | GitHub |
Repository: | dsp-testing/dependabot-npm-version-update |