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

Merged
merged 2 commits into from Nov 14, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 14, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/parser (source) ^7.20.2 -> ^7.20.3 age adoption passing confidence
@babel/standalone (source) ^7.20.2 -> ^7.20.4 age adoption passing confidence
@microsoft/api-extractor (source) ^7.33.5 -> ^7.33.6 age adoption passing confidence
@sveltejs/vite-plugin-svelte ^1.1.0 -> ^1.1.1 age adoption passing confidence
@types/babel__core (source) ^7.1.19 -> ^7.1.20 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.42.0 -> ^5.42.1 age adoption passing confidence
@typescript-eslint/parser ^5.42.0 -> ^5.42.1 age adoption passing confidence
@vue/shared (source) ^3.2.41 -> ^3.2.45 age adoption passing confidence
core-js ^3.26.0 -> ^3.26.1 age adoption passing confidence
eslint-define-config ^1.11.0 -> ^1.12.0 age adoption passing confidence
node-fetch ^3.2.10 -> ^3.3.0 age adoption passing confidence
pnpm (source) 7.14.2 -> 7.16.0 age adoption passing confidence
pnpm (source) ^7.14.2 -> ^7.16.0 age adoption passing confidence
postcss (source) ^8.4.18 -> ^8.4.19 age adoption passing confidence
preact (source) ^10.11.2 -> ^10.11.3 age adoption passing confidence
sass ^1.56.0 -> ^1.56.1 age adoption passing confidence
svelte (source) ^3.52.0 -> ^3.53.1 age adoption passing confidence
tailwindcss (source) ^3.2.2 -> ^3.2.4 age adoption passing confidence
tsx ^3.11.0 -> ^3.12.1 age adoption passing confidence
vitepress (source) ^1.0.0-alpha.27 -> ^1.0.0-alpha.28 age adoption passing confidence
vitest ^0.24.5 -> ^0.25.2 age adoption passing confidence
vue (source) ^3.2.41 -> ^3.2.45 age adoption passing confidence

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 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 Nov 14, 2022
@@ -188,7 +188,7 @@ describe('hmr', () => {
})

test('should re-render when template is emptied', async () => {
editFile('Hmr.vue', () => '')
editFile('Hmr.vue', (code) => code.replace(/<template>.+<\/template>/s, ''))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test was failing because of vuejs/core#6676.

return next.shouldForceReload(prevImports)
return !next.template || next.shouldForceReload(prevImports)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the test above, !next.template seems to be needed. I'm not sure whether this should be handled on vue side.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can have the condition here, and if it is handled later on vue we remove it. cc @sodatea

@patak-dev patak-dev merged commit f6ad607 into main Nov 14, 2022
@patak-dev patak-dev deleted the renovate/all-minor-patch branch November 14, 2022 15:50
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

2 participants