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 non-major dependencies #1207

Merged
merged 1 commit into from
May 24, 2024

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@aurelia/fetch-client (source) ^2.0.0-beta.17 -> ^2.0.0-beta.18 age adoption passing confidence
@aurelia/i18n (source) ^2.0.0-beta.17 -> ^2.0.0-beta.18 age adoption passing confidence
@aurelia/kernel (source) ^2.0.0-beta.17 -> ^2.0.0-beta.18 age adoption passing confidence
@aurelia/metadata (source) ^2.0.0-beta.17 -> ^2.0.0-beta.18 age adoption passing confidence
@aurelia/platform (source) ^2.0.0-beta.17 -> ^2.0.0-beta.18 age adoption passing confidence
@aurelia/platform-browser (source) ^2.0.0-beta.17 -> ^2.0.0-beta.18 age adoption passing confidence
@aurelia/router (source) ^2.0.0-beta.17 -> ^2.0.0-beta.18 age adoption passing confidence
@aurelia/runtime (source) ^2.0.0-beta.17 -> ^2.0.0-beta.18 age adoption passing confidence
@aurelia/runtime-html (source) ^2.0.0-beta.17 -> ^2.0.0-beta.18 age adoption passing confidence
@aurelia/testing (source) ^2.0.0-beta.17 -> ^2.0.0-beta.18 age adoption passing confidence
@aurelia/ts-jest (source) ^2.0.0-beta.17 -> ^2.0.0-beta.18 age adoption passing confidence
@aurelia/webpack-loader (source) ^2.0.0-beta.17 -> ^2.0.0-beta.18 age adoption passing confidence
@lerna-lite/cli (source) ^3.3.3 -> ^3.4.0 age adoption passing confidence
@lerna-lite/publish (source) ^3.3.3 -> ^3.4.0 age adoption passing confidence
@types/node (source) ^20.12.11 -> ^20.12.12 age adoption passing confidence
aurelia (source) ^2.0.0-beta.17 -> ^2.0.0-beta.18 age adoption passing confidence
css-loader ^7.1.1 -> ^7.1.2 age adoption passing confidence
cypress (source) ^13.9.0 -> ^13.10.0 age adoption passing confidence
dompurify ^3.1.3 -> ^3.1.4 age adoption passing confidence
eslint (source) ^9.2.0 -> ^9.3.0 age adoption passing confidence
eslint-plugin-n ^17.6.0 -> ^17.7.0 age adoption passing confidence
npm-run-all2 ^6.1.2 -> ^6.2.0 age adoption passing confidence
rimraf ^5.0.6 -> ^5.0.7 age adoption passing confidence
sass ^1.77.1 -> ^1.77.2 age adoption passing confidence
ts-jest (source) ^29.1.2 -> ^29.1.3 age adoption passing confidence
typescript-eslint (source) ^7.8.0 -> ^7.10.0 age adoption passing confidence

Release Notes

aurelia/aurelia (@​aurelia/fetch-client)

v2.0.0-beta.18

Compare Source

Refactorings:
aurelia/aurelia (@​aurelia/i18n)

v2.0.0-beta.18

Compare Source

Bug Fixes:
Refactorings:
aurelia/aurelia (@​aurelia/kernel)

v2.0.0-beta.18

Compare Source

