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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2023

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action major v2 -> v4 age adoption passing confidence
babel-loader dependencies major 8.3.0 -> 9.2.1 age adoption passing confidence
codecov/codecov-action action major v3 -> v5 age adoption passing confidence
concurrently dependencies major 5.3.0 -> 9.1.2 age adoption passing confidence
eslint (source) devDependencies major 7.32.0 -> 9.17.0 age adoption passing confidence
eslint-config-airbnb-base devDependencies major 14.2.1 -> 15.0.0 age adoption passing confidence
eslint-config-prettier devDependencies major 7.2.0 -> 9.1.0 age adoption passing confidence
jest (source) devDependencies major 26.6.3 -> 29.7.0 age adoption passing confidence
minimatch resolutions major ^3.0.2 -> ^10.0.0 age adoption passing confidence
node stage major 18 -> 23 age adoption passing confidence
postcss-cli dependencies major 8.3.1 -> 11.0.0 age adoption passing confidence
prettier (source) devDependencies major 2.8.3 -> 3.4.2 age adoption passing confidence
stylelint (source) devDependencies major 13.13.1 -> 16.12.0 age adoption passing confidence
stylelint-config-prettier devDependencies major 8.0.2 -> 9.0.5 age adoption passing confidence
stylelint-config-standard devDependencies major 20.0.0 -> 36.0.1 age adoption passing confidence
stylelint-order devDependencies major 4.1.0 -> 6.0.4 age adoption passing confidence
ubuntu github-runner major 20.04 -> 24.04 age adoption passing confidence
ubuntu final major jammy -> noble age adoption passing confidence
ubuntu stage major jammy -> noble age adoption passing confidence
webpack-cli (source) dependencies major 4.10.0 -> 6.0.1 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v4

Compare Source

v3

Compare Source

babel/babel-loader (babel-loader)

v9.2.1

Compare Source

v9.2.0

Compare Source

v9.1.3

Compare Source

Security dependency updates

New Contributors

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

v9.1.2

Compare Source

9.1.1 was a broken release, it didn't include all the commits.

Dependencies updates

Misc

New Contributors

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

v9.1.1

Compare Source

v9.1.0

Compare Source

New features

Full Changelog: babel/babel-loader@v9.0.1...v9.1.0

v9.0.1

Compare Source

Bug Fixes

Full Changelog: babel/babel-loader@v9.0.0...v9.0.1

v9.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: babel/babel-loader@v8.2.5...v9.0.0

v8.4.1

Compare Source

v8.4.0

Compare Source

codecov/codecov-action (codecov/codecov-action)

v5

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.1..v5.1.2

v4

Compare Source

open-cli-tools/concurrently (concurrently)

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

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

v7.6.0

Compare Source

What's Changed

New Contributors

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

v7.5.0

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v7.4.0...v7.5.0

v7.4.0

Compare Source

New Contributors

v7.3.0

Compare Source

What's Changed

  • Export package.json path - #​339

v7.2.2

Compare Source

What's Changed

  • Update rxjs to version 7.0.0 - #​326
  • Fix TypeScript not able to resolve types when on Node 16 - #​330

New Contributors

v7.2.1

Compare Source

What's Changed

  • Fix --success command- syntax when command name has dashes - #​324, #​325

v7.2.0

Compare Source

New Contributors

v7.1.0

