Skip to content

Commit

Permalink
Use JSON5 for renovate.json (#1893)
Browse files Browse the repository at this point in the history
Closes GH-1444.
  • Loading branch information
wooorm committed Jan 9, 2022
1 parent ef41677 commit 04c7fae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/esbuild/lib/index.js
Expand Up @@ -13,11 +13,11 @@
* @typedef {ProcessorOptions & {allowDangerousRemoteMdx?: boolean}} Options
*/

import {URL} from 'url'
import assert from 'node:assert'
import {promises as fs} from 'node:fs'
import path from 'node:path'
import process from 'node:process'
import {URL} from 'url'
import got from 'got'
import {VFile} from 'vfile'
import {createFormatAwareProcessors} from '@mdx-js/mdx/lib/util/create-format-aware-processors.js'
Expand Down
9 changes: 5 additions & 4 deletions renovate.json → renovate.json5
Expand Up @@ -3,16 +3,17 @@
"schedule": "before 3am on Monday",
"packageRules": [
{
"#": "`got@12` depends on Node 14+",
"#": "`react`/`react-dom`/`react-server-dom-webpack` latest don’t support RSC",
"#": "`typescript@4.5.0` has a problem with tail calls",
"#": "`node-loader@2` depends on Node 16+",
"matchPackageNames": [
// `got@12` depends on Node 14+.
"got",
// `react`/`react-dom`/`react-server-dom-webpack` latest don’t support
// RSC.
"react",
"react-dom",
"react-server-dom-webpack",
// `typescript@4.5.0` has a problem with tail calls.
"typescript",
// `node-loader@2` depends on Node 16+.
"@node-loader/babel",
"@node-loader/core"
],
Expand Down

1 comment on commit 04c7fae

@vercel
Copy link

@vercel vercel bot commented on 04c7fae Jan 9, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

Please sign in to comment.