-
Notifications
You must be signed in to change notification settings - Fork 893
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
build(deps-dev): bump rimraf from 4.4.1 to 5.0.1 #1719
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.4.1 to 5.0.1. - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](isaacs/rimraf@v4.4.1...v5.0.1) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
May 22, 2023
renovate bot
referenced
this pull request
in fwouts/previewjs
Jul 27, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pino](https://getpino.io) ([source](https://github.com/pinojs/pino)) | [`^8.14.1` -> `^8.14.2`](https://renovatebot.com/diffs/npm/pino/8.14.1/8.14.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pino/8.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pino/8.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pino/8.14.1/8.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino/8.14.1/8.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pinojs/pino (pino)</summary> ### [`v8.14.2`](https://github.com/pinojs/pino/releases/tag/v8.14.2) [Compare Source](https://github.com/pinojs/pino/compare/v8.14.1...v8.14.2) #### What's Changed - build(deps-dev): bump [@​types/node](https://github.com/types/node) from 18.16.14 to 20.2.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/pinojs/pino/pull/1718](https://github.com/pinojs/pino/pull/1718) - build(deps-dev): bump rimraf from 4.4.1 to 5.0.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/pinojs/pino/pull/1719](https://github.com/pinojs/pino/pull/1719) - build(deps-dev): bump pino-pretty from 9.4.0 to 10.0.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/pinojs/pino/pull/1670](https://github.com/pinojs/pino/pull/1670) - docs: add pino-slack-webhook to list of v7+ compatible transports by [@​youngkiu](https://github.com/youngkiu) in [https://github.com/pinojs/pino/pull/1730](https://github.com/pinojs/pino/pull/1730) - Add missing closing curly brace in transports documentation by [@​JasoonS](https://github.com/JasoonS) in [https://github.com/pinojs/pino/pull/1737](https://github.com/pinojs/pino/pull/1737) - Issue [#​1735](https://github.com/pinojs/pino/issues/1735) - Programmatic Integration as a transport fails by [@​altearius](https://github.com/altearius) in [https://github.com/pinojs/pino/pull/1739](https://github.com/pinojs/pino/pull/1739) - build(deps-dev): bump typescript from 4.9.5 to 5.1.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/pinojs/pino/pull/1728](https://github.com/pinojs/pino/pull/1728) - build(deps-dev): bump bole from 4.0.1 to 5.0.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/pinojs/pino/pull/1734](https://github.com/pinojs/pino/pull/1734) - build(deps-dev): bump eslint-plugin-n from 15.7.0 to 16.0.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/pinojs/pino/pull/1740](https://github.com/pinojs/pino/pull/1740) - fix: browser respect child logger log level by [@​NicoVogel](https://github.com/NicoVogel) in [https://github.com/pinojs/pino/pull/1725](https://github.com/pinojs/pino/pull/1725) - Fix dependency version by [@​jsumners](https://github.com/jsumners) in [https://github.com/pinojs/pino/pull/1747](https://github.com/pinojs/pino/pull/1747) - fix: use `messageKey` when giving message precedence over error by [@​joelmukuthu](https://github.com/joelmukuthu) in [https://github.com/pinojs/pino/pull/1746](https://github.com/pinojs/pino/pull/1746) #### New Contributors - [@​youngkiu](https://github.com/youngkiu) made their first contribution in [https://github.com/pinojs/pino/pull/1730](https://github.com/pinojs/pino/pull/1730) - [@​JasoonS](https://github.com/JasoonS) made their first contribution in [https://github.com/pinojs/pino/pull/1737](https://github.com/pinojs/pino/pull/1737) - [@​altearius](https://github.com/altearius) made their first contribution in [https://github.com/pinojs/pino/pull/1739](https://github.com/pinojs/pino/pull/1739) - [@​NicoVogel](https://github.com/NicoVogel) made their first contribution in [https://github.com/pinojs/pino/pull/1725](https://github.com/pinojs/pino/pull/1725) - [@​joelmukuthu](https://github.com/joelmukuthu) made their first contribution in [https://github.com/pinojs/pino/pull/1746](https://github.com/pinojs/pino/pull/1746) **Full Changelog**: pinojs/pino@v8.14.1...v8.14.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/fwouts/previewjs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNC4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot
referenced
this pull request
in specfy/specfy
Aug 4, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pino](https://getpino.io) ([source](https://github.com/pinojs/pino)) | [`8.11.0` -> `8.15.0`](https://renovatebot.com/diffs/npm/pino/8.11.0/8.15.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pino/8.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pino/8.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pino/8.11.0/8.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino/8.11.0/8.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pinojs/pino (pino)</summary> ### [`v8.15.0`](https://github.com/pinojs/pino/releases/tag/v8.15.0) [Compare Source](https://github.com/pinojs/pino/compare/v8.14.2...v8.15.0) #### What's Changed - docs(transports): add axiom [#​1753](https://github.com/pinojs/pino/issues/1753) by [@​qlaffont](https://github.com/qlaffont) in [https://github.com/pinojs/pino/pull/1754](https://github.com/pinojs/pino/pull/1754) - Add pino-opentelemetry-transport as a known plugin to transports.md by [@​Vunovati](https://github.com/Vunovati) in [https://github.com/pinojs/pino/pull/1757](https://github.com/pinojs/pino/pull/1757) - fix: example code in transports.md by [@​exKAZUu](https://github.com/exKAZUu) in [https://github.com/pinojs/pino/pull/1761](https://github.com/pinojs/pino/pull/1761) - Add default levels to opts in multistream by [@​tzviki](https://github.com/tzviki) in [https://github.com/pinojs/pino/pull/1760](https://github.com/pinojs/pino/pull/1760) #### New Contributors - [@​qlaffont](https://github.com/qlaffont) made their first contribution in [https://github.com/pinojs/pino/pull/1754](https://github.com/pinojs/pino/pull/1754) - [@​Vunovati](https://github.com/Vunovati) made their first contribution in [https://github.com/pinojs/pino/pull/1757](https://github.com/pinojs/pino/pull/1757) - [@​exKAZUu](https://github.com/exKAZUu) made their first contribution in [https://github.com/pinojs/pino/pull/1761](https://github.com/pinojs/pino/pull/1761) - [@​tzviki](https://github.com/tzviki) made their first contribution in [https://github.com/pinojs/pino/pull/1760](https://github.com/pinojs/pino/pull/1760) **Full Changelog**: pinojs/pino@v8.14.2...v8.15.0 ### [`v8.14.2`](https://github.com/pinojs/pino/releases/tag/v8.14.2) [Compare Source](https://github.com/pinojs/pino/compare/v8.14.1...v8.14.2) #### What's Changed - build(deps-dev): bump [@​types/node](https://github.com/types/node) from 18.16.14 to 20.2.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/pinojs/pino/pull/1718](https://github.com/pinojs/pino/pull/1718) - build(deps-dev): bump rimraf from 4.4.1 to 5.0.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/pinojs/pino/pull/1719](https://github.com/pinojs/pino/pull/1719) - build(deps-dev): bump pino-pretty from 9.4.0 to 10.0.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/pinojs/pino/pull/1670](https://github.com/pinojs/pino/pull/1670) - docs: add pino-slack-webhook to list of v7+ compatible transports by [@​youngkiu](https://github.com/youngkiu) in [https://github.com/pinojs/pino/pull/1730](https://github.com/pinojs/pino/pull/1730) - Add missing closing curly brace in transports documentation by [@​JasoonS](https://github.com/JasoonS) in [https://github.com/pinojs/pino/pull/1737](https://github.com/pinojs/pino/pull/1737) - Issue [#​1735](https://github.com/pinojs/pino/issues/1735) - Programmatic Integration as a transport fails by [@​altearius](https://github.com/altearius) in [https://github.com/pinojs/pino/pull/1739](https://github.com/pinojs/pino/pull/1739) - build(deps-dev): bump typescript from 4.9.5 to 5.1.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/pinojs/pino/pull/1728](https://github.com/pinojs/pino/pull/1728) - build(deps-dev): bump bole from 4.0.1 to 5.0.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/pinojs/pino/pull/1734](https://github.com/pinojs/pino/pull/1734) - build(deps-dev): bump eslint-plugin-n from 15.7.0 to 16.0.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/pinojs/pino/pull/1740](https://github.com/pinojs/pino/pull/1740) - fix: browser respect child logger log level by [@​NicoVogel](https://github.com/NicoVogel) in [https://github.com/pinojs/pino/pull/1725](https://github.com/pinojs/pino/pull/1725) - Fix dependency version by [@​jsumners](https://github.com/jsumners) in [https://github.com/pinojs/pino/pull/1747](https://github.com/pinojs/pino/pull/1747) - fix: use `messageKey` when giving message precedence over error by [@​joelmukuthu](https://github.com/joelmukuthu) in [https://github.com/pinojs/pino/pull/1746](https://github.com/pinojs/pino/pull/1746) #### New Contributors - [@​youngkiu](https://github.com/youngkiu) made their first contribution in [https://github.com/pinojs/pino/pull/1730](https://github.com/pinojs/pino/pull/1730) - [@​JasoonS](https://github.com/JasoonS) made their first contribution in [https://github.com/pinojs/pino/pull/1737](https://github.com/pinojs/pino/pull/1737) - [@​altearius](https://github.com/altearius) made their first contribution in [https://github.com/pinojs/pino/pull/1739](https://github.com/pinojs/pino/pull/1739) - [@​NicoVogel](https://github.com/NicoVogel) made their first contribution in [https://github.com/pinojs/pino/pull/1725](https://github.com/pinojs/pino/pull/1725) - [@​joelmukuthu](https://github.com/joelmukuthu) made their first contribution in [https://github.com/pinojs/pino/pull/1746](https://github.com/pinojs/pino/pull/1746) **Full Changelog**: pinojs/pino@v8.14.1...v8.14.2 ### [`v8.14.1`](https://github.com/pinojs/pino/compare/v8.14.0...v8.14.1) [Compare Source](https://github.com/pinojs/pino/compare/v8.14.0...v8.14.1) ### [`v8.14.0`](https://github.com/pinojs/pino/compare/c1c8eb41240c0ae9282bac1741ae2ee7bdb82895...v8.14.0) [Compare Source](https://github.com/pinojs/pino/compare/c1c8eb41240c0ae9282bac1741ae2ee7bdb82895...v8.14.0) ### [`v8.12.1`](https://github.com/pinojs/pino/compare/v8.12.0...c1c8eb41240c0ae9282bac1741ae2ee7bdb82895) [Compare Source](https://github.com/pinojs/pino/compare/v8.12.0...c1c8eb41240c0ae9282bac1741ae2ee7bdb82895) ### [`v8.12.0`](https://github.com/pinojs/pino/compare/v8.11.0...v8.12.0) [Compare Source](https://github.com/pinojs/pino/compare/v8.11.0...v8.12.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/specfy/specfy). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6ImNob3JlL3Jlbm92YXRlQmFzZUJyYW5jaCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 task
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps rimraf from 4.4.1 to 5.0.1.
Changelog
Sourced from rimraf's changelog.
... (truncated)
Commits
bfda548
5.0.15c33c70
add some keywords to package.json13f0172
update glob, remove skipLibCheck: true21e15b0
doc: Add glob settings and v7 breaking changes (#268)98ee1e9
5.0.05d2b876
update to typescript 5c7a3fd4
Named export only, no default exportDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)