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.12.9 -> 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)

v1.14.7

Compare Source

  • fix: TS and Flow types for preventOverflow and flip modifiers;

v1.14.6

Compare Source

  • fix: getOuterSizes returning NaN for virtual elements (#​711)
  • fix: improve rounding (#​715)
  • fix: flow types should live in umd folder (fixes Flow types)

v1.14.5

Compare Source

Popper.js

  • fix: Skip elements that does not have .offsetParent correctly (#​659)
  • fix: add missing props of Data to typescript declarations (#​655)
  • fix: add support for th elements (#​276) (#​650)
  • fix: run getComputedStyle in the same context as the target element (#​678)

Tooltip.js:

  • feat: options.closeOnClickOutside to close tooltip on click outside (#​661)
  • fix: update tooltip typings (#​675)

v1.14.4

Compare Source

Popper.js

  • docs: fixed some typos and grammar. (#​582)
  • test: Fix flaky test on IE (#​606)
  • fix: Get elements ownerDocument for correct measurements (#​607)
  • feat: Add Flow types to Popper.js (#​602)
  • docs: fix typos (#​616)
  • fix(computeStyle): correctly calculate bottom when x="top" and right when y="left" (#​612)
  • feat: Add specific padding to boundaries (#​518) (#​615)
  • docs: erroneous docs on placement (#​623)
  • docs: improved issue template
  • docs: fix typo on docs ("gzpipped" -> "gzipped") (#​631)
  • fix: Unignore flow typings from npm publish (#​633)
  • docs: update ad code
  • fix: add missing Data.arrowStyles declarations; (#​641)
  • fix: add typecript types to npm build (#​593)
  • refactor: tiny redundancy (#​657)
  • fix(flow): add event listener methods to Instance (#​656)

Tooltip.js

  • feat: set custom selectors for tooltip (#​644)
  • feat: use visibility instead of display for tooltip (#​647)
  • docs: options.placement only accepts string (#​660)

v1.14.3

Compare Source

fix: Regression introduced by #​596 (#​599)

v1.14.2

Compare Source

v1.14.1

Compare Source

fix: regression in Popper namespace TS typings (#​584)

v1.14.0

Compare Source

Popper.js
  • fix: Find parents with CSS property overflow: overlay; (#​540)
  • feat(popper): add positionFixed option (#​487)
  • fix: Add missing cleanup for the Destroy method (#​542) (#​544)
  • fix: offset parent calculation for hidden elements (#​545)
  • fix: Fixed the statement 2 of the loop to run through all autoprefixer (#​570)
  • fix: Fixed d.ts to make positionFixed optional
  • fix: Extract Behavior type
Tooltip.js (1.2.0)
  • feat(tooltip): Added function to update the tooltip's content
  • fix: Trigger a popper update when changing tooltip title

v1.13.0

Compare Source


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.12.9` -> `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)) ### [`v1.14.7`](https://github.com/floating-ui/floating-ui/releases/tag/v1.14.7) [Compare Source](https://github.com/popperjs/popper-core/compare/v1.14.6...v1.14.7) - fix: TS and Flow types for `preventOverflow` and `flip` modifiers; ### [`v1.14.6`](https://github.com/floating-ui/floating-ui/releases/tag/v1.14.6) [Compare Source](https://github.com/popperjs/popper-core/compare/v1.14.5...v1.14.6) - fix: getOuterSizes returning NaN for virtual elements ([#&#8203;711](https://github.com/popperjs/popper-core/issues/711)) - fix: improve rounding ([#&#8203;715](https://github.com/popperjs/popper-core/issues/715)) - fix: flow types should live in umd folder (fixes Flow types) ### [`v1.14.5`](https://github.com/floating-ui/floating-ui/releases/tag/v1.14.5) [Compare Source](https://github.com/popperjs/popper-core/compare/v1.14.4...v1.14.5) #### Popper.js - fix: Skip elements that does not have `.offsetParent` correctly ([#&#8203;659](https://github.com/popperjs/popper-core/issues/659)) - fix: add missing props of Data to typescript declarations ([#&#8203;655](https://github.com/popperjs/popper-core/issues/655)) - fix: add support for th elements ([#&#8203;276](https://github.com/popperjs/popper-core/issues/276)) ([#&#8203;650](https://github.com/popperjs/popper-core/issues/650)) - fix: run getComputedStyle in the same context as the target element ([#&#8203;678](https://github.com/popperjs/popper-core/issues/678)) #### Tooltip.js: - feat: options.closeOnClickOutside to close tooltip on click outside ([#&#8203;661](https://github.com/popperjs/popper-core/issues/661)) - fix: update tooltip typings ([#&#8203;675](https://github.com/popperjs/popper-core/issues/675)) ### [`v1.14.4`](https://github.com/floating-ui/floating-ui/releases/tag/v1.14.4) [Compare Source](https://github.com/popperjs/popper-core/compare/v1.14.3...v1.14.4) ### Popper.js - docs: fixed some typos and grammar. ([#&#8203;582](https://github.com/popperjs/popper-core/issues/582)) - test: Fix flaky test on IE ([#&#8203;606](https://github.com/popperjs/popper-core/issues/606)) - fix: Get elements ownerDocument for correct measurements ([#&#8203;607](https://github.com/popperjs/popper-core/issues/607)) - feat: Add Flow types to Popper.js ([#&#8203;602](https://github.com/popperjs/popper-core/issues/602)) - docs: fix typos ([#&#8203;616](https://github.com/popperjs/popper-core/issues/616)) - fix(computeStyle): correctly calculate `bottom` when x="top" and `right` when y="left" ([#&#8203;612](https://github.com/popperjs/popper-core/issues/612)) - feat: Add specific padding to boundaries ([#&#8203;518](https://github.com/popperjs/popper-core/issues/518)) ([#&#8203;615](https://github.com/popperjs/popper-core/issues/615)) - docs: erroneous docs on `placement` ([#&#8203;623](https://github.com/popperjs/popper-core/issues/623)) - docs: improved issue template - docs: fix typo on docs ("gzpipped" -> "gzipped") ([#&#8203;631](https://github.com/popperjs/popper-core/issues/631)) - fix: Unignore flow typings from npm publish ([#&#8203;633](https://github.com/popperjs/popper-core/issues/633)) - docs: update ad code - fix: add missing Data.arrowStyles declarations; ([#&#8203;641](https://github.com/popperjs/popper-core/issues/641)) - fix: add typecript types to npm build ([#&#8203;593](https://github.com/popperjs/popper-core/issues/593)) - refactor: tiny redundancy ([#&#8203;657](https://github.com/popperjs/popper-core/issues/657)) - fix(flow): add event listener methods to Instance ([#&#8203;656](https://github.com/popperjs/popper-core/issues/656)) ### Tooltip.js - feat: set custom selectors for tooltip ([#&#8203;644](https://github.com/popperjs/popper-core/issues/644)) - feat: use visibility instead of display for tooltip ([#&#8203;647](https://github.com/popperjs/popper-core/issues/647)) - docs: options.placement only accepts string ([#&#8203;660](https://github.com/popperjs/popper-core/issues/660)) ### [`v1.14.3`](https://github.com/floating-ui/floating-ui/releases/tag/v1.14.3) [Compare Source](https://github.com/popperjs/popper-core/compare/v1.14.2...v1.14.3) fix: Regression introduced by [#&#8203;596](https://github.com/popperjs/popper-core/issues/596) ([#&#8203;599](https://github.com/popperjs/popper-core/issues/599)) ### [`v1.14.2`](https://github.com/floating-ui/floating-ui/releases/tag/v1.14.2) [Compare Source](https://github.com/popperjs/popper-core/compare/v1.14.1...v1.14.2) - perf: Reduce size of isIE helper ([#&#8203;594](https://github.com/popperjs/popper-core/issues/594)) - fix: offset rounding ([#&#8203;595](https://github.com/popperjs/popper-core/issues/595)) - fix: Fixed [#&#8203;251](https://github.com/popperjs/popper-core/issues/251) (finally) ([#&#8203;596](https://github.com/popperjs/popper-core/issues/596)) ### [`v1.14.1`](https://github.com/floating-ui/floating-ui/releases/tag/v1.14.1) [Compare Source](https://github.com/popperjs/popper-core/compare/v1.14.0...v1.14.1) fix: regression in Popper namespace TS typings ([#&#8203;584](https://github.com/popperjs/popper-core/issues/584)) ### [`v1.14.0`](https://github.com/floating-ui/floating-ui/releases/tag/v1.14.0) [Compare Source](https://github.com/popperjs/popper-core/compare/v1.13.0...v1.14.0) ##### Popper.js - fix: Find parents with CSS property overflow: overlay; ([#&#8203;540](https://github.com/popperjs/popper-core/issues/540)) - feat(popper): add `positionFixed` option ([#&#8203;487](https://github.com/popperjs/popper-core/issues/487)) - fix: Add missing cleanup for the Destroy method ([#&#8203;542](https://github.com/popperjs/popper-core/issues/542)) ([#&#8203;544](https://github.com/popperjs/popper-core/issues/544)) - fix: offset parent calculation for hidden elements ([#&#8203;545](https://github.com/popperjs/popper-core/issues/545)) - fix: Fixed the statement 2 of the loop to run through all autoprefixer ([#&#8203;570](https://github.com/popperjs/popper-core/issues/570)) - fix: Fixed d.ts to make positionFixed optional - fix: Extract Behavior type ##### Tooltip.js (1.2.0) - feat(tooltip): Added function to update the tooltip's content - fix: Trigger a popper update when changing tooltip title ### [`v1.13.0`](https://github.com/popperjs/popper-core/compare/v1.12.9...v1.13.0) [Compare Source](https://github.com/popperjs/popper-core/compare/v1.12.9...v1.13.0) </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 86416cfffc to cbfb08ca43 2025-06-04 14:13: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: kumi/essensplan#2
No description provided.