-
Notifications
You must be signed in to change notification settings - Fork 812
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency preact to v10.5.15 #21635
Conversation
Caution: This PR has changes that must be merged to WordPress.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes are reasonable and test well locally. 👍
Happy to ship this if no one else gets to it before my workday tomorrow on Monday.
fd08a25
to
75539ce
Compare
🚢 r234686-wpcom |
Great news! One last step: head over to your WordPress.com diff, D69549-code, and commit it. Thank you! |
# By renovate[bot] (3) and others # Via GitHub * master: Update dependency preact to v10.5.15 (#21635) Search: Migrate helper classes to standalone package (#21552) Release script: fix small typo (#21675) Update babel monorepo (#21668) Lock file maintenance (#21664) E2E tests: clean unused dependencies (#21639) Create JS Config package (#21592) Use webpack config JS package in Jetpack (#21581) add test runner to dev dependencies (#21591) Pexels Integration: Make the initial image search for example query run only once (#21641) Boost: make progress bar corners round on small screens (#21626) Full Sync :: limit to contributors and above (#21648) Sync Checksums : limit users based on user_level (#21645) Storybook: add Jetpack Spinner (#21511) Contact Info and Map widget: widget deprecation (#21554) Use webpack config js package in everything except Jetpack (#21580) # Conflicts: # pnpm-lock.yaml # projects/plugins/boost/package.json
* master: (24 commits) Update dependency preact to v10.5.15 (#21635) Search: Migrate helper classes to standalone package (#21552) Release script: fix small typo (#21675) Update babel monorepo (#21668) Lock file maintenance (#21664) E2E tests: clean unused dependencies (#21639) Create JS Config package (#21592) Use webpack config JS package in Jetpack (#21581) add test runner to dev dependencies (#21591) Pexels Integration: Make the initial image search for example query run only once (#21641) Boost: make progress bar corners round on small screens (#21626) Full Sync :: limit to contributors and above (#21648) Sync Checksums : limit users based on user_level (#21645) Storybook: add Jetpack Spinner (#21511) Contact Info and Map widget: widget deprecation (#21554) Use webpack config js package in everything except Jetpack (#21580) Boost: Fix the official name to the JavaScript word reference (#21638) tools: Allow extra spaces in next-version tags (#21647) Publicize: always add an alt text to Open Graph Images (#21520) js-tools: Add missing eslint plugin dep (#21642) ...
This PR contains the following updates:
10.5.7
->10.5.15
Release Notes
preactjs/preact
v10.5.15
Compare Source
Fixes
Types
focusin
&focusout
to type definitions (#3257, thanks @boarwell)onBeforeInput
attribute to type definitions (#3256, thanks @boarwell)Maintenance
v10.5.14
Compare Source
Features
flushSync
(#3094, thanks @zephraph)Bug Fixes
react-spring
error caused by augmented function contexts (#3165, thanks @developit)Array.prototype.slice.call
for children arguments (#3143, thanks @fzzle)vnodeId
generation (#2978, thanks @developit)children
ifnull
is provided as an argument (#3091, thanks @clyfish)Size
i
to reduce size (-32b) (#3193, thanks @liuarui)Typings
undefined
initializer case foruseState
type (#3185, thanks @rschristian)deno
compatible (#3079, thanks @lucacasonato)event.this
to benever
(#3147, thanks @JoviDeCroock)lazy
to reflect behavior (#3139, thanks @JonasKruckenberg)forwardRef
(#3144, thanks @cmlenz)useRef
typing to includeundefined
when called without initial value (#3056, thanks @cmlenz)Maintenance
karma-esbuild
to support M1 chips (#3153, thanks @marvinhagemeister)performance.now
(#3130, thanks @developit)v10.5.13
Compare Source
Bug Fixes
tabIndex
(#3062 + #3064, thanks @marvinhagemeister)compat/server
(#3059 + #3061, thanks @marvinhagemeister)bigint
numbers (#3010, thanks @marvinhagemeister)Types
decoding
attribute (#3054, thanks @sumanthratna)SVGFEFunc
types (#3043, thanks @rschristian)Maintenance
options.unmount
instead of overridingcomponent.componentWillUnmount
(#2919, thanks @tanhauhau)v10.5.12
Compare Source
This release includes an enhancement to our devtools integration. Via a babel plugin you can get more readable hook names to show up in devtools instead of dozens of
useState
hooks in devtools. Check out https://github.com/preactjs/babel-plugin-transform-hook-names for more information.Before:
After:
Bug Fixes
defaultValue
not applied when value==null/undefined
(#2957, thanks @marvinhagemeister)Maintenance
console.logs
(#2959, thanks @marvinhagemeister)v10.5.11
Compare Source
📈 Bug Fixes
contentEditable
tofalse
(#2938, #2939 thanks @marvinhagemeister + @developit)compat/jsx-dev-runtime
missing in package (#2931, thanks @marvinhagemeister)⛳ Code golfing
createElement
instead of justis
[-5b] (#2943, thanks @developit)xlink:
(#2939, thanks @developit)🛠️ Maintenance
react
topreact/compat
(#2946, thanks @marvinhagemeister)workflow_dispatch
and restructure branch trigger (#2933, thanks @andrewiggins)v10.5.10
Compare Source
Bug Fixes
contentEditable
throwing when set to undefined/null (#2927, thanks @marvinhagemeister)jsx-dev-runtime
package entry (#2920, thanks @sventschui)Suspense
(#2917, thanks @andrewiggins)Maintenance
Portal
test not cleaning up container (#2925, thanks @marvinhagemeister)sinon
dependencies to fix IE11 Promise error (#2922, thanks @marvinhagemeister)karma
benchmarks not compiling (#2914, thanks @marvinhagemeister)babel-loader
(#2911, thanks @andrewiggins)v10.5.9
Compare Source
Happy New Year to everyone 🎉 Let's kick of the year with a few welcome bug fixes regarding
preact/compat
👍Bug Fixes
memo
(#2896, thanks @andrewiggins)Maintenance
v10.5.8
Compare Source
This is probably the last release for 2020. Thank you everyone for the amazing contributions over the year and we can't wait to see where Preact is going in 2021! Lot's of interesting ideas are being worked on 🎉
Bug Fixes
_nextDom
pointer if it is being unmounted (#2889, thanks @andrewiggins)/compat/server
exports to work with import/export syntax and webpack 5 (#2873, thanks @SomethingSexy)useMemo
/useCallback
hooks (#2870, thanks @afzalsayed96)VNode
type (#2855, thanks @andrewiggins)ref
not being removed fromprops
withjsx-runtime
(#2840, thanks @marvinhagemeister)onchange
tooninput
forinput[type=range]
in IE11 (#2817, thanks @gcraftyg)Types
JSDoc
comments (#2883, thanks @andrewiggins)CSSStyleDeclaration
for CSS property list (#2869, thanks @developit)readonly
attribute (#2868, thanks @rschristian)defaultValue
for select tag (#2848, thanks @Rafi993)_original
typings (#2830, thanks @marvinhagemeister)csstype
from version 2 to version 3 (#2829, thanks @bz2)Other
vnode
re-use detection (-2 B) (#2863, thanks @marvinhagemeister)diffChildren
(#2813, thanks @JoviDeCroock)Maintenance
createRoot
API (#2866, thanks @andrewiggins)FUNDING.yml
(#2861, thanks @JoviDeCroock)devDependencies
(#2856, thanks @andrewiggins)Configuration
📅 Schedule: "before 3am on the first day of the month" in timezone UTC.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.