Skip to content

pkg: Update all non-major dependencies #2694

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

Merged
merged 1 commit into from
Mar 12, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 12, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@data-client/endpoint (source) 0.14.21 -> 0.14.25 age adoption passing confidence
@data-client/graphql (source) 0.14.21 -> 0.14.25 age adoption passing confidence
@data-client/react (source) 0.14.24 -> 0.14.25 age adoption passing confidence
@data-client/rest (source) 0.14.22 -> 0.14.25 age adoption passing confidence
lint-staged 15.4.3 -> 15.5.0 age adoption passing confidence

Release Notes

reactive/data-client (@​data-client/endpoint)

v0.14.25

Compare Source

Patch Changes
  • #​3417 a6af54c Thanks @​ntucker! - Update getOptimisticResponse snapshot types to include getResponseMeta

  • #​3407 d84899d Thanks @​ntucker! - Support dynamic invalidation/deletes

    Returning undefined from Entity.process
    will cause the Entity to be invalidated.
    This this allows us to invalidate dynamically; based on the particular response data.

    class PriceLevel extends Entity {
      price = 0;
      amount = 0;
    
      pk() {
        return this.price;
      }
    
      static process(
        input: [number, number],
        parent: any,
        key: string | undefined,
      ): any {
        const [price, amount] = input;
        if (amount === 0) return undefined;
        return { price, amount };
      }
    }
reactive/data-client (@​data-client/graphql)

v0.14.25

Compare Source

Patch Changes
  • #​3417 a6af54c Thanks @​ntucker! - Update getOptimisticResponse snapshot types to include getResponseMeta

  • #​3407 d84899d Thanks @​ntucker! - Support dynamic invalidation/deletes

    Returning undefined from Entity.process
    will cause the Entity to be invalidated.
    This this allows us to invalidate dynamically; based on the particular response data.

    class PriceLevel extends Entity {
      price = 0;
      amount = 0;
    
      pk() {
        return this.price;
      }
    
      static process(
        input: [number, number],
        parent: any,
        key: string | undefined,
      ): any {
        const [price, amount] = input;
        if (amount === 0) return undefined;
        return { price, amount };
      }
    }
  • Updated dependencies [a6af54c, d84899d]:

reactive/data-client (@​data-client/react)

v0.14.25

Compare Source

Patch Changes
reactive/data-client (@​data-client/rest)

v0.14.25

Compare Source

Patch Changes
  • #​3417 a6af54c Thanks @​ntucker! - Update getOptimisticResponse snapshot types to include getResponseMeta

  • #​3407 d84899d Thanks @​ntucker! - Support dynamic invalidation/deletes

    Returning undefined from Entity.process
    will cause the Entity to be invalidated.
    This this allows us to invalidate dynamically; based on the particular response data.

    class PriceLevel extends Entity {
      price = 0;
      amount = 0;
    
      pk() {
        return this.price;
      }
    
      static process(
        input: [number, number],
        parent: any,
        key: string | undefined,
      ): any {
        const [price, amount] = input;
        if (amount === 0) return undefined;
        return { price, amount };
      }
    }
  • Updated dependencies [a6af54c, d84899d]:

lint-staged/lint-staged (lint-staged)

v15.5.0

Compare Source

Minor Changes
  • #​1526 630af5f Thanks @​iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.
Example with Prettier

By default Prettier prefers double quotes.

Previously
  1. Stage file.js with only double quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails, cancels the commit, and resets back to the original state
  5. Commit was not done, original state is restored and single quotes ' are staged
Now
  1. Stage file.js with only double-quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails and cancels the commit
  5. Commit was not done, and there are no staged changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

Copy link
Contributor

Size Change: +76 B (+0.02%)

Total Size: 456 kB

Filename Size Change
examples/typescript/dist/vendors-node_modules_data-client_endpoint_lib_endpoint_js-node_modules_data-client_endpoint_l-8f1c57.chunk.js 1.9 kB +65 B (+3.54%)
ℹ️ View Unchanged
Filename Size Change
examples/typescript/dist/App.css 1.5 kB 0 B
examples/typescript/dist/App.js 128 kB 0 B
examples/typescript/dist/Error-index-tsx.chunk.js 237 B 0 B
examples/typescript/dist/GQL-index-tsx.chunk.js 1.49 kB +1 B (+0.07%)
examples/typescript/dist/Home-__tests__-home-test-tsx.chunk.js 4.94 kB +2 B (+0.04%)
examples/typescript/dist/Home-__tests__-home-test-tsx.css 270 B 0 B
examples/typescript/dist/Home-index-tsx.chunk.js 4.81 kB +2 B (+0.04%)
examples/typescript/dist/Home-index-tsx.css 261 B 0 B
examples/typescript/dist/index.html 273 B 0 B
examples/typescript/dist/Issues-index-tsx.chunk.js 2.42 kB 0 B
examples/typescript/dist/polyfill.js 29.9 kB 0 B
examples/typescript/dist/Posts-__tests__-postList-test-tsx.chunk.js 1.45 kB 0 B
examples/typescript/dist/Posts-index-tsx.chunk.js 1.9 kB 0 B
examples/typescript/dist/Posts-post-stories-tsx.chunk.js 1.95 kB 0 B
examples/typescript/dist/Posts-PostCreate-tsx.chunk.js 1.61 kB 0 B
examples/typescript/dist/Posts-PostEdit-tsx.chunk.js 2.01 kB +3 B (+0.15%)
examples/typescript/dist/Posts-PostForm-tsx.chunk.js 1.3 kB 0 B
examples/typescript/dist/Posts-PostListItem-tsx.chunk.js 1.53 kB +1 B (+0.07%)
examples/typescript/dist/Posts-useForm-tsx.chunk.js 319 B 0 B
examples/typescript/dist/react.js 57.6 kB 0 B
examples/typescript/dist/router.js 10 kB 0 B
examples/typescript/dist/Slow-index-tsx.chunk.js 411 B 0 B
examples/typescript/dist/src_pages_Home_echo_ts.chunk.js 157 B 0 B
examples/typescript/dist/User-index-tsx.chunk.js 1.54 kB +3 B (+0.19%)
examples/typescript/dist/vendors-node_modules_ant-design_icons_es_icons_CloseCircleFilled_js-node_modules_ant-design_i-c0417a.chunk.js 7.57 kB 0 B
examples/typescript/dist/vendors-node_modules_ant-design_icons_es_icons_DownOutlined_js-node_modules_antd_es__util_Pur-a06850.chunk.js 8.64 kB 0 B
examples/typescript/dist/vendors-node_modules_ant-design_icons_es_icons_InfoCircleOutlined_js-node_modules_ant-design_-253f1f.chunk.js 18.2 kB 0 B
examples/typescript/dist/vendors-node_modules_ant-design_icons_es_icons_InfoCircleOutlined_js-node_modules_ant-design_-512c85.chunk.js 5.92 kB 0 B
examples/typescript/dist/vendors-node_modules_ant-design_icons_es_icons_SearchOutlined_js-node_modules_antd_es_form_va-430566.chunk.js 4.7 kB 0 B
examples/typescript/dist/vendors-node_modules_ant-design_pro-layout_es_components_PageHeader_index_js.chunk.js 32.1 kB 0 B
examples/typescript/dist/vendors-node_modules_antd_es_button_index_js.chunk.js 9.22 kB 0 B
examples/typescript/dist/vendors-node_modules_antd_es_form_index_js-node_modules_antd_es_input_index_js.chunk.js 15.7 kB 0 B
examples/typescript/dist/vendors-node_modules_antd_es_input_TextArea_js.chunk.js 7.06 kB 0 B
examples/typescript/dist/vendors-node_modules_antd_es_list_index_js-node_modules_data-client_react_lib_hooks_useSuspense_js.chunk.js 36.8 kB +1 B (0%)
examples/typescript/dist/vendors-node_modules_antd_es_typography_index_js.chunk.js 8.85 kB 0 B
examples/typescript/dist/vendors-node_modules_data-client_rest_lib_resource_js.chunk.js 4.43 kB -2 B (-0.05%)
examples/typescript/dist/vendors-node_modules_testing-library_react_dist_testing-library_react_esm_js.chunk.js 36.5 kB 0 B
examples/typescript/dist/webpack-runtime.js 2.24 kB 0 B

compressed-size-action

@ntucker ntucker merged commit e1d89f1 into master Mar 12, 2025
20 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch March 12, 2025 22:19
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.

1 participant