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 #71

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cyco130/eslint-config ^3.3.2 -> ^3.4.0 age adoption passing confidence
@fastify/static ^6.10.2 -> ^6.11.2 age adoption passing confidence
@nestjs/common (source) ^10.2.2 -> ^10.2.6 age adoption passing confidence
@nestjs/core (source) ^10.2.2 -> ^10.2.6 age adoption passing confidence
@nestjs/platform-express (source) ^10.2.2 -> ^10.2.6 age adoption passing confidence
@swc/core (source) ^1.3.80 -> ^1.3.88 age adoption passing confidence
@types/express (source) ^4.17.17 -> ^4.17.18 age adoption passing confidence
@types/koa (source) ^2.13.8 -> ^2.13.9 age adoption passing confidence
@types/koa__router (source) ^12.0.0 -> ^12.0.1 age adoption passing confidence
@types/node (source) ^20.5.7 -> ^20.6.5 age adoption passing confidence
@types/ps-tree (source) ^1.1.2 -> ^1.1.3 age adoption passing confidence
@types/react (source) ^18.2.21 -> ^18.2.22 age adoption passing confidence
@vitejs/plugin-react (source) ^4.0.4 -> ^4.1.0 age adoption passing confidence
@vitejs/plugin-vue (source) ^4.3.3 -> ^4.3.4 age adoption passing confidence
eslint (source) ^8.48.0 -> ^8.50.0 age adoption passing confidence
fastify (source) ^4.22.0 -> ^4.23.2 age adoption passing confidence
prettier (source) ^3.0.2 -> ^3.0.3 age adoption passing confidence
puppeteer (source) ^21.1.1 -> ^21.3.4 age adoption passing confidence
vite-plugin-ssr ^0.4.139 -> ^0.4.142 age adoption passing confidence
vite-tsconfig-paths ^4.2.0 -> ^4.2.1 age adoption passing confidence
vitest ^0.34.3 -> ^0.34.5 age adoption passing confidence

Release Notes

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

v3.4.0

Compare Source

fastify/fastify-static (@​fastify/static)

v6.11.2

Compare Source

What's Changed

Full Changelog: fastify/fastify-static@v6.11.1...v6.11.2

v6.11.1

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-static@v6.11.0...v6.11.1

v6.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-static@v6.10.2...v6.11.0

nestjs/nest (@​nestjs/common)

v10.2.6

Compare Source

v10.2.5

Compare Source

v10.2.4

Compare Source

v10.2.3

Compare Source

nestjs/nest (@​nestjs/core)

v10.2.6

Compare Source

v10.2.5

Compare Source

v10.2.4

Compare Source

v10.2.3

Compare Source

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

v10.2.6

Compare Source

v10.2.5

Compare Source

v10.2.4

Compare Source

v10.2.3

Compare Source

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

v1.3.88

Compare Source

