Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@qlik/api ^1.29.0 -> ^1.30.0 age adoption passing confidence
@testing-library/react ^16.2.0 -> ^16.3.0 age adoption passing confidence
caniuse-lite 1.0.30001707 -> 1.0.30001712 age adoption passing confidence
eslint-plugin-prettier 5.2.5 -> 5.2.6 age adoption passing confidence
eslint-plugin-react 7.37.4 -> 7.37.5 age adoption passing confidence
puppeteer (source) 24.4.0 -> 24.6.0 age adoption passing confidence
qlik-chart-modules 0.82.0 -> 0.85.0 age adoption passing confidence
react-router (source) 7.4.1 -> 7.5.0 age adoption passing confidence
rollup (source) 4.38.0 -> 4.39.0 age adoption passing confidence
typescript (source) >=5.8.2 -> >=5.8.3 age adoption passing confidence
webpack 5.98.0 -> 5.99.2 age adoption passing confidence

Release Notes

qlik-oss/qlik-api-ts (@​qlik/api)

v1.30.0

Compare Source

What's Changed

  • feat: add oauth-clients to qlik-api
  • feat: add productId and version to platform meta
  • fix: handle removed body/query
  • fix: WS connection can be created twice
  • feat: update from latest specs

Full Changelog: qlik-oss/qlik-api-ts@v1.29.0...v1.30.0

testing-library/react-testing-library (@​testing-library/react)

v16.3.0

Compare Source

browserslist/caniuse-lite (caniuse-lite)

v1.0.30001712

Compare Source

v1.0.30001711

Compare Source

v1.0.30001710

Compare Source

v1.0.30001709

Compare Source

prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.2.6

Compare Source

Patch Changes
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.5

Compare Source

Fixed
Changed
puppeteer/puppeteer (puppeteer)

v24.6.0

Compare Source

Features
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.5.0 to 24.6.0

v24.5.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
Features
Bug Fixes
remix-run/react-router (react-router)

v7.5.0

Compare Source

Minor Changes
  • Add granular object-based API for route.lazy to support lazy loading of individual route properties, for example: (#​13294)

    createBrowserRouter([
      {
        path: "/show/:showId",
        lazy: {
          loader: async () => (await import("./show.loader.js")).loader,
          action: async () => (await import("./show.action.js")).action,
          Component: async () => (await import("./show.component.js")).Component,
        },
      },
    ]);

    Breaking change for route.unstable_lazyMiddleware consumers

    The route.unstable_lazyMiddleware property is no longer supported. If you want to lazily load middleware, you must use the new object-based route.lazy API with route.lazy.unstable_middleware, for example:

    createBrowserRouter([
      {
        path: "/show/:showId",
        lazy: {
          unstable_middleware: async () =>
            (await import("./show.middleware.js")).middleware,
          // etc.
        },
      },
    ]);
Patch Changes
  • Introduce unstable_subResourceIntegrity future flag that enables generation of an importmap with integrity for the scripts that will be loaded by the browser. (#​13163)
rollup/rollup (rollup)

v4.39.0

Compare Source

2025-04-02

Features
  • Do not create separate facade chunks if a chunk would contain several entry modules that allow export extension if there are no export name conflicts (#​5891)
Bug Fixes
  • Mark the id property as optional in the filter for the resolveId hook (#​5896)
Pull Requests
microsoft/TypeScript (typescript)

v5.8.3

Compare Source

webpack/webpack (webpack)

v5.99.2

Compare Source

v5.99.1

Compare Source

Fixes
  • Dead control flow for many cases

v5.99.0

Compare Source


Configuration

📅 Schedule: Branch creation - "* * * * 0,6" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Apr 5, 2025
@renovate renovate bot enabled auto-merge (squash) April 5, 2025 00:57
@renovate renovate bot force-pushed the renovate/minor-and-patch branch 8 times, most recently from 925e844 to 531e05b Compare April 8, 2025 07:33
@renovate renovate bot force-pushed the renovate/minor-and-patch branch from 531e05b to f3795da Compare April 8, 2025 09:02
@renovate renovate bot merged commit a9a1c83 into main Apr 8, 2025
11 checks passed
@renovate renovate bot deleted the renovate/minor-and-patch branch April 8, 2025 09:51
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.

2 participants