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

Merged
merged 1 commit into from Aug 28, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/plugin-transform-typescript (source) ^7.22.10 -> ^7.22.11 age adoption passing confidence dependencies patch
@unhead/schema (source) ^1.3.3 -> ^1.3.9 age adoption passing confidence devDependencies patch
@unhead/ssr (source) ^1.3.3 -> ^1.3.9 age adoption passing confidence dependencies patch
@unhead/vue (source) ^1.3.3 -> ^1.3.9 age adoption passing confidence dependencies patch
actions/checkout v3.5.3 -> v3.6.0 age adoption passing confidence action minor
eslint (source) ^8.47.0 -> ^8.48.0 age adoption passing confidence devDependencies minor
eslint-plugin-jsdoc ^46.4.6 -> ^46.5.0 age adoption passing confidence devDependencies minor
get-port-please ^3.0.1 -> ^3.0.2 age adoption passing confidence dependencies patch
h3 ^1.7.1 -> ^1.8.1 age adoption passing confidence dependencies minor
jiti ^1.19.1 -> ^1.19.3 age adoption passing confidence dependencies patch
jiti ^1.19.1 -> ^1.19.3 age adoption passing confidence devDependencies patch
magic-string ^0.30.2 -> ^0.30.3 age adoption passing confidence dependencies patch
mlly ^1.4.0 -> ^1.4.1 age adoption passing confidence dependencies patch
nitropack ^2.5.2 -> ^2.6.2 age adoption passing confidence dependencies minor
nitropack ^2.5.2 -> ^2.6.2 age adoption passing confidence devDependencies minor
ofetch ^1.1.1 -> ^1.3.3 age adoption passing confidence dependencies minor
pnpm (source) 8.6.12 -> 8.7.0 age adoption passing confidence packageManager minor
postcss (source) ^8.4.27 -> ^8.4.28 age adoption passing confidence dependencies patch
std-env ^3.3.3 -> ^3.4.3 age adoption passing confidence dependencies minor
ufo ^1.2.0 -> ^1.3.0 age adoption passing confidence dependencies minor
unimport ^3.1.3 -> ^3.2.0 age adoption passing confidence dependencies minor
vite-node (source) ^0.34.1 -> ^0.34.3 age adoption passing confidence dependencies patch
vitest ^0.34.1 -> ^0.34.3 age adoption passing confidence devDependencies patch

Release Notes

babel/babel (@​babel/plugin-transform-typescript)

v7.22.11

Compare Source

🐛 Bug Fix
  • babel-plugin-transform-typescript
  • babel-types
  • babel-plugin-transform-async-generator-functions, babel-plugin-transform-class-static-block, babel-plugin-transform-dynamic-import, babel-plugin-transform-export-namespace-from, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-property-in-object
  • babel-core
🏠 Internal
  • babel-parser
  • babel-core, babel-helper-compilation-targets, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decorators, babel-preset-env, babel-preset-react, babel-register, babel-traverse, babel-types
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-modules-commonjs, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • Other
🔬 Output optimization
  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-optional-chaining, babel-preset-env
unjs/unhead (@​unhead/schema)

v1.3.9

Compare Source

Bug Fixes
  • unhead: encode template params for json (37bf3c3)

v1.3.8

Compare Source

Bug Fixes
  • unhead: set payload type to application/json (a3a0451)

v1.3.7

Compare Source

Bug Fixes
  • unhead: remove payload redundant type (#​193) (86ecabc)
  • unhead: drop support for application/json JSON format verification, encode JSON (464f98f, 69e2656)

v1.3.5

Compare Source

Bug Fixes
  • vue: support vue2 options API (c62316d)

v1.3.4

Compare Source

Bug Fixes
actions/checkout (actions/checkout)

v3.6.0

Compare Source

eslint/eslint (eslint)

v8.48.0

Compare Source

Features

  • 1fbb3b0 feat: correct update direction in for-direction (#​17483) (Francesco Trotta)
  • d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#​17475) (fnx)
  • ee2f718 feat: Allow void in rule no-promise-executor-return (#​17282) (nopeless)

Bug Fixes

  • 7234f6a fix: update RuleTester JSDoc and deprecations (#​17496) (Jonas Berlin)

Documentation

  • 7a51d77 docs: no-param-reassign mention strict mode (#​17494) (Stephen Hardy)
  • 9cd7ac2 docs: add fetch script to package.json conventions (#​17459) (Nitin Kumar)
  • cab21e6 docs: advice for inline disabling of rules (#​17458) (Ashish Yadav)
  • 056499d docs: fix example of flat config from plugin (#​17482) (Francesco Trotta)
  • 9e9edf9 docs: update documentation URL in error message (#​17465) (Nitin Kumar)

Chores

gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v46.5.0

Compare Source

Features
unjs/get-port-please (get-port-please)

v3.0.2

Compare Source

unjs/h3 (h3)

v1.8.1

Compare Source

compare changes

🩹 Fixes
  • Use safe property checks (#​521)
💅 Refactors
  • Use native Headers and Response for legacy polyfills (#​523)
📖 Documentation
  • Typo for getValidatedQuery (164f68e)
🏡 Chore
✅ Tests
  • proxy: Add additional test to make sure json response is sent as is (#​512)
❤️ Contributors

v1.8.0

Compare Source

compare changes

🚀 Enhancements
  • router: Expose event.context.matchedRoute (#​500)
  • web: Add fromWebHandler (#​490)
  • Support fromPlainHandler (bc2ca33)
  • Util getRequestIP (#​503)
  • defineRequestMidleware, defineResponseMiddleware and rename object synctax hooks (#​507)
🩹 Fixes
  • sanitizeStatusCode: Input is optional (67a4132)
  • sendNoContent: Avoid overriding status code if event is already handled (3f6d99e)
  • router: Use default behavior for no-content handling (e3c9f96)
💅 Refactors
  • app: Use sendNoContent for null handling (a72a4b8)
  • event: Rename event.body to event.rawBody (563313d)
  • Cleanup event interface (#​506)
  • Rename beforeResponse to onBeforeResponse (7cebec2)
🏡 Chore
🎨 Styles
  • Format all repo with prettier (ffab809)
❤️ Contributors
unjs/jiti (jiti)

v1.19.3

Compare Source

compare changes

🩹 Fixes
  • Only replace import.meta.env (c6895d6)
❤️ Contributors

v1.19.2

Compare Source

compare changes

🩹 Fixes
  • Pass custom extensions to esm resolver (#​152)
  • Support import.meta.env and import.meta.env?.prop (#​159)
🏡 Chore
✅ Tests
  • typescript: Remove type-only namespace access (de73bd9)
🎨 Styles
  • Format with prettier v3 (fe61c6e)
  • Format report with prettier (6098284)
❤️ Contributors
rich-harris/magic-string (magic-string)

v0.30.3

Compare Source

Bug Fixes
unjs/mlly (mlly)

v1.4.1

Compare Source

compare changes

🩹 Fixes
  • isValidNodeImport: Detect invalid cjs modules (#​187)
🏡 Chore
🎨 Styles
  • Format with prettier v3 (914493c)
❤️ Contributors
unjs/nitro (nitropack)

v2.6.2

Compare Source

compare changes

🩹 Fixes
  • Use new h3 generics for defineCachedEventHandler (#​1640)
  • aws-lambda, netlify: Add isBase64Encoded response field (#​1645)
  • Exclude typed body from cachedEventHandler (#​1647)
  • static: Send immediate empty responses for 304 handling (#​1639)
🏡 Chore
✅ Tests
  • Add test for prerender ignored data: urls (#​1431)
❤️ Contributors

v2.6.1

Compare Source

compare changes

🩹 Fixes
  • Correctly mark middleware: false for scanned routes (#​1631)
  • Pass relative ignore paths when scanning public assets (#​1632)
🏡 Chore
❤️ Contributors

v2.6.0

Compare Source

compare changes

🚀 Enhancements
  • storage: Default data storage for node and dev presets (#​1352)
  • Support regexps in external options (#​1388)
  • Support exportConditions and add worker default conditions (#​1401)
  • event.waitUntil with cloudflare integration (#​1421)
  • experimental.typescriptBundlerResolution flag (#​1384)
  • Support ignore to ignore scanned files (#​1430)
  • Allow ignoring public assets with ignore options (#​945)
  • Add iis server preset (#​1436)
  • Auto capture errors with nitroApp.captureError (#​1463)
  • vercel: Enable streaming support out of the box (#​1514)
  • Fully resolve type paths for auto-import declarations (#​1528)
  • Add prerender:config, prerender:init and prerender:done hooks (#​1519)
  • cache: Support cached event handlers with varies (#​1184)
  • app: Support request, beforeResponse and afterResponse hooks (#​1545)
  • Experimental composition api via useEvent() ans async context support (#​1546)
  • prerenderer: Support for query links exploration (#​1474)
  • cloudflare-pages: Add config to customize generated _routes.json (#​1312)
  • firebase: Add support for 2nd generation functions (#​1500)
  • externals: Resolve actual subpaths before guessing (#​527)
  • externals: Support aliasing traced packages (#​1553)
  • wasm: Support output esm imports (#​1565)
  • Enable timing in debug mode (#​1577)
  • prerender: Preserve prerendered asset content-type header (#​1587)
  • externals: Improved output package.json (#​1607)
  • firebase: Support renaming exported server function (#​1377)
  • azure: Support custom configuration (#​1344)
  • node-server: Support listening to unix sockets using NITRO_UNIX_SOCKET (#​1201)
  • cloudflare-module, cloudflare-pages: Experimental dynamic imports (#​1172)
  • cli: Support --preset and --minify/--no-minify args for build (#​1621)
  • cli: Add listhen options for dev command (#​1622)
  • Handle stream and Uint8Array for lambda presets (#​1624)
🔥 Performance
  • Use fsLite driver for production data: storage (dd290763)
  • Use inline http-graceful-shoutdown to reduce externals (8053cca0)
  • Remove source-map-support as node supports --enable-source-maps (9ba8fe98)
  • Bundle runtime dependencies (#​1554)
  • Use local fetch for proxy route rules (#​1609)
🩹 Fixes
  • rollup: Replace globalThis.process. with process. (#​1360)
  • types: Enable allowSyntheticDefaultImports option by default (#​1383)
  • cache: Try to call event.waitUntil (#​1422)
  • defineCachedFunction: Properly infer function type (#​1423)
  • static: Safe decode path (#​1459)
  • Split cookie headers (#​1452)
  • deno-deploy: Treat all https:// modules as external (#​1438)
  • cache: Call event.waitUntil on main resolver when expired (421d6255)
  • prerender: Skip redirects (#​1448)
  • aws-lambda,netlify: Base64 encode binary responses (#​1274)
  • app: Enable router preemptive mode (#​1504)
  • vercel: Allow arbitrary function configuration (#​1508)
  • Use relative paths in tsconfig.json (#​1518)
  • prerender: Free up memory after each route is written to the disk (#​1536)
  • prerender: Call prerender:route before freeing up memory (#​1537)
  • prerender: Only match href attribute after whitespace (#​1530)
  • externals: Absolute paths are inlined (#​1429)
  • openapi: Merge handlers with same route and different method (#​1497)
  • prerender: Exclude encoded href attributes from link extraction (#​1485)
  • externals: Increase score for npm package name patterns to avoid breaking changes (#​1548)
  • deno-deploy: Decode static asset path before reading from filesystem (#​1494)
  • Remove non-standard module export condition (#​1559)
  • externals: Trace externals with their commonjs / esm status (#​1562)
  • Use relative paths in generated tsconfig (#​1572)
  • app: Use event.path instead of event.url (41a76c0f)
  • cache: Don't use _originalPath (#​1576)
  • types: Use relative type path to nitro #internal/nitro (#​1584)
  • Disable sourcemap minify for dev (e38f3586)
  • Use relative source map paths and add test (#​1582)
  • pkg: Remove node 14 from supported engines (#​1585)
  • prerender: Use decoded asset id to access prerendered asset header overrides (#​1588)
  • Add consola/core alias (#​1591)
  • vercel,netlify: Don't deprecate swr when cache: false (#​1603)
  • build: Workaround bun's difference in function.toString() (#​1606)
  • firebase: Ignore fsevent dependency (#​1610)
  • Directly pass localFetch to route rules handler (#​1611)
  • stormkit: Properly send buffer responses (#​1616)
  • Add parent node_modules of nitro to modules dir for pnpm compat (#​1618)
  • deno-server: Fix injections and enable back tests (#​1625)
💅 Refactors
  • cloudflare: Use wrangler deploy instead of publish (#​1372)
  • cloudflare: Use wrangler deploy in more places (#​1393)
  • Add internal types for public assets (#​1460)
  • prerender: Improve console formatting for failed routes (#​1471)
  • Reduce usage of event.node.req (#​1511)
  • Reduce usage of event.node.res (#​1513)
  • timing: Hide debug logs with 0ms (8a44d19c)
  • firebase: Update generated package.json (#​1608)
  • Migrate from http-proxy to unjs/httpxy (#​1623)
  • Simplify normalizeLambdaOutgoingBody (58b4853b)
  • Expose body type for lambda presets (e5f095d6)
📖 Documentation
  • vercel: Add note about top level api/ directory (#​1386)
  • Upgrade Docus (26dd16a0)
  • Update nitro (1a14a312)
  • Fix crawler error (c5e53cc8)
  • Update (03540d98)
  • Add nitro plugins examples (#​1403)
  • Add custom preset instructions (#​1409)
  • aws: Add note about inlining dynamic chunks (#​650)
  • Fixed typo of the word discussions (#​1433)
  • Fix typo (#​1446)
  • Use defineEventHandler instead of eventHandler (#​1442)
  • Remove auto-imported defineNitroConfig (#​1441)
  • Add utils directory (#​1451)
  • storage: Add runtime storage configuration examples (#​1456)
  • Prefer snake_case for preset names (#​1499)
  • routing: Add middleware section (#​1307)
  • plugins: Add runtime hooks section (#​1521)
  • config: Add runtime config and environment variables section (#​1550)
  • firebase: Improve docs (#​1556)
  • cloudflare: Add environment variables instructions (#​1547)
📦 Build
🏡 Chore
✅ Tests
  • Improve external modules test (#​1428)
  • Run tests even if not serveStatic (#​1590)
  • Add tests for environment variables and runtime config overrides (#​1549)
  • Fix netlify tests (880c20e4)
  • netlify: Run after (8a6ed77b)
  • Fix netlify dirs (8c7ca39d)
🤖 CI
  • Use conventional commit message for autofix (#​1501)
  • Use h3-nightly@latest for edge releases (#​1563)
  • Avoid installing with edge dependency changes (c431b719)
❤️ Contributors
unjs/ofetch (ofetch)

v1.3.3

Compare Source

compare changes

🩹 Fixes
  • Augment FetchError type to include IFetchError (#​279)
❤️ Contributors

v1.3.2

Compare Source

compare changes

🩹 Fixes
  • Hide getters from console and pass cause (905244a)
❤️ Contributors

v1.3.1

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v1.3.0

Compare Source

compare changes

🚀 Enhancements
  • Support customizable retryStatusCodes (#​109)
  • Add options field and improve formatting of errors (#​270)
  • Automatically enable duplex to stream request body (#​275)
🩹 Fixes
  • Avoid binding .native to $fetch (#​272)
  • Skip reading body with 204 responses and HEAD requests (#​171, #​84)
  • Improve response body check for node 16 compatibility (64d3aed)
  • Avoid serializing buffer body (#​273)
  • Move body handling out of request block (15a28fb)
💅 Refactors
  • Remove unused response?: boolean option (#​223)
  • Pass all fetch context to the error (b70e6b0)
  • error: Factory pattern for getters (6139785)
📖 Documentation
  • Improve explanation about body option (#​276)
🏡 Chore
  • release: V1.2.1 (bb98cb5)
  • Remove accidental raw response type addition (8589cae)
❤️ Contributors
  • Pooya Parsa (@​pi0)
  • Nozomu Ikuta
  • Daniil Bezuglov

v1.2.1

Compare Source

compare changes

📦 Build
  • Add missing node export condition (4081170)
🏡 Chore
✅ Tests
  • Speedup with background close (567fb35)
❤️ Contributors

v1.2.0

Compare Source

compare changes

🚀 Enhancements
  • Support retryDelay (#​262)
  • Support timeout and AbortController (#​268)
🩹 Fixes
  • Always uppercase method option (#​259)
  • pkg: Fix ts type resolution for /node subpath (#​256)
  • Make all createFetch options optional (#​266)
📖 Documentation
🏡 Chore
✅ Tests
🎨 Styles
❤️ Contributors
pnpm/pnpm (pnpm)

v8.7.0

[Compare Source](https://togithub.com/pnpm/pnpm/compare/v8


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.

👻 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 dependency h3 to ^1.8.0 chore(deps): update all non-major dependencies Aug 15, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 99d3ff0 to f210db9 Compare August 22, 2023 19:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 6a71bca to 6667f69 Compare August 26, 2023 06:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 843247d to de9fae1 Compare August 28, 2023 05:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from de9fae1 to 246d81e Compare August 28, 2023 06:14
@danielroe danielroe merged commit fccd64b into main Aug 28, 2023
9 checks passed
@danielroe danielroe deleted the renovate/all-minor-patch branch August 28, 2023 09:57
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.

None yet

2 participants