Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudquery/plugin-sdk-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.25
Choose a base ref
...
head repository: cloudquery/plugin-sdk-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.26
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on May 1, 2025

  1. fix(deps): Update dependency prettier to v3.5.3 (#277)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [prettier](https://prettier.io) ([source](https://redirect.github.com/prettier/prettier)) | devDependencies | patch | [`3.5.1` -> `3.5.3`](https://renovatebot.com/diffs/npm/prettier/3.5.1/3.5.3) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>prettier/prettier (prettier)</summary>
    
    ### [`v3.5.3`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#353)
    
    [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.5.2...3.5.3)
    
    [diff](https://redirect.github.com/prettier/prettier/compare/3.5.2...3.5.3)
    
    ##### Flow: Fix missing parentheses in `ConditionalTypeAnnotation` ([#&#8203;17196](https://redirect.github.com/prettier/prettier/pull/17196) by [@&#8203;fisker](https://redirect.github.com/fisker))
    
    <!-- prettier-ignore -->
    
    ```jsx
    // Input
    type T<U> = 'a' | ('b' extends U ? 'c' : empty);
    type T<U> = 'a' & ('b' extends U ? 'c' : empty);
    
    // Prettier 3.5.2
    type T<U> = "a" | "b" extends U ? "c" : empty;
    type T<U> = "a" & "b" extends U ? "c" : empty;
    
    // Prettier 3.5.3
    type T<U> = "a" | ("b" extends U ? "c" : empty);
    type T<U> = "a" & ("b" extends U ? "c" : empty);
    ```
    
    ### [`v3.5.2`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#352)
    
    [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.5.1...3.5.2)
    
    [diff](https://redirect.github.com/prettier/prettier/compare/3.5.1...3.5.2)
    
    ##### Remove `module-sync` condition ([#&#8203;17156](https://redirect.github.com/prettier/prettier/pull/17156) by [@&#8203;fisker](https://redirect.github.com/fisker))
    
    In Prettier 3.5.0, [we added `module-sync` condition to `package.json`](https://prettier.io/blog/2025/02/09/3.5.0#use-esm-entrypoint-for-requireesm-16958-by-tats-u), so that `require("prettier")` can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the `module-sync` condition, so `require("prettier")` will still use the CommonJS version, we'll revisit until `require(ESM)` feature is more stable.
    
    </details>
    
    ---
    
    ### Configuration
    
    πŸ“… **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    β™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    πŸ”• **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored May 1, 2025
    Configuration menu
    Copy the full SHA
    8376dba View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update dependency winston-error-format to v3.0.2 (#278)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [winston-error-format](https://redirect.github.com/ehmicky/winston-error-format) | dependencies | patch | [`3.0.1` -> `3.0.2`](https://renovatebot.com/diffs/npm/winston-error-format/3.0.1/3.0.2) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>ehmicky/winston-error-format (winston-error-format)</summary>
    
    ### [`v3.0.2`](https://redirect.github.com/ehmicky/winston-error-format/blob/HEAD/CHANGELOG.md#302)
    
    [Compare Source](https://redirect.github.com/ehmicky/winston-error-format/compare/3.0.1...3.0.2)
    
    #### Documentation
    
    -   Improve documentation in `README.md`
    
    </details>
    
    ---
    
    ### Configuration
    
    πŸ“… **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    β™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    πŸ”• **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored May 1, 2025
    Configuration menu
    Copy the full SHA
    ba90ab7 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

  1. fix(deps): Update dependency @cloudquery/plugin-pb-javascript to ^0.0…

    ….34 (#280)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [@cloudquery/plugin-pb-javascript](https://redirect.github.com/cloudquery/plugin-pb-javascript) | dependencies | patch | [`^0.0.33` -> `^0.0.34`](https://renovatebot.com/diffs/npm/@cloudquery%2fplugin-pb-javascript/0.0.33/0.0.34) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-pb-javascript (@&#8203;cloudquery/plugin-pb-javascript)</summary>
    
    ### [`v0.0.34`](https://redirect.github.com/cloudquery/plugin-pb-javascript/blob/HEAD/CHANGELOG.md#0034-2025-05-09)
    
    [Compare Source](https://redirect.github.com/cloudquery/plugin-pb-javascript/compare/v0.0.33...v0.0.34)
    
    ##### Bug Fixes
    
    -   **deps:** Update dependency [@&#8203;grpc/grpc-js](https://redirect.github.com/grpc/grpc-js) to v1.13.3 ([#&#8203;95](https://redirect.github.com/cloudquery/plugin-pb-javascript/issues/95)) ([e686c4d](https://redirect.github.com/cloudquery/plugin-pb-javascript/commit/e686c4d0e862e2f8bd4c1b4fc7bb721cf46d2aa4))
    -   **deps:** Update dependency typescript to v5.8.3 ([#&#8203;96](https://redirect.github.com/cloudquery/plugin-pb-javascript/issues/96)) ([4657f68](https://redirect.github.com/cloudquery/plugin-pb-javascript/commit/4657f68f02335cf0e60acc18579935e65a606de1))
    
    </details>
    
    ---
    
    ### 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 becomes conflicted, or you tick the rebase/retry checkbox.
    
    πŸ”• **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored May 9, 2025
    Configuration menu
    Copy the full SHA
    5473220 View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v0.1.26 (#279)

    πŸ€– I have created a release *beep* *boop*
    ---
    
    
    ## [0.1.26](v0.1.25...v0.1.26) (2025-05-09)
    
    
    ### Bug Fixes
    
    * **deps:** Update dependency @cloudquery/plugin-pb-javascript to ^0.0.34 ([#280](#280)) ([5473220](5473220))
    * **deps:** Update dependency prettier to v3.5.3 ([#277](#277)) ([8376dba](8376dba))
    * **deps:** Update dependency winston-error-format to v3.0.2 ([#278](#278)) ([ba90ab7](ba90ab7))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    cq-bot authored May 9, 2025
    Configuration menu
    Copy the full SHA
    ad14f46 View commit details
    Browse the repository at this point in the history
Loading