Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vite-plugin-commonjs ^0.5.3 -> ^0.6.0 age adoption passing confidence

Release Notes

vite-plugin/vite-plugin-commonjs

v0.6.0

Compare Source

More like Vite, loose syntax!

0.6.x

const { foo } = require('foo')

const { foo } = __CJS__import__0__.default || __CJS__import__0__
const bar = require('bar')

import * as __CJS__import__0__ from '/bar'
const bar = __CJS__import__0__.default || __CJS__import__0__

0.5.x

const { foo } = require('foo')

import { foo } from 'foo'
const bar = require('bar')

import * as __CJS__import__0__ from '/bar'
const bar = __CJS__import__0__
Main commit

Configuration

📅 Schedule: Branch creation - "before 5am every weekday,every weekend" in timezone Europe/Berlin, 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 27, 2022
@renovate renovate bot requested review from a team, Raudius and mejo- and removed request for a team November 27, 2022 03:30
@cypress
Copy link

cypress bot commented Nov 27, 2022



Test summary

98 0 0 0Flakiness 4


Run details

Project Text
Status Passed
Commit 3d0bb22 ℹ️
Started Dec 9, 2022 2:00 PM
Ended Dec 9, 2022 2:06 PM
Duration 05:49 💡
OS Linux Ubuntu - 22.04
Browser Electron 106

View run in Cypress Dashboard ➡️


Flakiness

sections.spec.js Flakiness
1 Content Sections > Heading anchors > Anchor scrolls into view
links.spec.js Flakiness
1 test link marks > link preview > shows a link preview
mentions.spec.js Flakiness
1 Test mentioning users > Type @ and see the user list
FrontMatter.spec.js Flakiness
1 Front matter support > Reopen front matter

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@renovate renovate bot force-pushed the renovate/stable25-vite-plugin-commonjs-0.x branch from e771f99 to d48a869 Compare December 9, 2022 13:44
@juliusknorr juliusknorr merged commit 1c34b94 into stable25 Dec 9, 2022
@delete-merged-branch delete-merged-branch bot deleted the renovate/stable25-vite-plugin-commonjs-0.x branch December 9, 2022 14:23
@skjnldsv skjnldsv mentioned this pull request Jan 6, 2023
5 tasks
@blizzz blizzz mentioned this pull request Jan 11, 2023
6 tasks
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.

2 participants