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

fix(deps): update all dependencies #1472

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

fix(deps): update all dependencies #1472

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 23, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@angular-devkit/schematics 17.3.7 -> 18.0.1 age adoption passing confidence dependencies major
@types/lodash (source) 4.17.1 -> 4.17.4 age adoption passing confidence devDependencies patch
@​types/marked 5.0.2 -> 6.0.0 age adoption passing confidence devDependencies major
@types/node (source) 20.12.11 -> 20.12.12 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 7.8.0 -> 7.10.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.8.0 -> 7.10.0 age adoption passing confidence devDependencies minor
@wdio/cli (source) 8.36.1 -> 8.37.0 age adoption passing confidence devDependencies minor
@wdio/local-runner (source) 8.36.1 -> 8.37.0 age adoption passing confidence devDependencies minor
@wdio/mocha-framework (source) 8.36.1 -> 8.37.0 age adoption passing confidence devDependencies minor
@wdio/sauce-service (source) 8.36.1 -> 8.37.0 age adoption passing confidence devDependencies minor
@wdio/spec-reporter (source) 8.36.1 -> 8.37.0 age adoption passing confidence devDependencies minor
actions/checkout v3 -> v4 age adoption passing confidence action major
actions/setup-node v3 -> v4 age adoption passing confidence action major
chai (source) 4.4.1 -> 5.1.1 age adoption passing confidence devDependencies major
chromedriver 124.0.3 -> 125.0.2 age adoption passing confidence devDependencies major
commander 12.0.0 -> 12.1.0 age adoption passing confidence dependencies minor
cpx ^1.5.0 -> ^2.0.0 devDependencies replacement
eslint (source) 8.56.0 -> 9.3.0 age adoption passing confidence devDependencies major
glob 10.3.14 -> 10.4.0 age adoption passing confidence dependencies minor
i18next (source) 23.11.4 -> 23.11.5 age adoption passing confidence dependencies patch
lcov-result-merger 5.0.0 -> 5.0.1 age adoption passing confidence devDependencies patch
marked (source) 7.0.3 -> 12.0.2 age adoption passing confidence dependencies major
rimraf 5.0.6 -> 5.0.7 age adoption passing confidence devDependencies patch
rollup (source) 4.17.2 -> 4.18.0 age adoption passing confidence devDependencies minor
sinon (source) 17.0.2 -> 18.0.0 age adoption passing confidence devDependencies major

This is a special PR that replaces cpx with the community suggested minimal stable replacement version.


Release Notes

angular/angular-cli (@​angular-devkit/schematics)

v18.0.1

Compare Source

v18.0.0

Compare Source

Breaking Changes

@​angular/cli
  • The ng doc command has been removed without a replacement. To perform searches, please visit www.angular.dev
  • Node.js support for versions <18.19.1 and <20.11.1 has been removed.
@​angular-devkit/build-angular
  • By default, the index.html file is no longer emitted in the browser directory when using the application builder with SSR. Instead, an index.csr.html file is emitted. This change is implemented because in many cases server and cloud providers incorrectly treat the index.html file as a statically generated page. If you still require the old behavior, you can use the index option to specify the output file name.

    "architect": {
      "build": {
        "builder": "@&#8203;angular-devkit/build-angular:application",
        "options": {
          "outputPath": "dist/my-app",
          "index": {
            "input": "src/index.html",
            "output": "index.html"
          }
        }
      }
    }
  • The support for the legacy Sass build pipeline, previously accessible via NG_BUILD_LEGACY_SASS when utilizing webpack-based builders, has been removed.

Deprecations

@​angular-devkit/schematics
  • NodePackageLinkTask in @angular-devkit/schematics. A custom task should be created instead.
@​angular/cli
Commit Type Description
ac3019570 feat add ng dev alias to ng serve
4087728c3 feat support for Node.js v22
41ab6c8c3 fix add --version option
df4dde95d fix add @angular/build package to update group list
1039f6d79 fix change update guide link to angular.dev
f4670fcb1 fix eliminate prompts during ng version command
a99ec6a54 fix keep cli package first in update package group metadata
dd786d495 fix only add --version option on default command
03eee0545 refactor remove ng doc command
c7b208555 refactor remove support for Node.js versions <18.19.1 and <20.11.1
@​schematics/angular
Commit Type Description
b2ac5fac7 feat allow application migration to use new build package in projects where possible
6530aa11b feat replace assets with public directory
725883713 feat use eventCoalescing option by default (standalone bootstrap)
508d97da7 feat use ngZoneEventCoalescing option by default (module bootstrap)
f452589e2 feat use TypeScript bundler module resolution for new projects
95a4d6ee5 fix add less dependency in application migration if needed
c46aa084f fix add postcss dependency in application migration if needed
157329384 fix add spaces around eventCoalescing option
23cc337aa fix keep deployUrl option when migrating to application builder
@​angular-devkit/architect
Commit Type Description
ddd08efef fix resolve builder aliases from containing package
@​angular-devkit/build-angular
Commit Type Description
53c319aaa feat add support for the poll option in the library builder
83d1d233a feat enhance Sass rebasing importer for resources URL defined in variables and handling of external paths
d51cb598a feat inject event-dispatch in SSR HTML page
0b03829bc feat move i18n extraction for application builder to new build system package
4ffe07aa2 feat move Vite-based dev-server for application builder to new build system package
d1c632af9 feat support native async/await when app is zoneless
37fc7f0cc fix disable Vite prebundling when script optimizations are enabled
2acf95a94 fix do not generate an index.html file in the browser directory when using SSR.
8a54875cb fix handle wrapping of class expressions emitted by esbuild
97973059e refactor remove Sass legacy implementation
@​angular-devkit/schematics
Commit Type Description
797584583 refactor deprecate NodePackageLinkTask
@​angular/build
Commit Type Description
810d213e1 feat introduce new official build system package
b7a0792b3 fix add a maximum rendering timeout for SSG
411115303 fix add console note about development server raw file size
921fa7cf4 fix add missing ansi-colors and picomatch dependencies
791cf75af fix check both potential build packages in Angular version check
4d7cd5e3e fix correctly wrap class expressions with static properties or blocks emitted by esbuild
57f448a0f fix decode URL pathname decoding during SSG fetch
940e382db fix disable Vite prebundling when script optimizations are enabled
70dbc7a6e fix emit error for invalid self-closing element in index HTML
44b401747 fix ensure input index HTML file triggers rebuilds when changed
dff4deaeb fix ensure recreated files are watched
17931166d fix format sizes using decimal byte units consistently
2085365e0 fix only generate shallow preload links for initial files
33cd47c85 fix properly configure headers for media resources and HTML page
d10fece2c fix properly rebase Sass url() values with leading interpolations
3f2963835 perf add persistent caching of JavaScript transformations
a15eb7d1c perf improve rebuild time for file loader usage with prebundling

v17.3.8

Compare Source

17.3.8 (2024-05-22)
@​angular/cli
Commit Description
fix - 3ada6eb52 clarify optional migration instructions during ng update
@​angular-devkit/schematics
Commit Description
fix - 4b6ba8df1 SchematicTestRunner.runExternalSchematic fails with "The encoded data was not valid for encoding utf-8"
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.10.0

Compare Source

🚀 Features
  • eslint-plugin: [sort-type-constituents] support case sensitive sorting
🩹 Fixes
  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag
❤️ Thank You
  • auvred
  • Emanuel Hoogeveen
  • jsfm01
  • Kirk Waiblinger

You can read about our versioning strategy and releases on our website.

v7.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
❤️ Thank You
  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.10.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.9.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

webdriverio/webdriverio (@​wdio/cli)

v8.37.0

Compare Source

v8.37.0 (2024-05-22)
🚀 New Feature
🐛 Bug Fix
💅 Polish
📝 Documentation
Committers: 10
actions/checkout (actions/checkout)

v4

Compare Source

actions/setup-node (actions/setup-node)

v4

Compare Source

chaijs/chai (chai)

v5.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.1.0...v5.1.1

v5.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.0.3...v5.1.0

v5.0.3

Compare Source

Fix bad v5.0.2 publish.

