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

fix(deps): update all non-major dependencies #13758

Merged
merged 1 commit into from Jul 11, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 10, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.22.6 -> ^7.22.8 age adoption passing confidence
@babel/parser (source) ^7.22.6 -> ^7.22.7 age adoption passing confidence
@babel/preset-env (source) ^7.22.6 -> ^7.22.7 age adoption passing confidence
@builder.io/qwik (source) ^1.2.5 -> ^1.2.6 age adoption passing confidence
@microsoft/api-extractor (source) ^7.36.0 -> ^7.36.1 age adoption passing confidence
@rollup/plugin-dynamic-import-vars (source) ^2.0.3 -> ^2.0.4 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.61.0 -> ^5.62.0 age adoption passing confidence
@typescript-eslint/parser ^5.61.0 -> ^5.62.0 age adoption passing confidence
@vitejs/plugin-react (source) ^4.0.1 -> ^4.0.3 age adoption passing confidence
acorn ^8.9.0 -> ^8.10.0 age adoption passing confidence
core-js ^3.31.0 -> ^3.31.1 age adoption passing confidence
eslint-plugin-react-refresh ^0.4.1 -> ^0.4.3 age adoption passing confidence
lightningcss ^1.21.4 -> ^1.21.5 age adoption passing confidence
lit (source) ^2.7.5 -> ^2.7.6 age adoption passing confidence
phoenix ^1.7.6 -> ^1.7.7 age adoption passing confidence
pnpm (source) 8.6.6 -> 8.6.7 age adoption passing confidence
postcss (source) ^8.4.24 -> ^8.4.25 age adoption passing confidence
preact (source) ^10.15.1 -> ^10.16.0 age adoption passing confidence
svelte (source) ^4.0.3 -> ^4.0.5 age adoption passing confidence
svelte-check ^3.4.4 -> ^3.4.6 age adoption passing confidence
terser (source) ^5.18.2 -> ^5.19.0 age adoption passing confidence
vite (source) ^4.4.0 -> ^4.4.2 age adoption passing confidence
vitest ^0.32.4 -> ^0.33.0 age adoption passing confidence
vue-router ^4.2.2 -> ^4.2.4 age adoption passing confidence
vue-tsc ^1.8.3 -> ^1.8.4 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.22.8

Compare Source

↩️ Revert

v7.22.7

Compare Source

🐛 Bug Fix
🏠 Internal
babel/babel (@​babel/parser)

v7.22.7

Compare Source

v7.22.7 (2023-07-06)

🐛 Bug Fix
🏠 Internal
Committers: 4
BuilderIO/qwik (@​builder.io/qwik)

v1.2.6

Compare Source

What's Changed
New Contributors

Full Changelog: QwikDev/qwik@v1.2.5...v1.2.6

rollup/plugins (@​rollup/plugin-dynamic-import-vars)

v2.0.4

Compare Source

2023-07-08

Updates
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.62.0

Compare Source

