chore(deps-dev): bump io.micrometer:micrometer-core from 1.16.0 to 1.16.1#2932
Merged
mergify[bot] merged 1 commit intoDec 14, 2025
Merged
Conversation
Contributor
🧪 CI InsightsHere's what we observed from your CI run for f8a4b4f. 🟢 All jobs passed!But CI Insights is watching 👀 |
659e4f7 to
5e04bef
Compare
Bumps [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer) from 1.16.0 to 1.16.1. - [Release notes](https://github.com/micrometer-metrics/micrometer/releases) - [Commits](micrometer-metrics/micrometer@v1.16.0...v1.16.1) --- updated-dependencies: - dependency-name: io.micrometer:micrometer-core dependency-version: 1.16.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
5e04bef to
f8a4b4f
Compare
robfrank
approved these changes
Dec 14, 2025
mergify Bot
added a commit
that referenced
this pull request
May 10, 2026
… [skip ci] Bumps [pdfmake](https://github.com/bpampuch/pdfmake) from 0.3.7 to 0.3.8. Release notes *Sourced from [pdfmake's releases](https://github.com/bpampuch/pdfmake/releases).* > 0.3.8 > ----- > > * Added server-side method `setLocalAccessPolicy()` for defining a custom access policy for local file > > Example: > > ``` > pdfmake.setLocalAccessPolicy((path) => { > // check allowed local file path > return path.startsWith("fonts/"); > }); > ``` > * Improved URL Access Policy (`setUrlAccessPolicy` method); URLs are now validated even before each redirection in Node.js and after final redirection in browser (browsers do not support validation before redirection) > * Fixed extra blank page when using headerRows, dontBreakRows and cell pageBreak together > * Fixed rendering of an invalid color name - previously it used the last valid color; now it defaults to black > * Fixed dontBreakRows rowSpan ending offset across pages Changelog *Sourced from [pdfmake's changelog](https://github.com/bpampuch/pdfmake/blob/master/CHANGELOG.md).* > 0.3.8 - 2026-05-06 > ------------------ > > * Added server-side method `setLocalAccessPolicy()` for defining a custom access policy for local file > > Example: > > ``` > pdfmake.setLocalAccessPolicy((path) => { > // check allowed local file path > return path.startsWith("fonts/"); > }); > ``` > * Improved URL Access Policy (`setUrlAccessPolicy` method); URLs are now validated even before each redirection in Node.js and after final redirection in browser (browsers do not support validation before redirection) > * Fixed extra blank page when using headerRows, dontBreakRows and cell pageBreak together > * Fixed rendering of an invalid color name - previously it used the last valid color; now it defaults to black > * Fixed dontBreakRows rowSpan ending offset across pages Commits * [`700b4fa`](bpampuch/pdfmake@700b4fa) 0.3.8 * [`244ac8b`](bpampuch/pdfmake@244ac8b) 0.3.8 * [`2927f32`](bpampuch/pdfmake@2927f32) refresh pdf examples * [`03c627d`](bpampuch/pdfmake@03c627d) update dependencies * [`ed44141`](bpampuch/pdfmake@ed44141) improved URL access policy; URLs are now validated even before redirection in... * [`8fc1fc4`](bpampuch/pdfmake@8fc1fc4) improved URL Access Policy; URLs are now validated even after redirection * [`db68a45`](bpampuch/pdfmake@db68a45) Fix dontBreakRows rowSpan ending offset across pages ([#2932](https://redirect.github.com/bpampuch/pdfmake/issues/2932)) * [`4301e73`](bpampuch/pdfmake@4301e73) validate only string colors [#2872](https://redirect.github.com/bpampuch/pdfmake/issues/2872) * [`b2cc389`](bpampuch/pdfmake@b2cc389) fixed rendering invalid color name for text decorator [#2872](https://redirect.github.com/bpampuch/pdfmake/issues/2872) * [`3805f72`](bpampuch/pdfmake@3805f72) fixed rendering invalid color name [#2872](https://redirect.github.com/bpampuch/pdfmake/issues/2872) * Additional commits viewable in [compare view](bpampuch/pdfmake@0.3.7...0.3.8) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot 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-automerge-start) [//]: # (dependabot-automerge-end) --- 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 io.micrometer:micrometer-core from 1.16.0 to 1.16.1.
Release notes
Sourced from io.micrometer:micrometer-core's releases.
Commits
0550e76Merge branch '1.15.x' into 1.16.xe8dd176Merge branch '1.14.x' into 1.15.xd8a46b5Fixed flaky test for mongo client (#6924)0bbe73bBump com.uber.nullaway:nullaway from 0.12.13 to 0.12.14 (#6937)d0b368dPolish gh-6612 (#6932)aa9eac0Bump com.uber.nullaway:nullaway from 0.12.12 to 0.12.13 (#6930)57bd4ffMerge branch '1.15.x' into 1.16.x11d8fb1Merge branch '1.14.x' into 1.15.x5779b09Backport fixing typos in docs8b88e43Merge branch '1.15.x' into 1.16.xDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)