Skip to content

Commit

Permalink
chore(deps): update Stencil to v4.7.0 (#616)
Browse files Browse the repository at this point in the history
The `@stencil/core` v4.7.0 supports now Jest 29
  • Loading branch information
dgonzalezr authored Oct 31, 2023
1 parent 69018a3 commit b19f338
Show file tree
Hide file tree
Showing 3 changed files with 973 additions and 3,362 deletions.
20 changes: 7 additions & 13 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,23 @@
* The ignoreDeps configuration field allows you to define a list of dependency names to be ignored by Renovate.
* Currently it supports only "exact match" dependency names.
*/
ignoreDeps: ['@types/jest', 'babel-jest', 'jest', 'jest-environment-jsdom', 'ts-jest'],
ignoreDeps: [],
/**
* Labels to set in the Pull Request.
*/
labels: ['chore ⚙️', 'dependencies 📦'],
/**
* Time required before a new release is considered stable.
*/
minimumReleaseAge: '3 days',
minimumReleaseAge: '1 days',
/**
* Package rules lets you apply rules to individual packages
* or to groups of packages using regex pattern matching.
*/
packageRules: [
{
groupName: 'Angular',
matchPackagePrefixes: ['@angular', '@schematics'],
allowedVersions: '<15.0.0',
matchPackagePrefixes: ['@angular', '@schematics', 'ng-packagr'],
},
{
groupName: 'Commitlint',
Expand Down Expand Up @@ -68,11 +67,6 @@
groupName: 'Floating-UI',
matchPackagePrefixes: ['@floating-ui'],
},
{
groupName: 'Ng',
matchPackagePrefixes: ['ng-packagr'],
allowedVersions: '<15.0.0',
},
{
groupName: 'PostCSS',
matchPackagePrefixes: ['postcss'],
Expand All @@ -89,7 +83,7 @@
{
groupName: 'Typescript',
matchPackagePrefixes: ['typescript'],
allowedVersions: '<5.0.0',
allowedVersions: '<5.2.0',
},
{
groupName: 'Typescript-Eslint',
Expand All @@ -102,7 +96,7 @@
},
{
matchPackageNames: ['zone.js'],
allowedVersions: '<0.13.0',
allowedVersions: '<0.14.0',
},
/**
* Do not renovate peerDependencies versions/ranges.
Expand All @@ -122,10 +116,10 @@
*/
rebaseWhen: 'never',
/**
* Run every Monday and Thursday between 00 and 12 (UTC time)
* Run every Monday between 00 and 12 (UTC time)
* {@see https://crontab.guru} for debugging cron schedules
*/
schedule: ['* 00-12 * * 1,4'],
schedule: ['* 00-12 * * 1'],
/**
* Enable Semantic Commit prefixes for commits and PR titles.
*/
Expand Down
Loading

0 comments on commit b19f338

Please sign in to comment.