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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 2, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cssnano ~6.0.0 -> ~6.1.0 age adoption passing confidence
eslint (source) ~8.56.0 -> ~8.57.0 age adoption passing confidence
rollup-plugin-generate-html-template 1.6.1 -> 1.7.0 age adoption passing confidence
rollup-plugin-visualizer ~5.11.0 -> ~5.12.0 age adoption passing confidence
sass ~1.69.0 -> ~1.71.0 age adoption passing confidence

Release Notes

cssnano/cssnano (cssnano)

v6.1.0: v6.1.0

Compare Source

This release contains a lot of fixes to Browserslist support thanks to @​colinrotherham

Features

  • support Browserslist options in more plugins
  • support overriding autoprefixer options

Additionally, this release includes improved TypeScript types.

eslint/eslint (eslint)

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

bengsfort/rollup-plugin-generate-html-template (rollup-plugin-generate-html-template)

v1.7.0

Compare Source

btd/rollup-plugin-visualizer (rollup-plugin-visualizer)

v5.12.0

Compare Source

  • Make unique id in generated data to be hash of data
  • Remove strict from CLI
sass/dart-sass (sass)

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.

v1.70.0

Compare Source

JavaScript API
  • Add a sass.initCompiler() function that returns a sass.Compiler object
    which supports compile() and compileString() methods with the same API as
    the global Sass object. On the Node.js embedded host, each sass.Compiler
    object uses a single long-lived subprocess, making compiling multiple
    stylesheets much more efficient.

  • Add a sass.initAsyncCompiler() function that returns a sass.AsyncCompiler
    object which supports compileAsync() and compileStringAsync() methods with
    the same API as the global Sass object. On the Node.js embedded host, each
    sass.AsynCompiler object uses a single long-lived subprocess, making
    compiling multiple stylesheets much more efficient.

Embedded Sass
  • Support the CompileRequest.silent field. This allows compilations with no
    logging to avoid unnecessary request/response cycles.

  • The Dart Sass embedded compiler now reports its name as "dart-sass" rather
    than "Dart Sass", to match the JS API's info field.


Configuration

📅 Schedule: Branch creation - "after 5pm on tuesday" in timezone Europe/Madrid, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner January 2, 2024 16:23
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 2, 2024
Copy link

github-actions bot commented Jan 2, 2024

Check PR 421 preview 👀

https://x.test.empathy.co/preview/421/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5cc7fc8 to 51138a0 Compare January 6, 2024 00:29
Copy link

github-actions bot commented Jan 6, 2024

Check PR 421 preview 👀

https://x.test.empathy.co/preview/421/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 51138a0 to 90abe4e Compare January 6, 2024 19:32
Copy link

github-actions bot commented Jan 6, 2024

Check PR 421 preview 👀

https://x.test.empathy.co/preview/421/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 90abe4e to b23d593 Compare January 7, 2024 22:26
Copy link

github-actions bot commented Jan 7, 2024

Check PR 421 preview 👀

https://x.test.empathy.co/preview/421/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b23d593 to bccacb0 Compare January 8, 2024 22:21
Copy link

github-actions bot commented Jan 8, 2024

Check PR 421 preview 👀

https://x.test.empathy.co/preview/421/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bccacb0 to 3f09e91 Compare January 11, 2024 16:25
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jan 11, 2024
Copy link

Check PR 421 preview 👀

https://x.test.empathy.co/preview/421/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3f09e91 to 43b0362 Compare January 14, 2024 18:04
Copy link

Check PR 421 preview 👀

https://x.test.empathy.co/preview/421/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 43b0362 to 974203d Compare January 15, 2024 10:21
Copy link

Check PR 421 preview 👀

https://x.test.empathy.co/preview/421/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 974203d to 99149cb Compare January 18, 2024 19:10
Copy link

Check PR 421 preview 👀

https://x.test.empathy.co/preview/421/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 99149cb to 9e619d1 Compare January 19, 2024 23:22
Copy link

Check PR 421 preview 👀

https://x.test.empathy.co/preview/421/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9e619d1 to 593376b Compare January 20, 2024 13:12
Copy link

Check PR 421 preview 👀

https://x.test.empathy.co/preview/421/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 593376b to 1f2bf92 Compare January 20, 2024 17:26
Copy link

Check PR 421 preview 👀

https://x.test.empathy.co/preview/421/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1f2bf92 to fb5edc2 Compare January 20, 2024 19:00
Copy link

Check PR 421 preview 👀

https://x.test.empathy.co/preview/421/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fb5edc2 to 377f06d Compare January 21, 2024 03:57
Copy link

Check PR 421 preview 👀

https://x.test.empathy.co/preview/421/index.html

Copy link

Check PR 421 preview 👀

https://x.test.empathy.co/preview/421/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c886d28 to 2b39931 Compare February 25, 2024 21:09
Copy link

Check PR 421 preview 👀

https://x.test.empathy.co/preview/421/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2b39931 to 5eed9da Compare February 26, 2024 10:37
Copy link

Check PR 421 preview 👀

https://x.test.empathy.co/preview/421/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5eed9da to 1709c98 Compare February 26, 2024 22:46
Copy link

Check PR 421 preview 👀

https://x.test.empathy.co/preview/421/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1709c98 to 6bcd5c8 Compare February 27, 2024 13:50
Copy link

Check PR 421 preview 👀

https://x.test.empathy.co/preview/421/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6bcd5c8 to b6c6781 Compare March 4, 2024 19:06
Copy link

github-actions bot commented Mar 4, 2024

Check PR 421 preview 👀

https://x.test.empathy.co/preview/421/index.html

@annacv
Copy link
Contributor

annacv commented Mar 6, 2024

It causes an issue:
Captura de pantalla 2024-03-06 a les 10 45 59

Captura de pantalla 2024-03-06 a les 10 43 39

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b6c6781 to f371204 Compare March 7, 2024 12:25
Copy link

github-actions bot commented Mar 7, 2024

Check PR 421 preview 👀

https://x.test.empathy.co/preview/421/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f371204 to 900ce00 Compare March 7, 2024 17:30
Copy link

github-actions bot commented Mar 7, 2024

Check PR 421 preview 👀

https://x.test.empathy.co/preview/421/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 900ce00 to 70ec615 Compare March 9, 2024 15:29
Copy link

github-actions bot commented Mar 9, 2024

Check PR 421 preview 👀

https://x.test.empathy.co/preview/421/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 70ec615 to 0f0e1aa Compare March 10, 2024 16:13
Copy link

Check PR 421 preview 👀

https://x.test.empathy.co/preview/421/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0f0e1aa to 26e6d13 Compare March 11, 2024 11:05
Copy link

Check PR 421 preview 👀

https://x.test.empathy.co/preview/421/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 26e6d13 to 9134955 Compare March 11, 2024 11:52
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Mar 11, 2024
Copy link

Check PR 421 preview 👀

https://x.test.empathy.co/preview/421/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9134955 to 4144e5d Compare March 11, 2024 12:37
Copy link

Check PR 421 preview 👀

https://x.test.empathy.co/preview/421/index.html

@annacv annacv closed this Mar 13, 2024
@annacv annacv deleted the renovate/all-minor-patch branch March 13, 2024 09:39
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.

1 participant