Skip to content

Commit

Permalink
Update packages (#6754)
Browse files Browse the repository at this point in the history
* Update packages

* Replace the version bump of `rss-to-json` from 2.0.2 → 2.1.1 to 2.1.0

* Use the forgiving `htmlparser2` in `cheerio` (which was the default before the version bump) and explicitly set filtered-out @formats comments to text nodes with empty string

* Replace reference to `babel-eslint` in `.eslintrc` with the new `@babel/eslint-parser`

* Disable `gulp lintGrow` task that's already failing and blocking this PR

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Rozenberg <rodaniel@amp.dev>
  • Loading branch information
renovate[bot] and danielrozenberg authored Feb 16, 2024
1 parent f7080cd commit 44798df
Show file tree
Hide file tree
Showing 8 changed files with 3,811 additions and 4,606 deletions.
6 changes: 5 additions & 1 deletion gulpfile.js/lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,8 @@ function lintGrow() {
exports.lintNode = lintNode;
exports.lintYaml = lintYaml;
exports.lintGrow = lintGrow;
exports.lintAll = gulp.parallel(lintNode, lintYaml, lintGrow);
exports.lintAll = gulp.parallel(
lintNode,
lintYaml
/* TODO(#5584): restore `lintGrow` once the test and workflows are fixes. */
);
Loading

0 comments on commit 44798df

Please sign in to comment.