Features
  • (es/config) Accept jsc.experimental.keepImportAssertions (#​7995) (4d777ee)
Refactor

v1.3.87

Compare Source

Bug Fixes
  • (bindings/type) Update types of jsc.experimental (#​7972) (e40fccb)

  • (es/compat) Handle nullish in fn expr scope (#​7980) (5050f58)

  • (es/minifier) Do not inline into a template literal with sequential inliner (#​7971) (b3d3a7b)

v1.3.86

Compare Source

Bug Fixes
  • (es/compat) Handle PrivateName in logical_assignments (#​7958) (28318f0)

  • (es/minifier) Handle ModuleDecl when transform const modules (#​7959) (06ca1fe)

  • (es/module) Preserve import specifier if resolving fails (#​7955) (be5b02a)

Miscellaneous Tasks
  • (es/preset-env) Add the repository url to Cargo.toml (#​7941) (ca22359)

  • (es/preset-env) Ignore tp in the version of a browser version (#​7968) (005ddc5)

Refactor
Build

v1.3.85

Compare Source

Bug Fixes
  • (css/modules) Support composes when using multiple subclass selectors (#​7949) (05ca19b)

  • (es/compat) Handle single expression case in static block (#​7944) (a80aec4)

  • (es/minifier) Parse a file as a module only if opts.module is true (#​7943) (b87ac64)

Features
  • (es/compat) Support pure_getters for optional_chaining (#​7933) (c091c5e)

  • (es/module) Add an option to make resolver fully resolve index.js (#​7945) (7e8d72d)

v1.3.84

Compare Source

Bug Fixes

v1.3.83

Compare Source

Bug Fixes
Features
  • (es/codegen) Add an option to print assert for import attributes (#​7914) (ee75756)

v1.3.82

Compare Source

Bug Fixes
  • (common) Fix logic for excluding FileName from source maps (#​7900) (aa64955)

  • (es/module) Make jsc.paths fully resolve TypeScript files (#​7901) (c714dd2)

  • (es/resolver) Correctly resolve global value (#​7893) (2db10e9)

v1.3.81

Compare Source

Bug Fixes
  • (es/codegen) Fix placing of comments of yield arguments (#​7858) (122d14c)

  • (es/compat) Apply transforms for explicit resource management (#​7881) (3180e68)

  • (es/compat) Make SwitchCase handler of block-scoping stateless (#​7888) (4b33d41)

  • (es/dep-graph) Analyze import type children (#​7883) (057bd5f)

  • (es/minifier) Report is_fn_local even if var is hoisted (#​7876) (87a47bf)

  • (es/module) Don't create absolute paths for jsc.paths on Windows (#​7892) (5fbc251)

  • (swc-info) Use correct path while getting local package versions (#​7872) (67afaf1)

Features
Miscellaneous Tasks
Performance
Refactor
  • (es/minifier) Remove mutated and mutation_by_call_count (#​7890) (8db968a)
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.1.0

Compare Source

  • Add @types/babel__cores to dependencies (fix #​211)
  • Improve build perf when not using Babel plugins by lazy loading @babel/core #​212
  • Better invalidation message when an export is added & fix HMR for export of nullish values #​215
  • Include non-dev jsx runtime in optimizeDeps & support HMR for JS files using the non dev runtime #​224
  • The build output now contains a index.d.cts file so you don't get types errors when setting moduleResolution to node16 or nodenext in your tsconfig (we recommend using bundler which is more close to how Vite works)
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v4.3.4

Compare Source

eslint/eslint (eslint)

v8.50.0

Compare Source

Features

  • 27d5a9e feat: add suggestions to array-callback-return (#​17590) (Tanuj Kanti)
  • f9082ff feat: flat-rule-tester make sure default config always matches (#​17585) (fnx)
  • 83914ad feat: Implement SourceCode#applyInlineConfig() (#​17351) (Nicholas C. Zakas)
  • 22a5582 feat: add rule no-object-constructor, deprecate no-new-object (#​17576) (Francesco Trotta)
  • 85a3d9e feat: allowVoid option in array-callback-return (#​17564) (Tanuj Kanti)

Bug Fixes

  • cc4d26b fix: Ensure deprecated context.parserServices warns (#​17593) (Nicholas C. Zakas)
  • 1ea4cfb fix: Ensure all RuleTester tests all deprecated context methods (#​17587) (Nicholas C. Zakas)
  • aa1b657 fix: wrong suggestion and message in no-misleading-character-class (#​17571) (Yosuke Ota)

Documentation

  • 1800537 docs: Fix and standardize JSX code examples (#​17591) (Francesco Trotta)
  • 48a44a7 docs: Add correct/incorrect tags to prefer-arrow-callback (#​17589) (Francesco Trotta)
  • 20893d4 docs: fix incorrect tag's place (#​17575) (Tanuj Kanti)
  • bd7a71f docs: Update README (GitHub Actions Bot)

Chores

v8.49.0

Compare Source

Features

  • da09f4e feat: Implement onUnreachableCodePathStart/End (#​17511) (Nicholas C. Zakas)
  • 32b2327 feat: Emit deprecation warnings in RuleTester (#​17527) (Nicholas C. Zakas)
  • acb7df3 feat: add new enforce option to lines-between-class-members (#​17462) (Nitin Kumar)

Documentation

  • ecfb54f docs: Update README (GitHub Actions Bot)
  • de86b3b docs: update no-promise-executor-return examples (#​17529) (Nitin Kumar)
  • 032c4b1 docs: add typescript template (#​17500) (James)
  • cd7da5c docs: Update README (GitHub Actions Bot)

Chores

fastify/fastify (fastify)

v4.23.2

Compare Source

What's Changed

Full Changelog: fastify/fastify@v4.23.1...v4.23.2

v4.23.1

Compare Source

What's Changed

Full Changelog: fastify/fastify@v4.23.0...v4.23.1

v4.23.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify@v4.22.2...v4.23.0

v4.22.2

Compare Source

A spurious file (a test run result) was added to the package, which was now removed.

v4.22.1

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify@v4.22.0...v4.22.1

prettier/prettier (prettier)

v3.0.3

Compare Source

diff

Add preferUnplugged: true to package.json (#​15169 by @​fisker and @​so1ve)

Prettier v3 uses dynamic imports, user will need to unplug Prettier when Yarn's PnP mode is enabled, add preferUnplugged: true to package.json, so Yarn will install Prettier as unplug by default.

Support shared config that forbids require() (#​15233 by @​fisker)

If an external shared config package is used, and the package exports don't have require or default export.

In Prettier 3.0.2 Prettier fails when attempt to require() the package, and throws an error.

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in <packageName>/package.json
Allow argument of require() to break (#​15256 by @​fisker)
// Input
const plugin = require(
  global.STANDALONE
    ? path.join(__dirname, "../standalone.js")
    : path.join(__dirname, "..")
);

// Prettier 3.0.2
const plugin = require(global.STANDALONE
  ? path.join(__dirname, "../standalone.js")
  : path.join(__dirname, ".."));

// Prettier 3.0.3
const plugin = require(
  global.STANDALONE
    ? path.join(__dirname, "../standalone.js")
    : path.join(__dirname, "..")
);
Do not print trailing commas in arrow function type parameter lists in ts code blocks (#​15286 by @​sosukesuzuki)
<!-- Input -->
```ts
const foo = <T>() => {}
```

<!-- Prettier 3.0.2 -->
```ts
const foo = <T,>() => {}
```

<!-- Prettier 3.0.3 -->
```ts
const foo = <T>() => {}
```
Support TypeScript 5.2 using / await using declaration (#​15321 by @​sosukesuzuki)

Support for the upcoming Explicit Resource Management feature in ECMAScript. using / await using declaration

{
   using foo = new Foo();
   await using bar = new Bar();
}
puppeteer/puppeteer (puppeteer)

v21.3.4: puppeteer: v21.3.4

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 21.3.3 to 21.3.4

v21.3.3: puppeteer: v21.3.3

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 21.3.2 to 21.3.3

v21.3.2: puppeteer: v21.3.2

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 21.3.1 to 21.3.2

v21.3.1: puppeteer: v21.3.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 21.3.0 to 21.3.1

v21.3.0: puppeteer: v21.3.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 21.2.1 to 21.3.0

v21.2.1: puppeteer: v21.2.1

Compare Source

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

v21.2.0: puppeteer: v21.2.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 21.1.1 to 21.2.0
brillout/vite-plugin-ssr (vite-plugin-ssr)

v0.4.142

Compare Source

Bug Fixes

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 added the dependencies label Sep 4, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from f014ad2 to fccd3df Compare September 14, 2023 03:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 2a961c5 to 6d547c2 Compare September 20, 2023 03:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 31720b0 to f23094a Compare September 23, 2023 19:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from ed24133 to cbe4b87 Compare September 24, 2023 18:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cbe4b87 to 921119e Compare September 24, 2023 22:17
@cyco130 cyco130 merged commit 23688b3 into main Sep 25, 2023
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Sep 25, 2023
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