Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all dependencies #297

Merged
merged 6 commits into from Aug 29, 2023
Merged

Update all dependencies #297

merged 6 commits into from Aug 29, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 14, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@prettier/plugin-pug 2.4.2 -> 3.0.0 age adoption passing confidence
@prettier/plugin-xml 2.2.0 -> 3.2.0 age adoption passing confidence
autoprefixer 10.4.14 -> 10.4.15 age adoption passing confidence
css-loader 6.7.3 -> 6.8.1 age adoption passing confidence
css-minimizer-webpack-plugin 5.0.0 -> 5.0.1 age adoption passing confidence
eslint (source) 8.37.0 -> 8.48.0 age adoption passing confidence
html-webpack-plugin 5.5.0 -> 5.5.3 age adoption passing confidence
jest (source) 29.5.0 -> 29.6.4 age adoption passing confidence
jest-puppeteer (source) 8.0.6 -> 9.0.0 age adoption passing confidence
mini-css-extract-plugin 2.7.5 -> 2.7.6 age adoption passing confidence
postcss (source) 8.4.21 -> 8.4.28 age adoption passing confidence
postcss-loader 7.2.4 -> 7.3.3 age adoption passing confidence
prettier (source) 2.8.7 -> 3.0.2 age adoption passing confidence
puppeteer (source) 19.8.3 -> 21.1.1 age adoption passing confidence
rimraf 4.4.1 -> 5.0.1 age adoption passing confidence
webpack 5.77.0 -> 5.88.2 age adoption passing confidence
webpack-cli (source) 5.0.1 -> 5.1.4 age adoption passing confidence

Release Notes

prettier/plugin-pug (@​prettier/plugin-pug)

v3.0.0

Compare Source

diff

BREAKING CHANGES

Dropped support for Prettier v2 and CJS (#​458)

If you are using Prettier v2 / CJS, you need to stay on 2.5.2.

v2.5.2

Compare Source

diff

This version does not contain any changes to the plugin itself, but only internal changes to the docs, build and CI.

This might be the last version that supports Prettier v2 as well as CJS.
The next version will probably the v3 release and will only support Prettier v3 and ESM.

v2.5.1

Compare Source

diff

  • Fix whitespace in interpolations (#​447)

v2.5.0

Compare Source

diff

BREAKING CHANGES

  • Dropped support for node v14 (#​441)

Other changes

  • Fix trailing whitespace after class (#​442)
prettier/plugin-xml (@​prettier/plugin-xml)

v3.2.0

Compare Source

Added
  • Respect xml:space="preserve" as an override to the xmlWhitespaceSensitivity option.

v3.1.1

Compare Source

Changed
  • Required prettier as a peer dependency instead of a runtime dependency.

v3.1.0

Compare Source

Added
  • the xmlSortAttributesByKey: true | false option has been added. See the README.
  • The xmlQuoteAttributes: "preserve" | "single" | "double" option has been added. See the README.

v3.0.0

Compare Source

Changed
  • See alpha release notes.
postcss/autoprefixer (autoprefixer)

v10.4.15

Compare Source

  • Fixed ::backdrop prefixes (by 一丝).
  • Fixed docs (by Christian Oliff).
webpack-contrib/css-loader (css-loader)

v6.8.1

Compare Source

v6.8.0

Compare Source

Features
  • use template literal when it possible to prevent Maximum call stack size exceeded (#​1525) (6eb5661)
Bug Fixes
6.7.4 (2023-05-19)
Bug Fixes
6.7.3 (2022-12-14)
Bug Fixes
6.7.2 (2022-11-13)
Bug Fixes
6.7.1 (2022-03-08)
Bug Fixes

v6.7.4

Compare Source

webpack-contrib/css-minimizer-webpack-plugin (css-minimizer-webpack-plugin)

v5.0.1

Compare Source

eslint/eslint (eslint)

v8.48.0

Compare Source

Features

  • 1fbb3b0 feat: correct update direction in for-direction (#​17483) (Francesco Trotta)
  • d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#​17475) (fnx)
  • ee2f718 feat: Allow void in rule no-promise-executor-return (#​17282) (nopeless)

Bug Fixes

  • 7234f6a fix: update RuleTester JSDoc and deprecations (#​17496) (Jonas Berlin)

Documentation

  • 7a51d77 docs: no-param-reassign mention strict mode (#​17494) (Stephen Hardy)
  • 9cd7ac2 docs: add fetch script to package.json conventions (#​17459) (Nitin Kumar)
  • cab21e6 docs: advice for inline disabling of rules (#​17458) (Ashish Yadav)
  • 056499d docs: fix example of flat config from plugin (#​17482) (Francesco Trotta)
  • 9e9edf9 docs: update documentation URL in error message (#​17465) (Nitin Kumar)

Chores

v8.47.0

Compare Source

Features

  • 53d7508 feat: update regex for methods with thisArg (#​17439) (Francesco Trotta)

Bug Fixes

  • 631648e fix: do not report on shadowed constructors in no-new-wrappers (#​17447) (Francesco Trotta)

Documentation

Chores

v8.46.0

Compare Source

Features

Bug Fixes

  • 9803c7c fix: FlatESLint#getRulesMetaForResults shouldn't throw on unknown rules (#​17393) (Milos Djermanovic)
  • 42faa17 fix: Update no-loop-func to not overlap with no-undef (#​17358) (Matt Wilkinson)

Documentation

  • 4d474e3 docs: update with TypeScript info (#​17423) (James)
  • 091f44e docs: File extension named processor deprecation (#​17362) (Matt Wilkinson)
  • 9254a6c docs: Update README (GitHub Actions Bot)
  • 6d6dc51 docs: fix overlapping of open in playground button (#​17403) (Tanuj Kanti)
  • 7fc3a2c docs: Add private class features info to no-underscore-dangle (#​17386) (Matt Wilkinson)
  • da73e58 docs: Migrating eslint-env configuration comments (#​17390) (Francesco Trotta)
  • 80dffed docs: fix Ignoring Files section in config migration guide (#​17392) (Milos Djermanovic)
  • 8a9abb7 docs: Update README (GitHub Actions Bot)
  • 7e9be4b docs: Update README (GitHub Actions Bot)
  • 0b0bbe0 docs: Update README (GitHub Actions Bot)

Chores

  • d1eb7e4 chore: Update ecosystem dependencies (#​17427) (Nicholas C. Zakas)
  • fab9e97 chore: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • 6246711 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 0aa0bc3 chore: Add PRs to triage project (#​17421) (Nicholas C. Zakas)

v8.45.0

Compare Source

Features

  • cdd063c feat: Expose LegacyESLint in unsupported API (#​17341) (Nicholas C. Zakas)
  • d34abe5 feat: fix indent rule for else-if (#​17318) (Milos Djermanovic)

Bug Fixes

  • b79b6fb fix: Fix suggestion message in no-useless-escape (#​17339) (Francesco Trotta)
  • c667055 fix: provide unique fix and fix.range objects in lint messages (#​17332) (Milos Djermanovic)

Documentation

  • 89f3225 docs: add playground links to correct and incorrect code blocks (#​17306) (Josh Goldberg ✨)
  • f8892b5 docs: Expand rule option schema docs (#​17198) (Matt Wilkinson)
  • 8bcbf11 docs: Config Migration Guide (#​17230) (Ben Perlmutter)
  • bb30908 docs: Update README (GitHub Actions Bot)
  • 84d243b docs: Update README (GitHub Actions Bot)
  • b762632 docs: Update README (GitHub Actions Bot)
  • 138c096 docs: add more prefer-destructuring examples with array destructuring (#​17330) (Milos Djermanovic)
  • 1fc50a8 docs: max-len rule code and tabWidth as positional arguments (#​17331) (Jesús Leganés-Combarro)

Chores

v8.44.0

Compare Source

Features
  • 1766771 feat: add es2023 and es2024 environments (#​17328) (Milos Djermanovic)
  • 4c50400 feat: add ecmaVersion: 2024, regexp v flag parsing (#​17324) (Milos Djermanovic)
  • 4d411e4 feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#​17270) (Percy Ma)
  • c8b1f4d feat: Move parserServices to SourceCode (#​17311) (Milos Djermanovic)
  • ef6e24e feat: treat unknown nodes as having the lowest precedence (#​17302) (Brad Zacher)
  • 1866e1d feat: allow flat config files to export a Promise (#​17301) (Milos Djermanovic)
Bug Fixes
  • a36bcb6 fix: no-unused-vars false positive with logical assignment operators (#​17320) (Gweesin Chan)
  • 7620b89 fix: Remove no-unused-labels autofix before potential directives (#​17314) (Francesco Trotta)
  • 391ed38 fix: Remove no-extra-semi autofix before potential directives (#​17297) (Francesco Trotta)
Documentation
Chores

v8.43.0

Compare Source

Features

  • 14581ff feat: directive prologue detection and autofix condition in quotes (#​17284) (Francesco Trotta)
  • e50fac3 feat: add declaration loc to message in block-scoped-var (#​17252) (Milos Djermanovic)
  • 1b7faf0 feat: add skipJSXText option to no-irregular-whitespace rule (#​17182) (Azat S)

Bug Fixes

  • 5338b56 fix: normalize cwd passed to ESLint/FlatESLint constructor (#​17277) (Milos Djermanovic)
  • 54383e6 fix: Remove no-extra-parens autofix for potential directives (#​17022) (Francesco Trotta)

Documentation

Chores

v8.42.0

Compare Source

Features

  • b8448ff feat: correct no-useless-return behaviour in try statements (#​16996) (Nitin Kumar)

Bug Fixes

  • a589636 fix: Config with ignores and without files should not always apply (#​17181) (Milos Djermanovic)
  • c4fad17 fix: Correct ignore message for "node_modules" subfolders (#​17217) (Francesco Trotta)

Documentation

  • 01d7142 docs: Update README (GitHub Actions Bot)
  • e5182b7 docs: Update README (GitHub Actions Bot)

Chores

v8.41.0

Compare Source

Features
  • 880a431 feat: change default ignore pattern to **/node_modules/ in flat config (#​17184) (Milos Djermanovic)
  • 8bf5505 feat: expose shouldUseFlatConfig (#​17169) (Connor Prussin)
Bug Fixes
  • 4f5440d fix: incorrect warning message for ignored dotfiles (#​17196) (Milos Djermanovic)
  • 94da96c fix: unify LintMessage type (#​17076) (Brandon Mills)
  • 0c415cd fix: validate ignorePatterns constructor option in FlatESLint class (#​17139) (Milos Djermanovic)
  • 9682d66 fix: switch grapheme-splitter to graphemer (#​17160) (fisker Cheung)
Documentation
  • 7709b14 docs: Update README (GitHub Actions Bot)
  • 7f183e0 docs: Update triage process description (#​17157) (Nicholas C. Zakas)
  • b68346b docs: fix license to reflect relicensing of jshint (#​17165) (Stefan Bischof)
Chores

v8.40.0

Compare Source

Features

  • 5db7808 feat: improve flat config errors for invalid rule options and severities (#​17140) (Josh Goldberg ✨)
  • f5574dc feat: Add findConfigFile() method to FlatESLint (#​17142) (Nicholas C. Zakas)
  • e52b98b feat: add sourceCode property to the rule context (#​17107) (Nitin Kumar)
  • 1468f5b feat: add physicalFilename property to the rule context (#​17111) (Nitin Kumar)
  • 0df4d4f feat: add cwd to rule context (#​17106) (Nitin Kumar)
  • 52018f2 feat: add filename property to the rule context (#​17108) (Nitin Kumar)
  • 559ff4e feat: add new omitLastInOneLineClassBody option to the semi rule (#​17105) (Nitin Kumar)

Bug Fixes

  • f076e54 fix: Ensure FlatESLint#findConfigFile() doesn't throw. (#​17151) (Nicholas C. Zakas)

Documentation

  • e980bf3 docs: Update README (GitHub Actions Bot)
  • e92a6fc docs: Update README (GitHub Actions Bot)
  • af5fe64 docs: Fix custom rule schema docs (#​17115) (Adam Jones)
  • [4a352a9](ht

Configuration

📅 Schedule: Branch creation - "on the 2nd and 4th day instance on sunday after 11pm" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 May 14, 2023
@renovate
Copy link
Contributor Author

renovate bot commented May 14, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: @prettier/plugin-pug@3.0.0
npm ERR! notsup Not compatible with your version of node/npm: @prettier/plugin-pug@3.0.0
npm ERR! notsup Required: {"node":"^16.13.0 || >=18.0.0","npm":">=7.10.0"}
npm ERR! notsup Actual:   {"npm":"9.8.1","node":"v14.17.4"}

npm ERR! A complete log of this run can be found in: /tmp/worker/f4e45e/bce0b1/cache/others/npm/_logs/2023-08-28T15_12_45_090Z-debug-0.log

@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 5677a86 to e8d10f4 Compare May 21, 2023 08:33
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from cd01f14 to eefb910 Compare May 28, 2023 12:05
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 38b8dc4 to d1c1c87 Compare June 5, 2023 17:38
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 0488aa9 to 662468b Compare June 10, 2023 00:57
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 7f28ba9 to 589e31d Compare August 8, 2023 21:38
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 90f6509 to 4efa520 Compare August 15, 2023 21:25
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from d869a13 to e54221b Compare August 24, 2023 13:04
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 284a269 to e5a9074 Compare August 27, 2023 00:37
@renovate
Copy link
Contributor Author

renovate bot commented Aug 29, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@@ -1,4 +1,3 @@
{
"trailingComma": "all",
Copy link
Member

Choose a reason for hiding this comment

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

Default value for trailingComma in Prettier is now all.

@@ -14,7 +14,7 @@
"license": "CC0-1.0",
"type": "module",
"engines": {
"node": "^14.15.0 || >=16.0.0",
Copy link
Member

Choose a reason for hiding this comment

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

@mondeja mondeja merged commit 7bcbece into master Aug 29, 2023
3 checks passed
@mondeja mondeja deleted the renovate/all branch August 29, 2023 11:38
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.

None yet

1 participant