Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

chore(deps): update all dependencies (major)#243

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-all
Open

chore(deps): update all dependencies (major)#243
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-all

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 1, 2024

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action major v4 -> v5 age adoption passing confidence
babel-loader devDependencies major ^9.0.0 -> ^10.0.0 age adoption passing confidence
concurrently devDependencies major 7.6.0 -> 9.2.1 age adoption passing confidence
eslint (source) devDependencies major 8.31.0 -> 9.35.0 age adoption passing confidence
eslint-config-prettier devDependencies major 8.6.0 -> 10.1.8 age adoption passing confidence
eslint-plugin-prettier devDependencies major 4.2.1 -> 5.5.4 age adoption passing confidence
node stage major 18 -> 24 age adoption passing confidence
postcss-cli devDependencies major 10.1.0 -> 11.0.1 age adoption passing confidence
prettier (source) devDependencies major 2.8.1 -> 3.6.2 age adoption passing confidence
stylelint (source) devDependencies major 14.16.1 -> 16.24.0 age adoption passing confidence
stylelint-config-standard-scss devDependencies major 6.1.0 -> 16.0.0 age adoption passing confidence
stylelint-order devDependencies major 6.0.1 -> 7.0.0 age adoption passing confidence
ubuntu final major jammy -> noble age adoption passing confidence
ubuntu stage major jammy -> noble age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v5

Compare Source

babel/babel-loader (babel-loader)

v10.0.0

Compare Source

What's Changed

Breaking Changes
  • bump node requirement to ^18.20.0 || ^20.10.0 || >=22.0.0 and webpack requirement to >= 5.61.0 by @​JLHwung in #​1026
  • breaking: use output.hashFunction as loader cache hasher by @​JLHwung in #​1027
New Features
Bug Fixes
Docs
Dependencies
Internal

New Contributors

Full Changelog: babel/babel-loader@v9.1.3...v10.0.0

v9.2.1

Compare Source

What's Changed

Full Changelog: babel/babel-loader@v9.2.0...v9.2.1

v9.2.0

Compare Source

What's Changed

Full Changelog: babel/babel-loader@v9.1.3...v9.2.0

v9.1.3

Compare Source

Security dependency updates

New Contributors

Full Changelog: babel/babel-loader@v9.1.2...v9.1.3

open-cli-tools/concurrently (concurrently)

v9.2.1

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v9.2.0...v9.2.1

v9.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.1.2...v9.2.0

v9.1.2

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.1.1...v9.1.2

v9.1.1

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v9.1.0...v9.1.1

v9.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.0.1...v9.1.0

v9.0.1

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v9.0.0...v9.0.1

v9.0.0

Compare Source

💥 Breaking Changes

  • Dropped support for Node.js < 18.0.0.
    Older Node.js version have reached end-of-life, and certain features require new-ish JS APIs.

  • Pending commands no longer run when --max-processes is set and an interruption/kill signal is sent - #​433, #​452, #​460
    Before v9.0.0, pressing Ctrl+C when --max-processes is set meant that only those commands would receive it. Once these stopped, the pending commands would start, which in turn meant that another Ctrl+C press would be necessary to stop them, and so on.
    Similar situation applied to combining --max-processes with --kill-others/--kill-others-on-fail.

    Starting with v9.0.0, this no longer happens, as these flags and/or key presses send a signal to stop the running commands in addition to preventing new commands from running.

  • The concurrently and default exports are now the same - #​399
    It's reasonable to expect that import { concurrently } from 'concurrently' would work the same as import concurrently from 'concurrently', however this has not been the case.
    The former used to be an unconfigured version of concurrently, lacking all features that you'd get from the CLI, which was seen as a "footgun". Both are now the same function.

    If you'd like to access the unconfigured function, use import { createConcurrently } from 'concurrently' instead.

✨ New Features

  • Exponential back-off support for process restarting - #​265, #​462
    Use --restart-after exponential. Restarts happen at 2^N seconds.
  • Add prefix padding via new --pad-prefix flag - #​166, #​417, #​495
  • Specify teardown commands via new --teardown flag - #​472, #​500
  • Expand node:<script> commands to node --run <script> - #​475
  • [API only] Inter-Process Communication (ipc) - #​498
  • [API only] Make it possible to use no colors at all - #​466
  • [API only] Add a state field to Command - #​455

🐛 Bug Fixes

Other Changes

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.2.2...v9.0.0

v8.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.2.1...v8.2.2

v8.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.2.0...v8.2.1

v8.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.1.0...v8.2.0

v8.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.0.1...v8.1.0

v8.0.1

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v8.0.0...v8.0.1

v8.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v7.6.0...v8.0.0

eslint/eslint (eslint)

v9.35.0

Compare Source

v9.34.0

Compare Source

v9.33.0

Compare Source

v9.32.0

Compare Source

v9.31.0

Compare Source

v9.30.1

Compare Source

v9.30.0

Compare Source

v9.29.0

Compare Source

v9.28.0

Compare Source

v9.27.0

Compare Source

v9.26.0

Compare Source

v9.25.1

Compare Source

v9.25.0

Compare Source

v9.24.0

Compare Source

v9.23.0

Compare Source

v9.22.0

Compare Source

v9.21.0

Compare Source

Features
Bug Fixes
  • db5340d fix: update missing plugin message template (#​19445) (Milos Djermanovic)
  • d8ffdd4 fix: do not exit process on rule crash (#​19436) (Francesco Trotta)
Documentation
  • c5561ea docs: Update README (GitHub Actions Bot)
  • 80b0485 docs: replace var with let and const in rule example (#​19434) (Tanuj Kanti)
  • f67d5e8 docs: Update README (GitHub Actions Bot)
  • 75afc61 docs: Update README (GitHub Actions Bot)
  • 0636cab docs: Update Eleventy from v2 to v3 (#​19415) (Amaresh S M)
  • dd7d930 docs: Update README (GitHub Actions Bot)
Chores
  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#​19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint/js release (Jenkins)
  • 3401b85 test: add test for Rule.ReportDescriptor type (#​19449) (Francesco Trotta)
  • e497aa7 chore: update rewrite dependencies (#​19448) (Francesco Trotta)
  • dab5478 chore: better error message for missing plugin in config (#​19402) (Tanuj Kanti)
  • ebfe2eb chore: set js language for bug report issue config block (#​19439) (Josh Goldberg ✨)
  • 5fd211d test: processors can return subpaths (#​19425) (Milos Djermanovic)

v9.20.1

Compare Source

Bug Fixes

Documentation

  • fe3ccb2 docs: allow typing in search box while dropdown is open (#​19424) (Amaresh S M)
  • 93c78a5 docs: Add instructions for pnpm compat (#​19422) (Nicholas C. Zakas)
  • b476a93 docs: Fix Keyboard Navigation for Search Results (#​19416) (Amaresh S M)
  • ccb60c0 docs: Update README (GitHub Actions Bot)

v9.20.0

Compare Source

Features
  • e89a54a feat: change behavior of inactive flags (#​19386) (Milos Djermanovic)
Bug Fixes
  • 91d4d9f fix: Bring types in sync with @​eslint/core (#​19157) (Nicholas C. Zakas)
  • fa25c7a fix: Emit warning when empty config file is used (#​19399) (Nicholas C. Zakas)
  • 31a9fd0 fix: Clearer error message for wrong plugin format (#​19380) (Nicholas C. Zakas)
  • 61d99e3 fix: Better error message for unserializable parser (#​19384) (Nicholas C. Zakas)
  • db1b9a6 fix: Ensure module scope is checked for references in consistent-this (#​19383) (Nicholas C. Zakas)
  • 8bcd820 fix: arrow-body-style crash with single-token body (#​19379) (Milos Djermanovic)
Documentation
  • b7012c8 docs: rewrite examples with var using let and const (#​19407) (Mueez Javaid Hashmi)
  • 6406376 docs: Update README (GitHub Actions Bot)
  • 350f2b9 docs: rewrite some examples with var using let and const (#​19404) (Mueez Javaid Hashmi)
  • 93c325a docs: rewrite examples with var using let and const (#​19398) (Mueez Javaid Hashmi)
  • 56ff404 docs: replace var with let or const in rules docs (#​19396) (Daniel Harbrueger)
  • 4053226 docs: change sourceType in no-eval examples (#​19393) (Milos Djermanovic)
  • 1324af0 docs: replace var with let and const in rules docs (#​19392) (Daniel Harbrueger)
  • 8b87e00 docs: replace var with const and let in rules (#​19389) (Tanuj Kanti)
  • 758c66b docs: Explain what frozen rules mean (#​19382) (Nicholas C. Zakas)
  • 0ef8bb8 docs: additional checks for rule examples (#​19358) (Milos Djermanovic)
  • 58ab2f6 docs: fix order of installation steps in getting started (#​19326) (Tanuj Kanti)
Chores

v9.19.0

Compare Source

Features
  • 1637b8e feat: add --report-unused-inline-configs (#​19201) (Josh Goldberg ✨)
Bug Fixes
  • aae6717 fix: sync rule type header comments automatically (#​19276) (Francesco Trotta)
Documentation

Configuration

📅 Schedule: Branch creation - "on the first day of january" (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 was generated by Mend Renovate. View the repository job log.

@webteam-app
Copy link
Copy Markdown
Collaborator

Demo starting at https://mir-server-io-243.demos.haus

@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.48%. Comparing base (291e93d) to head (de4da79).
Report is 10 commits behind head on main.

Current head de4da79 differs from pull request most recent head f2d9744

Please upload reports for the commit f2d9744 to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #243   +/-   ##
=======================================
  Coverage   81.48%   81.48%           
=======================================
  Files           2        2           
  Lines          54       54           
=======================================
  Hits           44       44           
  Misses         10       10           
Flag Coverage Δ
python 81.48% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 19f90dc to fada354 Compare January 10, 2024 04:00
@renovate renovate Bot force-pushed the renovate/major-all branch 6 times, most recently from 4463117 to fcf7485 Compare January 19, 2024 09:42
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 61939fb to f8a5957 Compare February 4, 2024 06:30
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from fc7ba15 to 374a3d6 Compare March 26, 2024 12:46
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 45777e0 to d244c1a Compare April 5, 2024 23:23
@renovate renovate Bot force-pushed the renovate/major-all branch 5 times, most recently from 32c98c3 to b25578d Compare April 26, 2024 20:35
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from de4da79 to ebafde2 Compare May 3, 2024 23:00
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from e41e2c7 to 98e0828 Compare May 24, 2024 12:40
@renovate renovate Bot force-pushed the renovate/major-all branch 3 times, most recently from 1b64687 to a643014 Compare June 1, 2024 18:17
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 54e6a1c to 1eec822 Compare June 7, 2024 21:38
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 5f450c8 to c979c08 Compare August 15, 2024 17:28
@renovate renovate Bot changed the title Update all dependencies (major) chore(deps): update all dependencies (major) Aug 22, 2024
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from fcfd3f1 to 47d17c4 Compare August 28, 2024 04:48
@renovate renovate Bot force-pushed the renovate/major-all branch 3 times, most recently from abb611d to 52da92b Compare September 12, 2024 04:35
@renovate renovate Bot force-pushed the renovate/major-all branch 3 times, most recently from 63dff96 to b804083 Compare September 26, 2024 19:19
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 6bb3768 to 8c05345 Compare October 11, 2024 19:32
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 60ee04e to d456291 Compare October 18, 2024 23:36
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from b9c6dee to 72ca0cc Compare November 4, 2024 14:53
@renovate renovate Bot force-pushed the renovate/major-all branch from 72ca0cc to 2ae64fb Compare November 15, 2024 19:34
@renovate renovate Bot force-pushed the renovate/major-all branch 5 times, most recently from 00cebde to b17cf9e Compare November 30, 2024 03:49
@renovate renovate Bot force-pushed the renovate/major-all branch from b17cf9e to ed66518 Compare December 4, 2024 07:42
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from dee32a1 to 4e4f921 Compare December 15, 2024 15:15
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from cbb7329 to ba8a876 Compare December 31, 2024 06:53
@renovate renovate Bot force-pushed the renovate/major-all branch from ba8a876 to 15f866f Compare January 11, 2025 00:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant