Update dependency popper.js to v1.16.1 #2

Open
renovate-bot wants to merge 1 commit from renovate/popper.js-1.x into master
Collaborator

This PR contains the following updates:

Package Update Change
popper.js (source) minor 1.14.7 -> 1.16.1

Release Notes

popperjs/popper-core (popper.js)

v1.16.1

Compare Source

  • chore: added funding field in package.json

v1.16.0

Compare Source

v1.15.0

Compare Source

  • fix(types): add missing reference and popper class properties (#​759)
  • fix: add "unpkg" field to package.json to link to minified version (#​758)
  • feat: add 'flipVariationsByContent' option to flip modifier (#​754)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [popper.js](https://popper.js.org/) ([source](https://github.com/popperjs/popper-core)) | minor | `1.14.7` -> `1.16.1` | --- ### Release Notes <details> <summary>popperjs/popper-core (popper.js)</summary> ### [`v1.16.1`](https://github.com/floating-ui/floating-ui/releases/tag/v1.16.1) [Compare Source](https://github.com/popperjs/popper-core/compare/v1.16.0...v1.16.1) - chore: added `funding` field in `package.json` ### [`v1.16.0`](https://github.com/floating-ui/floating-ui/releases/tag/v1.16.0) [Compare Source](https://github.com/popperjs/popper-core/compare/v1.15.0...v1.16.0) - 🚀 feat: referenceNode support for reference objects (closes [#&#8203;800](https://github.com/popperjs/popper-core/issues/800)) ([#&#8203;801](https://github.com/popperjs/popper-core/issues/801)) (thanks [@&#8203;Benjamin-Dobell](https://github.com/Benjamin-Dobell)) - 🛠 fix: make browser detection more reliable ([#&#8203;768](https://github.com/popperjs/popper-core/issues/768)) (thanks [@&#8203;mrzepinski](https://github.com/mrzepinski)) - 🛠 fix: Remove /src from .npmignore (for debugging) ([#&#8203;761](https://github.com/popperjs/popper-core/issues/761)) (thanks [@&#8203;justingrant](https://github.com/justingrant)) - 🛠 fix: calculation that results in NaN ([#&#8203;790](https://github.com/popperjs/popper-core/issues/790)) (thanks [@&#8203;snoozbuster](https://github.com/snoozbuster)) - 🛠 fix: ESM style export of Padding in TS typedefs ([#&#8203;802](https://github.com/popperjs/popper-core/issues/802)) (thanks [@&#8203;Benjamin-Dobell](https://github.com/Benjamin-Dobell)) - 🛠 fix: `.js.flow` definitions ([#&#8203;829](https://github.com/popperjs/popper-core/issues/829)) (thanks [@&#8203;pascalduez](https://github.com/pascalduez)) - ⚡️ perf: declared packages side effect free and fixed existing side effects ([#&#8203;830](https://github.com/popperjs/popper-core/issues/830)) (thanks [@&#8203;maclockard](https://github.com/maclockard)) - 📖 docs: add complete live example - 📖 docs: HTTPS codepen link ([#&#8203;795](https://github.com/popperjs/popper-core/issues/795)) (thanks [@&#8203;coliff](https://github.com/coliff)) - 📖 docs: fix typo in destroy.js comment ([#&#8203;810](https://github.com/popperjs/popper-core/issues/810)) (thanks [@&#8203;XhmikosR](https://github.com/XhmikosR)) - 🏡 chore: upgrade lerna ([#&#8203;803](https://github.com/popperjs/popper-core/issues/803)) (thanks [@&#8203;jquense](https://github.com/jquense)) ### [`v1.15.0`](https://github.com/floating-ui/floating-ui/releases/tag/v1.15.0) [Compare Source](https://github.com/popperjs/popper-core/compare/v1.14.7...v1.15.0) - fix(types): add missing `reference` and `popper` class properties ([#&#8203;759](https://github.com/popperjs/popper-core/issues/759)) - fix: add "unpkg" field to package.json to link to minified version ([#&#8203;758](https://github.com/popperjs/popper-core/issues/758)) - feat: add 'flipVariationsByContent' option to flip modifier ([#&#8203;754](https://github.com/popperjs/popper-core/issues/754)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuOCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot force-pushed renovate/popper.js-1.x from b3568328cd to 7dfff86830 2025-04-01 00:39:45 +00:00 Compare
renovate-bot force-pushed renovate/popper.js-1.x from 7dfff86830 to f400916aa8 2025-06-11 21:40:42 +00:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/popper.js-1.x:renovate/popper.js-1.x
git switch renovate/popper.js-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/popper.js-1.x
git switch renovate/popper.js-1.x
git rebase master
git switch master
git merge --ff-only renovate/popper.js-1.x
git switch renovate/popper.js-1.x
git rebase master
git switch master
git merge --no-ff renovate/popper.js-1.x
git switch master
git merge --squash renovate/popper.js-1.x
git switch master
git merge --ff-only renovate/popper.js-1.x
git switch master
git merge renovate/popper.js-1.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: KumiSystems/stolen#2
No description provided.