Features:
Bug Fixes:
  • di: use official metadata instead of weakmap (#​1977) (9aeeffa)
  • dev: turbo package input + ts dev script (253e92a)
Refactorings:
  • collection: define map & set overrides on the instance instead of prototype (#​1975) (253e92a)
  • runtime: reoganise utils import (253e92a)
  • *: extract error codes and cleanup (#​1974) (63ffdc9)
aurelia/aurelia (@​aurelia/metadata)

v2.0.0-beta.18

Compare Source

Note: Version bump only for package @​aurelia/metadata

aurelia/aurelia (@​aurelia/platform)

v2.0.0-beta.18

Compare Source

Note: Version bump only for package @​aurelia/platform

aurelia/aurelia (@​aurelia/platform-browser)

v2.0.0-beta.18

Compare Source

Refactorings:
aurelia/aurelia (@​aurelia/router)

v2.0.0-beta.18

Compare Source

Refactorings:
aurelia/aurelia (@​aurelia/runtime)

v2.0.0-beta.18

Compare Source

Bug Fixes:
  • dev: turbo package input + ts dev script (253e92a)
Refactorings:
  • collection: define map & set overrides on the instance instead of prototype (#​1975) (253e92a)
  • runtime: reoganise utils import (253e92a)
aurelia/aurelia (@​aurelia/runtime-html)

v2.0.0-beta.18

Compare Source

Bug Fixes:
  • di: use official metadata instead of weakmap (#​1977) (9aeeffa)
  • dev: turbo package input + ts dev script (253e92a)
Refactorings:
aurelia/aurelia (@​aurelia/testing)

v2.0.0-beta.18

Compare Source

Refactorings:
aurelia/aurelia (@​aurelia/ts-jest)

v2.0.0-beta.18

Compare Source

Note: Version bump only for package @​aurelia/ts-jest

aurelia/aurelia (@​aurelia/webpack-loader)

v2.0.0-beta.18

Compare Source

Note: Version bump only for package @​aurelia/webpack-loader

lerna-lite/lerna-lite (@​lerna-lite/cli)

v3.4.0

Compare Source

Note: Version bump only for package @​lerna-lite/cli

lerna-lite/lerna-lite (@​lerna-lite/publish)

v3.4.0

Compare Source

Bug Fixes
aurelia/aurelia (aurelia)

v2.0.0-beta.18

Compare Source

Bug Fixes:
  • dev: turbo package input + ts dev script (253e92a)
Refactorings:
  • collection: define map & set overrides on the instance instead of prototype (#​1975) (253e92a)
  • runtime: reoganise utils import (253e92a)
webpack-contrib/css-loader (css-loader)

v7.1.2

Compare Source

cypress-io/cypress (cypress)

v13.10.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-10-0

cure53/DOMPurify (dompurify)

v3.1.4: DOMPurify 3.1.4

Compare Source

  • Fixed an issue with the recently implemented isNaN checks, thanks @​tulach
  • Added several new popover attributes to allow-list, thanks @​Gigabyte5671
  • Fixed the tests and adjusted the test runner to cover all branches
eslint/eslint (eslint)

v9.3.0

Compare Source

eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.7.0

Compare Source

🌟 Features
  • hashbang: Add support to map extensions to executables (#​278) (3fd7639)
  • node-builtin: Add node 20.13.0, 22.0.0, and 22.1.0 support (#​276) (4a685c0)
🩹 Fixes
  • node-builtins: Remove "node:" prefix from "ignores" message (#​277) (704f0b9)
📚 Documentation
  • node-builtins: Specify that only static properties are supported (#​272) (735a520)
  • Provide an example with eslint-plugin-n to Playground (#​275) (cb8ffa6)
bcomnes/npm-run-all2 (npm-run-all2)

v6.2.0

Compare Source

Merged
  • Placeholder that unfolds into multiple tasks #134
  • 📝 add compatibility note for pnpm. #136
  • Upgrade: Bump codecov/codecov-action from 3 to 4 #131
isaacs/rimraf (rimraf)

v5.0.7

Compare Source

sass/dart-sass (sass)

v1.77.2

Compare Source

  • Don't emit deprecation warnings for functions and mixins beginning with __.

  • Allow user-defined functions whose names begin with _ and otherwise look
    like vendor-prefixed functions with special CSS syntax.

Command-Line Interface
  • Properly handle the --silence-deprecation flag.

  • Handle the --fatal-deprecation and --future-deprecation flags for
    --interactive mode.

kulshekhar/ts-jest (ts-jest)

v29.1.3

Compare Source

Bug Fixes
  • add @jest/transform as an optional peer dependency (0ba7f86)
  • bring back Node 14 support (eda56a7)
Performance Improvements
  • remove ts resolved module cache file (4c88da5)
typescript-eslint/typescript-eslint (typescript-eslint)

v7.10.0

Compare Source

This was a version bump only for typescript-eslint 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 typescript-eslint to align it with other projects, there were no code changes.

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


Configuration

📅 Schedule: Branch creation - "every 2 weeks on thursday" (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.

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label May 23, 2024
Copy link

stackblitz bot commented May 23, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

codecov bot commented May 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 22.42%. Comparing base (e1d412d) to head (1efae68).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1207   +/-   ##
=======================================
  Coverage   22.42%   22.42%           
=======================================
  Files           8        8           
  Lines         901      901           
  Branches      330      307   -23     
=======================================
  Hits          202      202           
  Misses        699      699           

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

@ghiscoding ghiscoding merged commit c3bb68e into ghiscoding:master May 24, 2024
4 checks passed
@renovate-bot renovate-bot deleted the renovate/all-minor-patch branch May 24, 2024 00:42
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.

2 participants