Skip to content

chore(deps): bump org.openrewrite.recipe:rewrite-static-analysis from 2.5.1 to 2.7.1#122

Merged
robfrank merged 1 commit into
mainfrom
dependabot/maven/org.openrewrite.recipe-rewrite-static-analysis-2.7.1
Apr 18, 2025
Merged

chore(deps): bump org.openrewrite.recipe:rewrite-static-analysis from 2.5.1 to 2.7.1#122
robfrank merged 1 commit into
mainfrom
dependabot/maven/org.openrewrite.recipe-rewrite-static-analysis-2.7.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 14, 2025

Copy link
Copy Markdown
Contributor

Bumps org.openrewrite.recipe:rewrite-static-analysis from 2.5.1 to 2.7.1.

Release notes

Sourced from org.openrewrite.recipe:rewrite-static-analysis's releases.

2.7.1

What's Changed

Full Changelog: openrewrite/rewrite-static-analysis@v2.7.0...v2.7.1

2.7.0

What's Changed

Full Changelog: openrewrite/rewrite-static-analysis@v2.6.0...v2.7.0

2.6.0

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-static-analysis@v2.5.0...v2.6.0

Commits
  • 2b6c050 Revert option for literal visiting in ChangePackage/ChangeType (#501)
  • 4fafd76 refactor: UpdateMSAL
  • be6b04d Use maybeParenthesize() utility in NoValueOfOnStringType (#500)
  • 4fa996a refactor: UpdateMSAL (#499)
  • 252ef7f Increased idempotency of EqualsAvoidsNull by avoiding too many swaps (#496)
  • 3f49a05 Fix several issues in InstanceOfPatternMatch (#489)
  • 5514159 Added spaces (#494)
  • 59dc3a5 Added option to provide a custom FQN to AnnotateNullableMethods recipe (#491)
  • 7e5ec9f Fix missing constructor argument issue (#492)
  • See full diff in compare view

Dependabot compatibility score

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 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 show <dependency name> 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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 14, 2025
@robfrank

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/maven/org.openrewrite.recipe-rewrite-static-analysis-2.7.1 branch from 3462d66 to 3b3f4cb Compare April 18, 2025 20:16
@robfrank

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/maven/org.openrewrite.recipe-rewrite-static-analysis-2.7.1 branch from 3b3f4cb to 9667d98 Compare April 18, 2025 20:20
@robfrank

Copy link
Copy Markdown
Owner

@dependabot recreate

Bumps [org.openrewrite.recipe:rewrite-static-analysis](https://github.com/openrewrite/rewrite-static-analysis) from 2.5.1 to 2.7.1.
- [Release notes](https://github.com/openrewrite/rewrite-static-analysis/releases)
- [Commits](openrewrite/rewrite-static-analysis@v2.5.1...v2.7.1)

---
updated-dependencies:
- dependency-name: org.openrewrite.recipe:rewrite-static-analysis
  dependency-version: 2.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/maven/org.openrewrite.recipe-rewrite-static-analysis-2.7.1 branch from 9667d98 to 9f7ba93 Compare April 18, 2025 21:29
@robfrank robfrank merged commit 2dea818 into main Apr 18, 2025
@robfrank robfrank deleted the dependabot/maven/org.openrewrite.recipe-rewrite-static-analysis-2.7.1 branch April 18, 2025 21:39
mergify Bot added a commit that referenced this pull request Jun 4, 2026
[//]: # (dependabot-start)
⚠️ \*\*Dependabot is rebasing this PR\*\* ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.
Updates `qs` from 6.14.2 to 6.15.2
Changelog

*Sourced from [qs's changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md).*

> **6.15.2**
> ----------
>
> * [Fix] `stringify`: skip null/undefined entries in `arrayFormat: 'comma'` + `encodeValuesOnly` instead of crashing in `encoder`
> * [Fix] `stringify`: use configured `delimiter` after `charsetSentinel` ([#555](https://redirect.github.com/ljharb/qs/issues/555))
> * [Fix] `stringify`: apply `formatter` to encoded key under `strictNullHandling` ([#554](https://redirect.github.com/ljharb/qs/issues/554))
> * [Fix] `stringify`: skip null/undefined filter-array entries instead of crashing in `encoder` ([#551](https://redirect.github.com/ljharb/qs/issues/551))
> * [Fix] `parse`: handle nested bracket groups and add regression tests ([#530](https://redirect.github.com/ljharb/qs/issues/530))
> * [readme] fix grammar ([#550](https://redirect.github.com/ljharb/qs/issues/550))
> * [Dev Deps] update `@ljharb/eslint-config`
> * [Tests] add regression tests for keys containing percent-encoded bracket text
>
> **6.15.1**
> ----------
>
> * [Fix] `parse`: `parameterLimit: Infinity` with `throwOnLimitExceeded: true` silently drops all parameters
> * [Deps] update `@ljharb/eslint-config`
> * [Dev Deps] update `@ljharb/eslint-config`, `iconv-lite`
> * [Tests] increase coverage
>
> **6.15.0**
> ----------
>
> * [New] `parse`: add `strictMerge` option to wrap object/primitive conflicts in an array ([#425](https://redirect.github.com/ljharb/qs/issues/425), [#122](https://redirect.github.com/ljharb/qs/issues/122))
> * [Fix] `duplicates` option should not apply to bracket notation keys ([#514](https://redirect.github.com/ljharb/qs/issues/514))


Commits

* [`9aca407`](ljharb/qs@9aca407) v6.15.2
* [`5e33d33`](ljharb/qs@5e33d33) [Dev Deps] update `@ljharb/eslint-config`
* [`21f80b3`](ljharb/qs@21f80b3) [Fix] `stringify`: skip null/undefined entries in `arrayFormat: 'comma'` + `e...
* [`a0a81ea`](ljharb/qs@a0a81ea) [Fix] `stringify`: use configured `delimiter` after `charsetSentinel`
* [`e3062f7`](ljharb/qs@e3062f7) [Fix] `stringify`: apply `formatter` to encoded key under `strictNullHandling`
* [`0c180a4`](ljharb/qs@0c180a4) [Fix] `stringify`: skip null/undefined filter-array entries instead of crashi...
* [`3a8b94a`](ljharb/qs@3a8b94a) [Tests] add regression tests for keys containing percent-encoded bracket text
* [`96755ab`](ljharb/qs@96755ab) [readme] fix grammar
* [`a419ce5`](ljharb/qs@a419ce5) [Fix] `parse`: handle nested bracket groups and add regression tests
* [`3f5e1c5`](ljharb/qs@3f5e1c5) v6.15.1
* Additional commits viewable in [compare view](ljharb/qs@v6.14.2...v6.15.2)
  
Updates `express` from 4.22.1 to 4.22.2
Release notes

*Sourced from [express's releases](https://github.com/expressjs/express/releases).*

> v4.22.2
> -------
>
> What's Changed
> --------------
>
> * fix: restore >20 array parsing for `req.query` repeated keys ([`8d09bfe6`](expressjs/express@8d09bfe))
>   + This also unifies array-cap behavior across notations. Indexed notation (`a[0]=...`) was historically capped at qs's default `arrayLimit` of 20 even in older qs versions; after this change it also allows up to 1000 items.
> * deps: qs@~6.15.1
> * deps: body-parser@~1.20.5
>
> New Contributors
> ----------------
>
> * [`@​suuuuuuminnnnnn`](https://github.com/suuuuuuminnnnnn) made their first contribution in [expressjs/express#7021](https://redirect.github.com/expressjs/express/pull/7021)
> * [`@​SAY-5`](https://github.com/SAY-5) made their first contribution in [expressjs/express#7181](https://redirect.github.com/expressjs/express/pull/7181)
>
> **Full Changelog**: <expressjs/express@v4.22.1...v4.22.2>


Changelog

*Sourced from [express's changelog](https://github.com/expressjs/express/blob/v4.22.2/History.md).*

> 4.22.2 / 2026-05-011
> ====================
>
> * fix: restore >20 array parsing for `req.query` repeated keys ([`8d09bfe6`](expressjs/express@8d09bfe))
>   + This also unifies array-cap behavior across notations. Indexed notation (`a[0]=...`) was historically capped at qs's default `arrayLimit` of 20 even in older qs versions; after this change it also allows up to 1000 items.
> * deps: qs@~6.15.1
> * deps: body-parser@~1.20.5


Commits

* [`df0abc9`](expressjs/express@df0abc9) 4.22.2
* [`836d366`](expressjs/express@836d366) `4.x` update qs to 6.15.1, body-parser 1.20.5 ([#7224](https://redirect.github.com/expressjs/express/issues/7224))
* [`8d09bfe`](expressjs/express@8d09bfe) fix: restore array parsing for req.query repeated keys ([#7181](https://redirect.github.com/expressjs/express/issues/7181))
* [`d39e8ad`](expressjs/express@d39e8ad) deps: body-parser@~1.20.4 ([#7021](https://redirect.github.com/expressjs/express/issues/7021))
* [`efe85d9`](expressjs/express@efe85d9) deps: qs@^6.14.1 ([#6972](https://redirect.github.com/expressjs/express/issues/6972))
* [`f62378e`](expressjs/express@f62378e) 📝 add note to history
* See full diff in [compare view](expressjs/express@v4.22.1...v4.22.2)
  
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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/robfrank/linklift/network/alerts).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file dependency_approved java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant