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

Merged
merged 1 commit into from
Nov 14, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cloudflare/workers-types ^3.17.0 -> ^3.18.0 age adoption passing confidence
@types/jsdom (source) ^20.0.0 -> ^20.0.1 age adoption passing confidence
@types/node (source) ^18.11.0 -> ^18.11.9 age adoption passing confidence
@vitejs/plugin-vue (source) ^3.1.2 -> ^3.2.0 age adoption passing confidence
@vitest/coverage-c8 ^0.24.3 -> ^0.25.1 age adoption passing confidence
@vue/compiler-sfc (source) ^3.2.41 -> ^3.2.45 age adoption passing confidence
changelogen ^0.3.5 -> ^0.4.0 age adoption passing confidence
destr ^1.1.1 -> ^1.2.0 age adoption passing confidence
eslint (source) ^8.25.0 -> ^8.27.0 age adoption passing confidence
h3 ^0.8.1 -> ^0.8.6 age adoption passing confidence
ioredis ^5.2.3 -> ^5.2.4 age adoption passing confidence
jsdom ^20.0.1 -> ^20.0.2 age adoption passing confidence
listhen ^0.3.4 -> ^0.3.5 age adoption passing confidence
monaco-editor ^0.34.0 -> ^0.34.1 age adoption passing confidence
msw (source) ^0.47.4 -> ^0.48.2 age adoption passing confidence
ohmyfetch ^0.4.19 -> ^0.4.21 age adoption passing confidence
pnpm (source) 7.13.4 -> 7.15.0 age adoption passing confidence
vite (source) ^3.1.8 -> ^3.2.3 age adoption passing confidence
vitest ^0.24.3 -> ^0.25.1 age adoption passing confidence
vue (source) ^3.2.41 -> ^3.2.45 age adoption passing confidence
ws ^8.9.0 -> ^8.11.0 age adoption passing confidence

Release Notes

cloudflare/workers-types

v3.18.0

Compare Source

Minor Changes
Patch Changes
  • #​301 17b6d16 Thanks @​caass! - Improve the IncomingRequestCfProperties type.

    Previously, this type was based on our docs, which didn't include some fields. Now we've gone through the code that generates these fields and ensured that every property matches up.

    Additionally, we added examples and documentation for almost everything, so it should be more clear exactly what a certain property is or isn't.

vitejs/vite (@​vitejs/plugin-vue)

v3.2.0

Compare Source

vitest-dev/vitest

v0.25.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.25.0

Compare Source

   ✅ Builtin TypeChecking

In v0.25.0, Vitest allows you to write tests for your types, using expectTypeOf or assertType syntaxes. By default all tests inside *.test-d.ts files are considered type tests. Run vitest typecheck to run type tests.

// my.test-d.ts
import { assertType, expectTypeOf } from 'vitest'
import { mount } from './mount.js'

test('my types work properly', () => {
  expectTypeOf(mount).toBeFunction()
  expectTypeOf(mount).parameter(0).toMatchTypeOf<{ name: string }>()

  // @&#8203;ts-expect-error name is a string
  assertType(mount({ name: 42 }))
})

Learn more at the documentation and this RFC

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.24.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.24.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/core

v3.2.45

Compare Source

Bug Fixes
  • compiler/v-model: catch incorrect v-model usage on prop bindings (001184e), closes #​5584
  • custom-elements: also dispatch hyphenated version of emitted events (#​5378) (0b39e46), closes #​5373
  • custom-elements: custom element should re-instantiate when inserted again (#​6966) (67890da), closes #​6934
  • custom-elements: define declared properties in constructor (#​5328) (55382ae)
  • custom-elements: ensure custom elements can inherit provides from ancestors (#​5098) (192dcb6), closes #​5096
  • custom-elements: fix event emitting for async custom elements (#​5601) (665f2ae), closes #​5599
  • custom-elements: fix number type props casting check (89f37ce), closes #​5793 #​5794
  • custom-elements: properties set pre-upgrade should not show up in $attrs (afe8899)
  • custom-elements: respect slot props in custom element mode (ffef822)
  • custom-elements: should not reflect non-decalred properties set before upgrade (5e50909)
  • hmr/keep-alive: fix error in reload component (#​7049) (a54bff2), closes #​7042
  • runtime-core: fix move/removal of static fragments containing text nodes (#​6858) (4049ffc), closes #​6852
  • sfc: also generate getter for import bindings during dev (0594400)
  • sfc: ensure <script setup> binding behavior consistency on this between prod and dev (f73925d), closes #​6248
  • sfc: ensure consistent dev/prod behavior for non-reactive variables declared in <script setup> (5a3d45a), closes #​5655
  • teleport/css-v-bind: fix css v-bind for teleported content (42239cf), closes #​4605 #​4609
  • teleport/css-v-bind: fix css v-bind in teleport in child component slot (11214ee)
  • v-model: fix incorrect codegen for non-ref bindings (15e889a), closes #​6241

v3.2.44

Compare Source

Bug Fixes
  • watch: for immediate watch with single source, ensure cb is called with undefined as oldValue (#​7075) (5dc593b), closes #​7074

v3.2.43

Compare Source

Bug Fixes
  • watch: ensure oldValue in multi-source watcher is always an array (23e85e2), closes #​7070

v3.2.42

Compare Source

Bug Fixes
unjs/changelogen

v0.4.0

Compare Source

compare changes

🚀 Enhancements
  • ⚠️ Resolve github usernames using ungh/ungh (#​46)
🩹 Fixes
  • markdown: Avoid rendering noreply.github.com emails (4871721)
  • Avoid rendering authors with [bot] in their name (4f3f644)
  • Format name to avoid duplicates (f74a988)
⚠️ Breaking Changes
  • ⚠️ Resolve github usernames using ungh/ungh (#​46)
❤️ Contributors
unjs/destr

v1.2.0

Compare Source

Features
  • add option strict that throws an error if the input is not valid JSON (#​11) (36c7121)
1.1.1 (2022-04-07)
eslint/eslint

v8.27.0

Compare Source

Features

  • f14587c feat: new no-new-native-nonconstructor rule (#​16368) (Sosuke Suzuki)
  • 978799b feat: add new rule no-empty-static-block (#​16325) (Sosuke Suzuki)
  • 69216ee feat: no-empty suggest to add comment in empty BlockStatement (#​16470) (Nitin Kumar)
  • 319f0a5 feat: use context.languageOptions.ecmaVersion in core rules (#​16458) (Milos Djermanovic)

Bug Fixes

  • c3ce521 fix: Ensure unmatched glob patterns throw an error (#​16462) (Nicholas C. Zakas)
  • 886a038 fix: handle files with unspecified path in getRulesMetaForResults (#​16437) (Francesco Trotta)

Documentation

  • ce93b42 docs: Stylelint property-no-unknown (#​16497) (Nick Schonning)
  • d2cecb4 docs: Stylelint declaration-block-no-shorthand-property-overrides (#​16498) (Nick Schonning)
  • 0a92805 docs: stylelint color-hex-case (#​16496) (Nick Schonning)
  • 74a5af4 docs: fix stylelint error (#​16491) (Milos Djermanovic)
  • 324db1a docs: explicit stylelint color related rules (#​16465) (Nick Schonning)
  • 94dc4f1 docs: use Stylelint for HTML files (#​16468) (Nick Schonning)
  • cc6128d docs: enable stylelint declaration-block-no-duplicate-properties (#​16466) (Nick Schonning)
  • d03a8bf docs: Add heading to justification explanation (#​16430) (Maritaria)
  • 8a15968 docs: add Stylelint configuration and cleanup (#​16379) (Nick Schonning)
  • 9b0a469 docs: note commit messages don't support scope (#​16435) (Andy Edwards)
  • 1581405 docs: improve context.getScope() docs (#​16417) (Ben Perlmutter)
  • b797149 docs: update formatters template (#​16454) (Milos Djermanovic)
  • 5ac4de9 docs: fix link to formatters on the Core Concepts page (#​16455) (Vladislav)
  • 33313ef docs: core-concepts: fix link to semi rule (#​16453) (coderaiser)

v8.26.0

Compare Source

Features

  • 4715787 feat: check Object.create() in getter-return (#​16420) (Yuki Hirasawa)
  • 28d1902 feat: no-implicit-globals supports exported block comment (#​16343) (Sosuke Suzuki)
  • e940be7 feat: Use ESLINT_USE_FLAT_CONFIG environment variable for flat config (#​16356) (Tomer Aberbach)
  • dd0c58f feat: Swap out Globby for custom globbing solution. (#​16369) (Nicholas C. Zakas)

Bug Fixes

  • df77409 fix: use baseConfig constructor option in FlatESLint (#​16432) (Milos Djermanovic)
  • 33668ee fix: Ensure that glob patterns are matched correctly. (#​16449) (Nicholas C. Zakas)
  • 740b208 fix: ignore messages without a ruleId in getRulesMetaForResults (#​16409) (Francesco Trotta)
  • 8f9759e fix: --ignore-pattern in flat config mode should be relative to cwd (#​16425) (Milos Djermanovic)
  • 325ad37 fix: make getRulesMetaForResults return a plain object in trivial case (#​16438) (Francesco Trotta)
  • a2810bc fix: Ensure that directories can be unignored. (#​16436) (Nicholas C. Zakas)
  • 35916ad fix: Ensure unignore and reignore work correctly in flat config. (#​16422) (Nicholas C. Zakas)

Documentation

  • 651649b docs: Core concepts page (#​16399) (Ben Perlmutter)
  • 631cf72 docs: note --ignore-path not supported with flat config (#​16434) (Andy Edwards)
  • 1692840 docs: fix syntax in examples for new config files (#​16427) (Milos Djermanovic)
  • d336cfc docs: Document extending plugin with new config (#​16394) (Ben Perlmutter)

Chores

unjs/h3

v0.8.6

Compare Source

compare changes

🚀 Enhancements
  • createError: Support status and statusText (#​213)
  • Add sendProxy (#​214)
  • Add toJSON method to errors (#​215)
🔥 Performance
  • router: Avoid using new URL (7162e09)
🩹 Fixes
  • Implement keys, values, entries and iterator for H3Event (b0f8d43)
✅ Tests
  • Add more tests for empty and non-present (#​206)
  • Update getRequestHeader+cookie test (9e5551e)
❤️ Contributors
  • Daniel Roe
  • Pooya Parsa
  • Tobias Diez

v0.8.5

Compare Source

compare changes

🚀 Enhancements
  • Normalize request headers (d141f81)
🩹 Fixes
  • writeEarlyHints: Avoid depending on node 18 api until stablized (f935fac)
🏡 Chore
  • Only run tests once during release (#​204)
❤️ Contributors
  • Chris
  • Pooya Parsa

v0.8.4

Compare Source

compare changes

🩹 Fixes
  • Always set lowecase headers (09b8fcc)
❤️ Contributors
  • Pooya Parsa

v0.8.3

Compare Source

compare changes

🩹 Fixes
  • writeEarlyHints: Join headers with comma (#​203)
  • readRawBody: Resolve to undefined when content-length is zero or unspecifi

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.

@codecov
Copy link

codecov bot commented Oct 16, 2022

Codecov Report

Merging #91 (1bae6dc) into main (7670fe2) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #91   +/-   ##
=======================================
  Coverage   89.94%   89.94%           
=======================================
  Files          15       15           
  Lines        1104     1104           
  Branches      265      265           
=======================================
  Hits          993      993           
  Misses        111      111           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@renovate renovate bot changed the title chore(deps): update pnpm to v7.13.5 chore(deps): update all non-major dependencies Oct 17, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 8d1d1a5 to beaf938 Compare October 24, 2022 22:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 708fc08 to c2b7274 Compare October 31, 2022 11:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from b3178c7 to 72da6fe Compare November 7, 2022 11:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 99f4c4b to cc62d9a Compare November 11, 2022 12:16
@pi0 pi0 merged commit 8f1d306 into main Nov 14, 2022
@pi0 pi0 deleted the renovate/all-minor-patch branch November 14, 2022 11:53
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