Compare Source

  • Excluding pattern support added, e.g. concurrently npm:lint:*(!fix) (#​305, #​306)
  • Fixed programmatic API docs to resemble v7.0.0 changes (#​303)

New Contributors

v7.0.0

Compare Source

🎉 🥂 Happy 2022!

Breaking changes

  • Dropped support for Node 10. Minimum version is now 12.20.
  • concurrently() API now has a different return value. Please refer to the docs.

Functional changes

  • Added --group flag/option to run process in parallel but print output in sequence - #​75, #​79, #​272
  • Codebase converted to TypeScript. Some bugs may arise due to this, but I hope not!

API Changes

  • concurrently can now be imported as an ES Module! Just do import concurrently from 'concurrently'.
  • concurrently() now returns the commands alongside a promise for the result - #​209

New Contributors

v6.5.1

Compare Source

v6.5.0

Compare Source

  • Add support for configuring via environment variables that start with CONCURRENTLY_ prefix (#​289)
  • Add --timings flag to show when each process started and stopped, and how long they ran for (#​291, #​295)

v6.4.0

Compare Source

  • Add --hide flag to hide the output of specified commands (#​138, #​173)

v6.3.0

Compare Source

  • Distribute prefix colors correctly when using npm/yarn/pnpm script expansion (#​186, #​210, #​234, #​286)
  • Add new option to programmatic API, prefixColors, which serves as fallback for commands without a prefixColor (#​286)

v6.2.2

Compare Source

  • Remove read-pkg dependency which had a vulnerability issue (#​274)

v6.2.1

Compare Source

  • Fix hanging issue after using programmatic API to read from stdin (#​252, #​253)
    Big kudos to @​brandonchinn178 for finding and fixing this! 🏆 🎉
  • Correctly reexport flow controllers (#​278)

v6.2.0

Compare Source

  • Include killed in the command result in programmatic API (#​250)
  • Make --restart-tries restart forever with negative values (#​263)

v6.1.0

Compare Source

  • Change default color to reset (no color set), instead of gray.dim (#​259, #​275)

v6.0.2

Compare Source

  • Fix --handle-input when input contains a colon (#​269)
  • Update lodash to fix a vulnerability (#​270, #​271)

v6.0.1

Compare Source

  • Fix cwd option not overwriting per command if specified in programmatic API (#​266, #​268)

v6.0.0

Compare Source

eslint/eslint (eslint)

v9.17.0

Compare Source

v9.16.0

Compare Source

Features

  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#​19162) (Milos Djermanovic)

Documentation

  • 9eefc8f docs: fix typos in use-isnan (#​19190) (루밀LuMir)
  • 0c8cea8 docs: switch the order of words in no-unreachable (#​19189) (루밀LuMir)
  • 0c19417 docs: add missing backtick to no-async-promise-executor (#​19188) (루밀LuMir)
  • 8df9276 docs: add backtick in -0 in description of no-compare-neg-zero (#​19186) (루밀LuMir)
  • 7e16e3f docs: fix caseSensitive option's title of sort-keys (#​19183) (Tanuj Kanti)
  • 0c6b842 docs: fix typos in migration-guide.md (#​19180) (루밀LuMir)
  • 353266e docs: fix a typo in debug.md (#​19179) (루밀LuMir)
  • 5ff318a docs: delete unnecessary horizontal rule(---) in nodejs-api (#​19175) (루밀LuMir)
  • 576bcc5 docs: mark more rules as handled by TypeScript (#​19164) (Tanuj Kanti)
  • 742d054 docs: note that no-restricted-syntax can be used with any language (#​19148) (Milos Djermanovic)

Chores

v9.15.0

Compare Source

v9.14.0

Compare Source

v9.13.0

Compare Source

v9.12.0

Compare Source

Features

Bug Fixes

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 is behind base branch, 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
Collaborator

Demo starting at https://jaas-ai-715.demos.haus

@renovate renovate bot force-pushed the renovate/major-all branch 6 times, most recently from 4958909 to be0a523 Compare January 6, 2023 20:57
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from c901059 to 22c1f95 Compare January 17, 2023 15:34
@renovate renovate bot force-pushed the renovate/major-all branch 5 times, most recently from db1af86 to cdfd2ca Compare January 24, 2023 17:37
@renovate renovate bot force-pushed the renovate/major-all branch 5 times, most recently from 31d3e4c to ba6540e Compare February 2, 2023 16:14
@renovate renovate bot force-pushed the renovate/major-all branch 7 times, most recently from 8cd11f7 to 2643b9b Compare February 11, 2023 14:01
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from ed6e780 to 1cd6b82 Compare February 15, 2023 14:28
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from abc0e45 to 9bb8160 Compare September 26, 2024 19:27
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from f364bd4 to a47cdae Compare October 4, 2024 21:56
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 0866bee to a7249c3 Compare October 17, 2024 03:53
@renovate renovate bot force-pushed the renovate/major-all branch from a7249c3 to 6972beb Compare October 18, 2024 21:51
@renovate renovate bot force-pushed the renovate/major-all branch 5 times, most recently from ffac0b8 to d005c40 Compare November 8, 2024 12:30
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 9731529 to 2511ea1 Compare November 15, 2024 20:25
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from 1644724 to 916cf9e Compare November 29, 2024 22:13
@renovate renovate bot force-pushed the renovate/major-all branch from 916cf9e to 16487c3 Compare December 4, 2024 07:22
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from 55e510b to 3304ebe Compare December 20, 2024 15:19
@renovate renovate bot force-pushed the renovate/major-all branch from 3304ebe to aecbfcb Compare December 27, 2024 14:13
@renovate renovate bot force-pushed the renovate/major-all branch from aecbfcb to b0ad052 Compare December 31, 2024 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant