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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@empathyco/x-components (source) ^5.0.0-alpha.80 -> ^5.0.0-alpha.81 age adoption passing confidence
@empathyco/x-tailwindcss (source) ^1.2.0-alpha.5 -> ^1.2.0-alpha age adoption passing confidence
cssnano ~6.0.0 -> ~6.1.0 age adoption passing confidence
cypress (source) ~13.6.0 -> ~13.14.0 age adoption passing confidence
eslint (source) ~8.56.0 -> ~8.57.0 age adoption passing confidence
postcss-nested ~6.0.0 -> ~6.2.0 age adoption passing confidence
rollup-plugin-delete ~2.0.0 -> ~2.1.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.78.0 age adoption passing confidence
tailwindcss (source) ^3.4.0 -> ^3.4.4 age adoption passing confidence
tslib (source) ~2.6.0 -> ~2.7.0 age adoption passing confidence
vue (source) ~2.7.14 -> ~2.7.16 age adoption passing confidence
vue-i18n (source) ~8.28.0 -> ~8.28.2 age adoption passing confidence
vue-property-decorator ~8.5.0 -> ~8.5.1 age adoption passing confidence

Release Notes

empathyco/x (@​empathyco/x-components)

v5.0.0-alpha.81

Compare Source

Features
  • querySuggestions: hide suggestions that match with any session query (#​1600) (2f51375)
empathyco/x (@​empathyco/x-tailwindcss)

v1.2.0-alpha.6

Compare Source

cssnano/cssnano (cssnano)

v6.1.2: v6.1.2

Compare Source

Bug Fixes

  • preserve correct order of gap and column-gap properties

Patch Changes

  • update autoprefixer

v6.1.1

Compare Source

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.

cypress-io/cypress (cypress)

v13.14.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-14-2

v13.14.1

Compare Source

v13.14.0

Compare Source

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

v13.13.3

Compare Source

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

v13.13.2

Compare Source

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

v13.13.1

Compare Source

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

v13.13.0

Compare Source

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

v13.12.0

Compare Source

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

v13.11.0

Compare Source

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

v13.10.0

Compare Source

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

v13.9.0

Compare Source

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

v13.8.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-8-1

v13.8.0

Compare Source

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

v13.7.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-3

v13.7.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-2

v13.7.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-1

v13.7.0

Compare Source

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

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

postcss/postcss-nested (postcss-nested)

v6.2.0

Compare Source

  • Added @starting-style to bubbling at-rules.
vladshcherbin/rollup-plugin-delete (rollup-plugin-delete)

v2.1.0

Compare Source

  • Add missing rollup peer dependency
  • Update hook type to match internal Rollup types
  • Replace travis ci with github action
  • Remove codecov
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.78.0

Compare Source

  • The meta.feature-exists function is now deprecated. This deprecation is
    named feature-exists.

  • Fix a crash when using @at-root without any queries or children in the
    indented syntax.

JS API
  • Backport the deprecation options (fatalDeprecations, futureDeprecations,
    and silenceDeprecations) to the legacy JS API. The legacy JS API is itself
    deprecated, and you should move off of it if possible, but this will allow
    users of bundlers and other tools that are still using the legacy API to
    still control deprecation warnings.

  • Fix a bug where accessing SourceSpan.url would crash when a relative URL was
    passed to the Sass API.

Embedded Sass
  • Explicitly expose a sass executable from the sass-embedded npm package.
    This was intended to be included in 1.63.0, but due to the way
    platform-specific dependency executables are installed it did not work as
    intended. Now users can run npx sass for local installs or just sass when
    sass-embedded is installed globally.

  • Add linux-riscv64, linux-musl-riscv64, and android-riscv64 support for the
    sass-embedded npm package.

  • Fix an edge case where the Dart VM could hang when shutting down when requests
    were in flight.

  • Fix a race condition where the embedded host could fail to shut down if it was
    closed around the same time a new compilation was started.

  • Fix a bug where parse-time deprecation warnings could not be controlled by
    the deprecation options in some circumstances.

v1.77.8

Compare Source

  • No user-visible changes.

v1.77.7

Compare Source

  • Declarations that appear after nested rules are deprecated, because the
    semantics Sass has historically used are different from the semantics
    specified by CSS. In the future, Sass will adopt the standard CSS semantics.

    See the Sass website for details.

  • Potentially breaking bug fix: // in certain places such as unknown
    at-rule values was being preserved in the CSS output, leading to potentially
    invalid CSS. It's now properly parsed as a silent comment and omitted from the
    CSS output.

v1.77.6

Compare Source

  • Fix a few cases where comments and occasionally even whitespace wasn't allowed
    between the end of Sass statements and the following semicolon.

v1.77.5

Compare Source

  • Fully trim redundant selectors generated by @extend.

v1.77.4

Compare Source

Embedded Sass
  • Support passing Version input for fatalDeprecations as string over
    embedded protocol.

  • Fix a bug in the JS Embedded Host where Version could be incorrectly accepted
    as input for silenceDeprecations and futureDeprecations in pure JS.

v1.77.3

Compare Source

Dart API
  • Deprecation.duplicateVariableFlags has been deprecated and replaced with
    Deprecation.duplicateVarFlags to make it consistent with the
    duplicate-var-flags name used on the command line and in the JS API.

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.

v1.77.1

Compare Source

  • Fix a crash that could come up with importers in certain contexts.

v1.77.0

Compare Source

  • Don't throw errors for at-rules in keyframe blocks.

v1.76.0

Compare Source

  • Throw errors for misplaced statements in keyframe blocks.

  • Mixins and functions whose names begin with -- are now deprecated for
    forwards-compatibility with the in-progress CSS functions and mixins spec.
    This deprecation is named css-function-mixin.

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.

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.

tailwindlabs/tailwindcss (tailwindcss)

v3.4.11

Compare Source

v3.4.10

Compare Source

v3.4.9

Compare Source

Fixed
  • No longer warns when broad glob patterns are detecting vendor folders

v3.4.8

Compare Source

v3.4.7

Compare Source

v3.4.6

Compare Source

Fixed
  • Fix detection of some utilities in Slim/Pug templates (#​14006)
Changed
  • Loosen :is() wrapping rules when using an important selector (#​13900)

v3.4.5

Compare Source

Microsoft/tslib (tslib)

v2.7.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner March 19, 2024 18:02
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 19, 2024
Copy link

Check PR 468 preview 👀

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2efe3d3 to 330f970 Compare March 20, 2024 16:32
Copy link

Check PR 468 preview 👀

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 330f970 to 860c96b Compare March 20, 2024 21:14
Copy link

Check PR 468 preview 👀

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 860c96b to d69917c Compare March 22, 2024 07:58
Copy link

Check PR 468 preview 👀

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d69917c to b834ed8 Compare March 22, 2024 10:34
Copy link

Check PR 468 preview 👀

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b834ed8 to a7b8548 Compare March 22, 2024 20:21
Copy link

Check PR 468 preview 👀

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a7b8548 to c469602 Compare March 23, 2024 14:10
Copy link

Check PR 468 preview 👀

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c469602 to 057c9a8 Compare March 24, 2024 00:11
Copy link

Check PR 468 preview 👀

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 057c9a8 to d0224c4 Compare March 24, 2024 15:24
Copy link

Check PR 468 preview 👀

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d0224c4 to 9faac78 Compare March 25, 2024 09:11
Copy link

Check PR 468 preview 👀

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9faac78 to d6234f8 Compare March 27, 2024 15:06
Copy link

Check PR 468 preview 👀

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d6234f8 to 1f7d384 Compare March 27, 2024 15:51
Copy link

Check PR 468 preview 👀

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1f7d384 to 98524d1 Compare March 30, 2024 10:28
Copy link

Check PR 468 preview 👀

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 98524d1 to dac4af8 Compare March 30, 2024 16:58
Copy link

Check PR 468 preview 👀

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dac4af8 to 67396ad Compare March 30, 2024 21:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 02ea592 to dfab09e Compare August 17, 2024 09:30
Copy link

Check PR 468 preview 👀

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dfab09e to c79cbdb Compare August 21, 2024 06:47
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Aug 21, 2024
Copy link

Check PR 468 preview 👀

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c79cbdb to d081b0a Compare August 23, 2024 20:07
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Aug 23, 2024
Copy link

Check PR 468 preview 👀

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d081b0a to 1807272 Compare August 26, 2024 20:18
Copy link

Check PR 468 preview 👀

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1807272 to 115d867 Compare August 30, 2024 19:18
Copy link

Check PR 468 preview 👀

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

Copy link

github-actions bot commented Sep 1, 2024

Check PR 468 preview 👀

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

Copy link

github-actions bot commented Sep 4, 2024

Check PR 468 preview 👀

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

Copy link

github-actions bot commented Sep 4, 2024

Check PR 468 preview 👀

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

Copy link

github-actions bot commented Sep 7, 2024

Check PR 468 preview 👀

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

Copy link

github-actions bot commented Sep 8, 2024

Check PR 468 preview 👀

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

Copy link

Check PR 468 preview 👀

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

Copy link

Check PR 468 preview 👀

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

@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Sep 16, 2024
Copy link

Check PR 468 preview 👀

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

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.

0 participants