Skip to content

fix(data): remove QueryParams deprecation warning#5152

Merged
timdeschryver merged 1 commit intongrx:mainfrom
bouclem:fix/remove-queryparams-deprecation
Apr 19, 2026
Merged

fix(data): remove QueryParams deprecation warning#5152
timdeschryver merged 1 commit intongrx:mainfrom
bouclem:fix/remove-queryparams-deprecation

Conversation

@bouclem
Copy link
Copy Markdown
Contributor

@bouclem bouclem commented Apr 19, 2026

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)

What is the current behavior?

The QueryParams interface in @ngrx/data has a @deprecated JSDoc tag suggesting users migrate to HttpOptions.

What is the new behavior?

The @deprecated tag is removed from the QueryParams interface. The rest of the JSDoc comment is preserved.

Does this PR introduce a breaking change?

  • No

Other information

Since @ngrx/data is in maintenance mode, no breaking changes will be introduced, making the deprecation warning unnecessary.

Closes #5150

@ngrx/data is in maintenance mode, so the deprecation warning on QueryParams is unnecessary since no breaking changes will be introduced.

Closes #5150
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 19, 2026

Deploy Preview for ngrx-io ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 3570f2f
🔍 Latest deploy log https://app.netlify.com/projects/ngrx-io/deploys/69e4d27958a9040008121bf9
😎 Deploy Preview https://deploy-preview-5152--ngrx-io.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Member

@timdeschryver timdeschryver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @bouclem

@timdeschryver timdeschryver merged commit 77dd99e into ngrx:main Apr 19, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Data: Remove deprecation warning QueryParams

3 participants