Full Changelog: chaijs/chai@v5.0.2...v5.0.3

v5.0.2

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.0.1...v5.0.2

v5.0.0

Compare Source

BREAKING CHANGES

  • Chai now only supports EcmaScript Modules (ESM). This means your tests will need to either have import {...} from 'chai' or import('chai'). require('chai') will cause failures in nodejs. If you're using ESM and seeing failures, it may be due to a bundler or transpiler which is incorrectly converting import statements into require calls.
  • Dropped support for Internet Explorer.
  • Dropped support for NodeJS < 18.
  • Minimum supported browsers are now Firefox 100, Safari 14.1, Chrome 100, Edge 100. Support for browsers prior to these versions is "best effort" (bug reports on older browsers will be assessed individually and may be marked as wontfix).

What's Changed

New Contributors

Full Changelog: chaijs/chai@4.3.1...v5.0.0

giggio/node-chromedriver (chromedriver)

v125.0.2

Compare Source

v125.0.1

Compare Source

v125.0.0

Compare Source

v124.0.4

Compare Source

tj/commander.js (commander)

v12.1.0

Compare Source

Added
eslint/eslint (eslint)

v9.3.0

Compare Source

v9.2.0

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

v9.0.0

Compare Source

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

isaacs/node-glob (glob)

v10.4.0

Compare Source

v10.3.16

Compare Source

v10.3.15

Compare Source

i18next/i18next (i18next)

v23.11.5

Compare Source

  • perf: use Array.isArray() 2193
  • perf: trim keys once 2194
mweibel/lcov-result-merger (lcov-result-merger)

v5.0.1

Compare Source

Bug Fixes
markedjs/marked (marked)

v12.0.2

[Compare Sou


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

Copy link
Contributor Author

renovate bot commented Apr 24, 2024

⚠ 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 error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: @compodoc/compodoc@1.1.24
npm error Found: eslint@9.2.0
npm error node_modules/eslint
npm error   dev eslint@"9.2.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^8.56.0" from @typescript-eslint/parser@7.8.0
npm error node_modules/@typescript-eslint/parser
npm error   dev @typescript-eslint/parser@"7.8.0" from the root project
npm error   peer @typescript-eslint/parser@"^7.0.0" from @typescript-eslint/eslint-plugin@7.8.0
npm error   node_modules/@typescript-eslint/eslint-plugin
npm error     dev @typescript-eslint/eslint-plugin@"7.8.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-05-09T02_33_46_437Z-eresolve-report.txt

npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-05-09T02_33_46_437Z-debug-0.log

@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 5243f52 to 68bfa01 Compare April 25, 2024 20:32
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Apr 25, 2024
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 9e30dbe to 9eaa03b Compare May 2, 2024 16:17
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from 816d40f to c927c7b Compare May 9, 2024 09:23
Copy link
Contributor Author

renovate bot commented May 9, 2024

⚠️ 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 error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: @compodoc/compodoc@1.1.24
npm error Found: eslint@9.3.0
npm error node_modules/eslint
npm error   dev eslint@"9.3.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^8.56.0" from @typescript-eslint/parser@7.10.0
npm error node_modules/@typescript-eslint/parser
npm error   dev @typescript-eslint/parser@"7.10.0" from the root project
npm error   peer @typescript-eslint/parser@"^7.0.0" from @typescript-eslint/eslint-plugin@7.10.0
npm error   node_modules/@typescript-eslint/eslint-plugin
npm error     dev @typescript-eslint/eslint-plugin@"7.10.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-05-24T05_01_42_100Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-05-24T05_01_42_100Z-debug-0.log

@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from bbafed1 to f2828ea Compare May 11, 2024 19:41
@renovate renovate bot changed the title fix(deps): update all dependencies chore(deps): update all dependencies May 11, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 0af5ecd to a209299 Compare May 13, 2024 18:20
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 1a980b2 to 522fcef Compare May 20, 2024 22:54
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 8762270 to 8888eab Compare May 22, 2024 20:09
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies May 22, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 5a4793a to 0f28e64 Compare May 23, 2024 17:04
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.

None yet

0 participants