Bug Fixes
  • eslint-plugin: [comma-spacing] allow no space after trailing comma in objects and arrays (#​6938) (24bdacc)
  • eslint-plugin: [prefer-includes] escape special characters (#​7161) (5a347a5), closes #​7145
  • eslint-plugin: replace auto-fix of class literal property style rule with suggestion (#​7054) (a8c824a)
Features
  • eslint-plugin: [prefer-nullish-coalescing] add ignorePrimitives option (#​6487) (6edaa04)

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.62.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

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

v4.0.3

Compare Source

  • Revert #​108: Remove throw when refresh runtime is loaded twice to enable usage in micro frontend apps. This was added to help fix setup usage, and this is not worth an annoying warning for others or a config parameter.

v4.0.2

Compare Source

  • Fix fast-refresh for files that are transformed into jsx (#​188)
acornjs/acorn (acorn)

v8.10.0

Compare Source

zloirock/core-js (core-js)

v3.31.1

Compare Source

ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)

v0.4.3

Compare Source

  • Add warning for TS enums exports

v0.4.2

Compare Source

parcel-bundler/lightningcss (lightningcss)

v1.21.5

Compare Source

Fixed node segmentation fault when throwing an error in a custom visitor using the bundleAsync API - parcel-bundler/lightningcss@50dad7f

lit/lit (lit)

v2.7.6

Compare Source

Patch Changes
  • #​3968 5bb40831 - Allow undefined to be passed to the ref() directive

  • #​3969 7d8d4a15 - Make RefOrCallback generic like Ref

  • #​3987 bb2560f1 - Change the h field of CompiledTemplates to a TemplateStringsArray preventing the spoofing of CompiledTemplates by JSON injection attacks. This should not be a breaking change for most users unless you're using CompiledTemplates. This is a necessary security fix, similar to #​2307.

phoenixframework/phoenix (phoenix)

v1.7.7

Compare Source

pnpm/pnpm (pnpm)

v8.6.7

Compare Source

Patch Changes

  • Ensure consistent output for scripts executed concurrently, both within a single project and across multiple projects. Each script's output will now be printed in a separate section of the terminal, when running multiple scripts in a single project using regex #​6692.
  • The --parallel CLI flag should work on single project #​6692.
  • Optimizing project manifest normalization, reducing amoung of data copying #​6763.
  • Move loading wantedLockfile outside dependenciesHierarchyForPackage, preventing OOM crash when loading the same lock file too many times #​6757.
  • Replace ineffective use of ramda difference with better alternative #​6760.

Our Gold Sponsors

Our Silver Sponsors

postcss/postcss (postcss)

v8.4.25

Compare Source

preactjs/preact (preact)

v10.16.0

Compare Source

Improved child diffing

We have noticed a few scenario's where children would get unmounted and remounted eagerly due to some offset bugs in our child-diffing, with skew-based diffing we plan to address those. This is already part of v11 and has been introduced there by @​andrewiggins. This has now been backported to Preact X so we can benefit from the consistency improvements here as well.

Defer setting refs

We used to set refs as part of the children, synchronously this caused several issues when a ref would go down a level, i.e. the following example

const App = () => {
  return phase === 1 ? <div ref={x}><p>Foo</p></div> : <div><div ref={x}><p>Foo</p></div>
}

In this example when we go from phase 1 to phase 2 we would mount a new ref but only after we bubble back up diffing clean up the outer ref making the ref reset to null.

Fixes

Types

sveltejs/svelte (svelte)

v4.0.5

Compare Source

Patch Changes
  • fix: generate type definition with nullable types (#​8924)

v4.0.4

Compare Source

Patch Changes
  • fix: claim svg tags in raw mustache tags correctly (#​8910)

  • fix: repair invalid raw html content during hydration (#​8912)

sveltejs/language-tools (svelte-check)

v3.4.6

Compare Source

  • chore: bump deps to force versions that include Svelte 4 peer dependencies

v3.4.5

Compare Source

  • feat: SvelteKit HEAD export
  • fix: type one way bindings that are not the element (#​2066)
terser/terser (terser)

v5.19.0

Compare Source

  • Allow /*@&#8203;__MANGLE_PROP__*/ annotation in object.property, in addition to property declarations.
vitejs/vite (vite)

v4.4.2

Compare Source

v4.4.1

Compare Source

vitest-dev/vitest (vitest)

v0.33.0

Compare Source

   🚨 Breaking Changes
  • Revert default include patterns  -  by @​so1ve #​3729
    • 0.32.0 changed the default include globs to be compatible with Jest. After a discussion with the community, we are reverting this change because it turned out to be non-intuitive.
   🐞 Bug Fixes
    View changes on GitHub
vuejs/router (vue-router)

v4.2.4

Compare Source

Please refer to CHANGELOG.md for details.

v4.2.3

Compare Source

Please refer to CHANGELOG.md for details.

vuejs/language-tools (vue-tsc)

v1.8.4

Compare Source


Full-time Support by


WebContainer API is here.


Our Sponsors ⭐✨




Add you via GitHub Sponsors or Open Collective


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 Pull requests that update a dependency file label Jul 10, 2023
@stackblitz
Copy link

stackblitz bot commented Jul 10, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3754ca3 to 456777a Compare July 10, 2023 22:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 456777a to fd22e29 Compare July 11, 2023 13:14
@patak-dev patak-dev merged commit 8ead116 into main Jul 11, 2023
12 of 13 checks passed
@patak-dev patak-dev deleted the renovate/all-minor-patch branch July 11, 2023 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant