heap-data-structure / d-ary-heap

:octopus: d-ary heap data structure library for JavaScript
https://heap-data-structure.github.io/d-ary-heap
GNU Affero General Public License v3.0
0 stars 1 forks source link

:arrow_up: deps: Upgrade dependency @babel/preset-env to v7.23.8 #373

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/preset-env (source) 7.23.7 -> 7.23.8 age adoption passing confidence

Release Notes

babel/babel (@​babel/preset-env) ### [`v7.23.8`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7238-2024-01-08) [Compare Source](https://togithub.com/babel/babel/compare/v7.23.7...v7.23.8) ##### :bug: Bug Fix - `babel-preset-env` - [#​16181](https://togithub.com/babel/babel/pull/16181) fix: `preset-env` throws exception for `export * as x` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helpers`, `babel-plugin-proposal-decorators` - [#​16201](https://togithub.com/babel/babel/pull/16201) fix: decorator binds `getter/setter` to `ctx.access` for public fields ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#​16199](https://togithub.com/babel/babel/pull/16199) fix: Class decorator correctly passes return value ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :leftwards_arrow_with_hook: Revert - [#​16202](https://togithub.com/babel/babel/pull/16202) Revert "chore: Update artifact tools ([#​16184](https://togithub.com/babel/babel/issues/16184))" ([@​JLHwung](https://togithub.com/JLHwung)) ##### :microscope: Output optimization - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-function-name`, `babel-plugin-transform-parameters`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-runtime`, `babel-plugin-transform-spread`, `babel-plugin-transform-typescript`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16194](https://togithub.com/babel/babel/pull/16194) Improve output of `super()` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Mend Renovate. View repository job log here.

codecov-commenter commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (bc94e90) 100.00% compared to head (052dd1f) 100.00%. Report is 1 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #373 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 13 13 Lines 562 562 ========================================= Hits 562 562 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.