mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-13 15:36:25 +00:00
chore(replacements): improve descriptions (#20942)
This commit is contained in:
parent
ca03555739
commit
d54e6aa9ac
1 changed files with 4 additions and 4 deletions
|
@ -35,7 +35,7 @@ export const presets: Record<string, Preset> = {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'apollo-server-to-scoped': {
|
'apollo-server-to-scoped': {
|
||||||
description: '`apollo-server` packages became scoped',
|
description: '`apollo-server` packages became scoped.',
|
||||||
packageRules: [
|
packageRules: [
|
||||||
{
|
{
|
||||||
matchCurrentVersion: '>=3.10.3',
|
matchCurrentVersion: '>=3.10.3',
|
||||||
|
@ -116,7 +116,7 @@ export const presets: Record<string, Preset> = {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'fastify-to-scoped': {
|
'fastify-to-scoped': {
|
||||||
description: '`fastify` packages became scoped',
|
description: '`fastify` packages became scoped.',
|
||||||
packageRules: [
|
packageRules: [
|
||||||
{
|
{
|
||||||
matchCurrentVersion: '>=3.3.0 <4.0.0',
|
matchCurrentVersion: '>=3.3.0 <4.0.0',
|
||||||
|
@ -542,7 +542,7 @@ export const presets: Record<string, Preset> = {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'parcel-css-to-lightningcss': {
|
'parcel-css-to-lightningcss': {
|
||||||
description: '`@parcel/css` was renamed `lightningcss`.',
|
description: '`@parcel/css` was renamed to `lightningcss`.',
|
||||||
packageRules: [
|
packageRules: [
|
||||||
{
|
{
|
||||||
matchDatasources: ['npm'],
|
matchDatasources: ['npm'],
|
||||||
|
@ -579,7 +579,7 @@ export const presets: Record<string, Preset> = {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'react-scripts-ts-to-react-scripts': {
|
'react-scripts-ts-to-react-scripts': {
|
||||||
description: '`react-scripts` supports typescripts since version 2.1.0.',
|
description: '`react-scripts` supports TypeScript since version `2.1.0`.',
|
||||||
packageRules: [
|
packageRules: [
|
||||||
{
|
{
|
||||||
matchDatasources: ['npm'],
|
matchDatasources: ['npm'],
|
||||||
|
|
Loading…
Reference in a new issue