Skip to content
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

fix(deps): update dependency @adobe/helix-log to v6 #363

Merged
merged 2 commits into from
Oct 21, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@adobe/helix-log 5.0.5 -> 6.0.0 age adoption passing confidence

Release Notes

adobe/helix-log

v6.0.0

Compare Source

Bug Fixes
  • remove global root logger and related methods (cbc5135)
  • remove winston support (bf9053a)
BREAKING CHANGES
  • the following constants and methods are no longer
    exported:
    • rootLogger
    • fatal
    • error
    • info
    • log
    • warn
    • verbose
    • debug
    • trace
    • silly

In order to quickly get a root logger, use createDefaultLogger().

  • the winston transport is no longer supported

5.0.5 (2021-09-20)

Bug Fixes

5.0.4 (2021-09-02)

Bug Fixes

5.0.3 (2021-04-12)

Bug Fixes

5.0.2 (2021-04-02)

Bug Fixes

5.0.1 (2021-04-02)

Bug Fixes
  • coralogix: never throw an exception when flushing fails, just log an error to console (7b58313), closes #​181

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@github-actions
Copy link

This PR will trigger a patch release when merged.

@codecov
Copy link

codecov bot commented Oct 20, 2021

Codecov Report

Merging #363 (d7766ba) into main (2aa943a) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #363   +/-   ##
=======================================
  Coverage   99.31%   99.32%           
=======================================
  Files          11       11           
  Lines         588      591    +3     
=======================================
+ Hits          584      587    +3     
  Misses          4        4           
Impacted Files Coverage Δ
lib/index.js 97.64% <100.00%> (+0.08%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2aa943a...d7766ba. Read the comment docs.

@tripodsan tripodsan requested a review from trieloff October 20, 2021 20:35
@tripodsan tripodsan merged commit 6298ed2 into main Oct 21, 2021
@renovate renovate bot deleted the renovate-major-adobe-major branch October 21, 2021 13:30
trieloff pushed a commit that referenced this pull request Feb 14, 2022
# [7.0.0](v6.1.4...v7.0.0) (2022-02-14)

### Bug Fixes

* **deps:** update dependency @adobe/helix-log to v6 ([#363](#363)) ([6298ed2](6298ed2))
* **index:** remove reference to single input file ([7324427](7324427)), closes [#386](#386)
* **symbols:** tweak exports ([d31ab23](d31ab23))
* **tests:** use fileToURLPath for dirname ([352d032](352d032))

### Code Refactoring

* use esm ([a628755](a628755))

### Features

* **api:** change shape of input and output data ([797090f](797090f))
* **api:** create typescript declaration for api ([92426f9](92426f9))

### BREAKING CHANGES

* `jsonschema2md` now uses ECMAScript Modules (`import`/`export`) instead of CommonJS Modules (`require`/`exports`). This was driven by the desire to stay up to date with dependencies that switched to ESM.
@trieloff
Copy link
Collaborator

🎉 This PR is included in version 7.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

EnricoMi added a commit to EnricoMi/jsonschema2md that referenced this pull request Feb 24, 2022
Since 6298ed2, jsonschema2md requires node >= 12.0.0 (adobe#363).
EnricoMi added a commit to EnricoMi/jsonschema2md that referenced this pull request Feb 24, 2022
Since 6298ed2, jsonschema2md requires node >= 12.0.0 (adobe#363).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants