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

Update Other deps (minor/patch) #1549

Merged
merged 1 commit into from
Jan 15, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 14, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mdn/browser-compat-data 5.5.4 -> 5.5.6 age adoption passing confidence
@types/node (source) 20.10.7 -> 20.11.1 age adoption passing confidence
knip (source) 3.12.0 -> 3.13.2 age adoption passing confidence
prettier (source) 3.1.1 -> 3.2.2 age adoption passing confidence

Release Notes

mdn/browser-compat-data (@​mdn/browser-compat-data)

v5.5.6

Compare Source

January 12, 2024

Removals
  • css.properties.background-position.4_value_syntax (#​21882)
Additions
  • api.RTCStatsReport.type_inbound-rtp.frameHeight (#​21890)
  • api.RTCStatsReport.type_inbound-rtp.framesDecoded (#​21890)
  • api.RTCStatsReport.type_inbound-rtp.framesPerSecond (#​21890)
  • api.RTCStatsReport.type_inbound-rtp.framesReceived (#​21890)
  • api.RTCStatsReport.type_inbound-rtp.frameWidth (#​21890)
  • api.RTCStatsReport.type_inbound-rtp.keyFramesDecoded (#​21890)
  • api.RTCStatsReport.type_inbound-rtp.qpSum (#​21890)
  • api.RTCStatsReport.type_inbound-rtp.totalDecodeTime (#​21890)
  • api.RTCStatsReport.type_inbound-rtp.totalInterFrameDelay (#​21890)
  • api.RTCStatsReport.type_inbound-rtp.totalProcessingDelay (#​21890)
  • api.RTCStatsReport.type_inbound-rtp.totalSquaredInterFrameDelay (#​21890)
  • browsers.edge.releases.123 (#​21881)
  • css.properties.background-position.side-relative_values (#​21882)
Statistics
  • 9 contributors have changed 16 files with 459 additions and 327 deletions in 15 commits (v5.5.5...v5.5.6)
  • 15,395 total features
  • 1,065 total contributors
  • 4,694 total stargazers

v5.5.5

Compare Source

January 9, 2024

Removals
  • css.selectors.-webkit-outer-spin-button (#​21833)
  • html.elements.form.accept (#​21831)
Additions
  • css.types.color.color.mixed_type_parameters (#​21420)
  • css.types.color.hsl.mixed_type_parameters (#​21420)
  • css.types.color.hsla.mixed_type_parameters (#​21420)
  • css.types.color.hwb.mixed_type_parameters (#​21420)
  • css.types.color.lab.mixed_type_parameters (#​21420)
  • css.types.color.lch.mixed_type_parameters (#​21420)
  • css.types.color.oklab.mixed_type_parameters (#​21420)
  • css.types.color.oklch.mixed_type_parameters (#​21420)
  • css.types.color.rgb.mixed_type_parameters (#​21420)
  • css.types.color.rgba.mixed_type_parameters (#​21420)
Statistics
  • 12 contributors have changed 24 files with 944 additions and 165 deletions in 25 commits (v5.5.4...v5.5.5)
  • 15,384 total features
  • 1,065 total contributors
  • 4,690 total stargazers
webpro/knip (knip)

v3.13.2

Compare Source

  • replace chalk with picocolors (#​448) (7521a4c)
  • Omit negated entry patterns in tsup plugin (5f80d0c)
  • Update theme color for docs (46b787d)
  • Update issue templates & add pull request template (2c3f166)
  • Extend tsup config file patterns (176f881)
  • remove slash before fragment in pagefind component (#​447) (8bcbe67)

v3.13.1

Compare Source

  • Use JSON loader in typescript config (fixes #​420) (ed4e691)
  • Wrap up Next.js plugin config (5c9cc51)
  • fix: allow router handlers to be jsx files, add default.{js,jsx,ts,tsx} (#​441) (bb39a57)

v3.13.0

Compare Source

prettier/prettier (prettier)

v3.2.2

Compare Source

diff

Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (#​15896 by @​eelco)

For example this code would crash before:

<style {...spread}>{`.{}`}</style>
Fix formatting error on optional call expression and member chain (#​15920 by @​sosukesuzuki)
// Input
a(() => {}, c?.d());

// Prettier 3.2.1
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.2
a(() => {}, c?.d());

v3.2.1

Compare Source

diff

Fix formatting error on member chain (#​15915 by @​sosukesuzuki)
// Input
test().test2().test2(thing?.something);

// Prettier 3.2.0
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.1
test().test2().test2(thing?.something);

v3.2.0

Compare Source

diff

🔗 Release Notes


Configuration

📅 Schedule: Branch creation - "on Sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 requested a review from a team as a code owner January 14, 2024 01:20
@renovate renovate bot force-pushed the renovate/other-deps-(minorpatch) branch from 5b38902 to 333de5c Compare January 14, 2024 06:01
@renovate renovate bot force-pushed the renovate/other-deps-(minorpatch) branch from 333de5c to c3a2618 Compare January 15, 2024 04:55
@Jym77 Jym77 added this pull request to the merge queue Jan 15, 2024
Merged via the queue into main with commit 698761c Jan 15, 2024
6 checks passed
@Jym77 Jym77 deleted the renovate/other-deps-(minorpatch) branch January 15, 2024 08:27
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