Skip to content
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

chore(deps): update all non-major dependencies #62

Merged
merged 1 commit into from
Jul 26, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cyco130/eslint-config ^3.3.0 -> ^3.3.1 age adoption passing confidence
@nestjs/common (source) ^10.1.0 -> ^10.1.2 age adoption passing confidence
@nestjs/core (source) ^10.1.0 -> ^10.1.2 age adoption passing confidence
@nestjs/platform-express (source) ^10.1.0 -> ^10.1.2 age adoption passing confidence
@swc/core (source) ^1.3.69 -> ^1.3.71 age adoption passing confidence
@types/koa (source) ^2.13.6 -> ^2.13.7 age adoption passing confidence
@types/node (source) ^20.4.2 -> ^20.4.5 age adoption passing confidence
@types/react (source) ^18.2.15 -> ^18.2.16 age adoption passing confidence
node-fetch ^3.3.1 -> ^3.3.2 age adoption passing confidence
puppeteer (source) ^20.8.2 -> ^20.9.0 age adoption passing confidence
rollup-plugin-swc3 ^0.8.2 -> ^0.9.1 age adoption passing confidence
vite (source) ^4.4.4 -> ^4.4.7 age adoption passing confidence

Release Notes

cyco130/eslint-config (@​cyco130/eslint-config)

v3.3.1

Compare Source

nestjs/nest (@​nestjs/common)

v10.1.2

Compare Source

v10.1.1

Compare Source

nestjs/nest (@​nestjs/core)

v10.1.2

Compare Source

v10.1.1

Compare Source

nestjs/nest (@​nestjs/platform-express)

v10.1.2

Compare Source

v10.1.1

Compare Source

swc-project/swc (@​swc/core)

v1.3.71

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor

v1.3.70

Compare Source

Bug Fixes
  • (es/minifier) Fix a bug about eval of name mangler (#​7615) (6be1f70)

  • (es/minifier) Do not reuse identifier used for import bindings (#​7639) (a65be14)

  • (es/module) Skip CJS and AMD transformations for Script (#​7661) (a2d0408)

Features
Testing
Buiild
node-fetch/node-fetch (node-fetch)

v3.3.2

Compare Source

Bug Fixes
puppeteer/puppeteer (puppeteer)

v20.9.0: puppeteer: v20.9.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated

v20.8.3: puppeteer: v20.8.3

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 20.8.2 to 20.8.3
SukkaW/rollup-plugin-swc (rollup-plugin-swc3)

v0.9.1

Compare Source

  • The support for 'use client' and 'use server' has been separated into a standalone rollup plugin rollup-swc-preserve-directives, maintained by @​huozhi and me. The previous preserveUseDirective named export is retained for the backward compatibility.

v0.9.0

Compare Source

  • Add support for bundling library for React Server Component with the proper 'use client' and 'use server' directives handling:

    • Merge duplicated directives in the final bundles
    • Multiple output chunks will have their own separated directives, useful when bundling client only code and server only code in different bundles.
    • Not enabled by default. manually opt-in by changing two lines of code in your rollup.config.js:
    // rollup.config.js
    // Import `preserveUseDirective` from `rollup-plugin-swc3`...
    - import { swc } from 'rollup-plugin-swc3';
    + import { swc, preserveUseDirective } from 'rollup-plugin-swc3';
    
    export default {
      input: 'xxxx',
      output: {},
      plugins: [
        swc(),
    +   preserveUseDirective()
      ];
    }
vitejs/vite (vite)

v4.4.7

Compare Source

v4.4.6

Compare Source

v4.4.5

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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.

👻 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jul 24, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a12968c to 0d7c5f8 Compare July 25, 2023 10:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0d7c5f8 to 2f1f838 Compare July 26, 2023 07:01
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Jul 26, 2023
@cyco130 cyco130 merged commit 3cf52a5 into main Jul 26, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch July 26, 2023 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant