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 #518

Merged
merged 1 commit into from
Apr 16, 2024
Merged

fix(deps): update all dependencies #518

merged 1 commit into from
Apr 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@canonical/cookie-policy 3.5.0 -> 3.6.3 age adoption passing confidence
autoprefixer 10.4.17 -> 10.4.19 age adoption passing confidence
cachetools ==5.3.2 -> ==5.3.3 age adoption passing confidence
postcss (source) 8.4.35 -> 8.4.38 age adoption passing confidence
sass 1.70.0 -> 1.75.0 age adoption passing confidence
stylelint (source) 16.2.1 -> 16.3.1 age adoption passing confidence

Release Notes

canonical/cookie-policy (@​canonical/cookie-policy)

v3.6.3

Compare Source

What's Changed in cookie-policy v3.6.3

🐛 Fixes

Full Changelog: canonical/cookie-policy@3.6.2...v3.6.3

v3.6.2

Compare Source

What's Changed in cookie-policy v3.6.2

🐛 Fixes

Full Changelog: canonical/cookie-policy@3.6.1...v3.6.2

v3.6.1

Compare Source

What's Changed in cookie-policy v3.6.1

🐛 Fixes

Full Changelog: canonical/cookie-policy@3.6.0...v3.6.1

v3.6.0

Compare Source

What's Changed in cookie-policy v3.6.0

🚀 Features

New Contributors

Full Changelog: canonical/cookie-policy@3.5.0...v3.6.0

postcss/autoprefixer (autoprefixer)

v10.4.19

Compare Source

  • Removed end value has mixed support, consider using flex-end warning
    since end/start now have good support.

v10.4.18

Compare Source

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).
tkem/cachetools (cachetools)

v5.3.3

Compare Source

===================

  • Documentation improvements.

  • Update CI environment.

postcss/postcss (postcss)

v8.4.38

Compare Source

v8.4.37

Compare Source

  • Fixed original.column are not numbers error in another case.

v8.4.36

Compare Source

  • Fixed original.column are not numbers error on broken previous source map.
sass/dart-sass (sass)

v1.75.0

Compare Source

  • Fix a bug in which stylesheet canonicalization could be cached incorrectly
    when custom importers or the Node.js package importer made decisions based on
    the URL of the containing stylesheet.
JS API
  • Allow importer to be passed without url in StringOptionsWithImporter.

v1.74.1

Compare Source

  • No user-visible changes.

v1.72.0

Compare Source

  • Support adjacent /s without whitespace in between when parsing plain CSS
    expressions.

  • Allow the Node.js pkg: importer to load Sass stylesheets for package.json
    exports field entries without extensions.

  • When printing suggestions for variables, use underscores in variable names
    when the original usage used underscores.

JavaScript API
  • Properly resolve pkg: imports with the Node.js package importer when
    arguments are passed to the JavaScript process.

v1.71.1

Compare Source

Command-Line Interface
  • Ship the musl Linux release with the proper Dart executable.
JavaScript API
  • Export the NodePackageImporter class in ESM mode.

  • Allow NodePackageImporter to locate a default directory even when the
    entrypoint is an ESM module.

Dart API
  • Make passing a null argument to NodePackageImporter() a static error rather
    than just a runtime error.
Embedded Sass
  • In the JS Embedded Host, properly install the musl Linux embedded compiler
    when running on musl Linux.

v1.71.0

Compare Source

For more information about pkg: importers, see the
announcement
on the Sass blog.

Command-Line Interface
  • Add a --pkg-importer flag to enable built-in pkg: importers. Currently
    this only supports the Node.js package resolution algorithm, via
    --pkg-importer=node. For example, @use "pkg:bootstrap" will load
    node_modules/bootstrap/scss/bootstrap.scss.
JavaScript API
  • Add a NodePackageImporter importer that can be passed to the importers
    option. This loads files using the pkg: URL scheme according to the Node.js
    package resolution algorithm. For example, @use "pkg:bootstrap" will load
    node_modules/bootstrap/scss/bootstrap.scss. The constructor takes a single
    optional argument, which indicates the base directory to use when locating
    node_modules directories. It defaults to
    path.dirname(require.main.filename).
Dart API
  • Add a NodePackageImporter importer that can be passed to the importers
    option. This loads files using the pkg: URL scheme according to the Node.js
    package resolution algorithm. For example, @use "pkg:bootstrap" will load
    node_modules/bootstrap/scss/bootstrap.scss. The constructor takes a single
    argument, which indicates the base directory to use when locating
    node_modules directories.
stylelint/stylelint (stylelint)

v16.3.1

Compare Source

v16.3.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (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.

@webteam-app
Copy link

Demo starting at https://juju-is-518.demos.haus

Copy link

codecov bot commented Mar 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.51%. Comparing base (2bcd595) to head (44a69e0).
Report is 9 commits behind head on main.

❗ Current head 44a69e0 differs from pull request most recent head eae2363. Consider uploading reports for the commit eae2363 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #518   +/-   ##
=======================================
  Coverage   58.51%   58.51%           
=======================================
  Files           6        6           
  Lines         188      188           
=======================================
  Hits          110      110           
  Misses         78       78           
Flag Coverage Δ
python 58.51% <ø> (ø)

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 changed the title chore(deps): update all dependencies fix(deps): update all dependencies Mar 1, 2024
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 8ef411d to 7f4b13c Compare March 19, 2024 18:32
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 9b16264 to bfd513e Compare March 27, 2024 19:31
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 85e6571 to 44a69e0 Compare April 4, 2024 03:09
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 6bbe929 to 63a6925 Compare April 12, 2024 00:12
@steverydz steverydz merged commit 61ef85d into main Apr 16, 2024
6 checks passed
@steverydz steverydz deleted the renovate/all branch April 16, 2024 15:30
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.

2 participants