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

Merged
merged 1 commit into from
Jan 17, 2024

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
@badeball/cypress-cucumber-preprocessor 17.2.0 -> 17.2.1 age adoption passing confidence
@microsoft/api-documenter (source) 7.23.12 -> 7.23.16 age adoption passing confidence
@microsoft/api-extractor (source) 7.39.0 -> 7.39.1 age adoption passing confidence
@types/glob (source) 8.0.1 -> 8.1.0 age adoption passing confidence
@types/jest (source) 27.5.0 -> 27.5.2 age adoption passing confidence
@types/node (source) 18.19.3 -> 18.19.6 age adoption passing confidence
@​types/testing-library__jest-dom 5.14.5 -> 5.14.9 age adoption passing confidence
@vitejs/plugin-vue2 (source) 2.2.0 -> 2.3.1 age adoption passing confidence
@vue/devtools-api (source) 6.5.0 -> 6.5.1 age adoption passing confidence
@vue/eslint-config-prettier 7.0.0 -> 7.1.0 age adoption passing confidence
@vue/eslint-config-typescript 11.0.0 -> 11.0.3 age adoption passing confidence
@vue/vue2-jest 27.0.0-alpha.3 -> 27.0.0 age adoption passing confidence
@vueuse/core (source) 10.7.1 -> 10.7.2 age adoption passing confidence
autoprefixer 10.4.4 -> 10.4.16 age adoption passing confidence
concurrently 8.2.0 -> 8.2.2 age adoption passing confidence
cypress (source) 13.6.0 -> 13.6.2 age adoption passing confidence
esbuild 0.19.10 -> 0.19.11 age adoption passing confidence
glob 10.3.0 -> 10.3.10 age adoption passing confidence
jest (source) 27.5.0 -> 27.5.1 age adoption passing confidence
jest-scss-transform 1.0.1 -> 1.0.3 age adoption passing confidence
lerna (source) 6.6.0 -> 6.6.2 age adoption passing confidence
nanoid 3.3.0 -> 3.3.7 age adoption passing confidence
postcss (source) 8.4.12 -> 8.4.33 age adoption passing confidence
postcss-dir-pseudo-class (source) 7.0.0 -> 7.0.2 age adoption passing confidence
rollup (source) 4.9.1 -> 4.9.5 age adoption passing confidence
rxjs (source) 7.8.0 -> 7.8.1 age adoption passing confidence
sass 1.69.0 -> 1.69.7 age adoption passing confidence
start-server-and-test 2.0.0 -> 2.0.3 age adoption passing confidence
tailwindcss (source) 3.4.0 -> 3.4.1 age adoption passing confidence
ts-jest (source) 27.1.0 -> 27.1.5 age adoption passing confidence
ts-node (source) 10.9.1 -> 10.9.2 age adoption passing confidence
tslib (source) 2.6.0 -> 2.6.2 age adoption passing confidence
typescript (source) 4.9.4 -> 4.9.5 age adoption passing confidence
vite (source) 4.5.0 -> 4.5.1 age adoption passing confidence
vite-plugin-vue-inspector 4.0.0 -> 4.0.2 age adoption passing confidence
vite-plugin-vue2 (source) 2.0.2 -> 2.0.3 age adoption passing confidence
vue (source) 2.7.14 -> 2.7.16 age adoption passing confidence
vue-property-decorator 8.5.0 -> 8.5.1 age adoption passing confidence
vue-template-compiler (source) 2.7.14 -> 2.7.16 age adoption passing confidence

Release Notes

badeball/cypress-cucumber-preprocessor (@​badeball/cypress-cucumber-preprocessor)

v17.2.1

Compare Source

  • Step hooks are logged using separate log groups, similar to how scenario hooks are logged.

  • Properly escape error messages in interactive mode.

  • Fix error in non-feature specs under certain conditions, fixes #​1028.

  • Allow doesFeatureMatch to be called in support files, fixes #​1025.

microsoft/rushstack (@​microsoft/api-documenter)

v7.23.16

Compare Source

Wed, 03 Jan 2024 00:31:18 GMT

Version update only

v7.23.15

Compare Source

Wed, 20 Dec 2023 01:09:45 GMT

Version update only

v7.23.14

Compare Source

Thu, 07 Dec 2023 03:44:13 GMT

Version update only

v7.23.13

Compare Source

Tue, 05 Dec 2023 01:10:16 GMT

Version update only

microsoft/rushstack (@​microsoft/api-extractor)

v7.39.1

Compare Source

Wed, 03 Jan 2024 00:31:18 GMT

Version update only

vitejs/vite-plugin-vue2 (@​vitejs/plugin-vue2)

v2.3.1

Compare Source

Bug Fixes

v2.3.0

Compare Source

Features
vuejs/devtools-next (@​vue/devtools-api)

v6.5.1

Compare Source

vuejs/eslint-config-prettier (@​vue/eslint-config-prettier)

v7.1.0

Compare Source

New Features
  • Added a skip-formatting ruleset b5933a9
vuejs/eslint-config-typescript (@​vue/eslint-config-typescript)

v11.0.3

Compare Source

v11.0.2

Compare Source

v11.0.1

Compare Source

vuejs/vue-jest (@​vue/vue2-jest)

v27.0.0

Compare Source

We moved to v27.0.0 (the library is mostly stable; no need for a drawn out beta and release candidate process). There will always be bugs, we will fix them in patch/minor versions.

Note: I (@​lmiller1990) am not using Vue Jest either personally or professionally and cannot prioritise it as much as my other library (Vue Test Utils). If you'd like to assist with maintaining Vue Jest, please reach out.

How to install

  • yarn add @​vue/[email protected] (works with Vue 3, Jest 27) or yarn add @​vue/vue3-jest@latest for the latest one.
  • yarn add @​vue/[email protected] (works with Vue 2, Jest 27) or yarn add @​vue/vue2-jest@latest for the latest one.

Fixes

v27.0.0-alpha.4

Compare Source

How to install

  • yarn add @​vue/[email protected] (works with Vue 3, Jest 27) or yarn add @​vue/vue3-jest@latest for the latest one.
  • yarn add @​vue/[email protected] (works with Vue 2, Jest 27) or yarn add @​vue/vue2-jest@latest for the latest one.

Features

feat: support custom blocks for Vue 3 (#​364) …
feat: allow to pass compilerOptions via the Jest config for Vue 3 (#​412) …

Fixes

fix(vue3-jest): interop custom transformer require (#​391)

Chores

chore: drop node 10 and add node 16 (#​414) …
chore: drop circleci build (#​413) …
chore: update to vue v3.2.22 (#​411) …

vueuse/vueuse (@​vueuse/core)

v10.7.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
postcss/autoprefixer (autoprefixer)

v10.4.16

Compare Source

  • Improved performance (by Romain Menke).
  • Fixed docs (by Christian Oliff).

v10.4.15

Compare Source

  • Fixed ::backdrop prefixes (by 一丝).
  • Fixed docs (by Christian Oliff).

v10.4.14

Compare Source

  • Improved startup time and reduced JS bundle size (by Kārlis Gaņģis).

v10.4.13

Compare Source

  • Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.

v10.4.12

Compare Source

  • Fixed support of unit-less zero angle in backgrounds (by 一丝).

v10.4.11

Compare Source

  • Fixed text-decoration prefixes by moving to MDN data (by Romain Menke).

v10.4.10

Compare Source

  • Fixed unicode-bidi prefixes by moving to MDN data.

v10.4.9

Compare Source

  • Fixed css-unicode-bidi issue from latest Can I Use.

v10.4.8

Compare Source

  • Do not print color-adjust warning if print-color-adjust also is in rule.

v10.4.7

Compare Source

  • Fixed print-color-adjust support in Firefox.

v10.4.6

Compare Source

  • Fixed print-color-adjust support.

v10.4.5

Compare Source

open-cli-tools/concurrently (concurrently)

v8.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.2.1...v8.2.2

v8.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.2.0...v8.2.1

cypress-io/cypress (cypress)

v13.6.2

Compare Source

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

v13.6.1

Compare Source

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

evanw/esbuild (esbuild)

v0.19.11

Compare Source

  • Fix TypeScript-specific class transform edge case (#​3559)

    The previous release introduced an optimization that avoided transforming super() in the class constructor for TypeScript code compiled with useDefineForClassFields set to false if all class instance fields have no initializers. The rationale was that in this case, all class instance fields are omitted in the output so no changes to the constructor are needed. However, if all of this is the case and there are #private instance fields with initializers, those private instance field initializers were still being moved into the constructor. This was problematic because they were being inserted before the call to super() (since super() is now no longer transformed in that case). This release introduces an additional optimization that avoids moving the private instance field initializers into the constructor in this edge case, which generates smaller code, matches the TypeScript compiler's output more closely, and avoids this bug:

    // Original code
    class Foo extends Bar {
      #private = 1;
      public: any;
      constructor() {
        super();
      }
    }
    
    // Old output (with esbuild v0.19.9)
    class Foo extends Bar {
      constructor() {
        super();
        this.#private = 1;
      }
      #private;
    }
    
    // Old output (with esbuild v0.19.10)
    class Foo extends Bar {
      constructor() {
        this.#private = 1;
        super();
      }
      #private;
    }
    
    // New output
    class Foo extends Bar {
      #private = 1;
      constructor() {
        super();
      }
    }
  • Minifier: allow reording a primitive past a side-effect (#​3568)

    The minifier previously allowed reordering a side-effect past a primitive, but didn't handle the case of reordering a primitive past a side-effect. This additional case is now handled:

    // Original code
    function f() {
      let x = false;
      let y = x;
      const boolean = y;
      let frag = $.template(`<p contenteditable="${boolean}">hello world</p>`);
      return frag;
    }
    
    // Old output (with --minify)
    function f(){const e=!1;return $.template(`<p contenteditable="${e}">hello world</p>`)}
    
    // New output (with --minify)
    function f(){return $.template('<p contenteditable="false">hello world</p>')}
  • Minifier: consider properties named using known Symbol instances to be side-effect free (#​3561)

    Many things in JavaScript can have side effects including property accesses and ToString operations, so using a symbol such as Symbol.iterator as a computed property name is not obviously side-effect free. This release adds a special case for known Symbol instances so that they are considered side-effect free when used as property names. For example, this class declaration will now be considered side-effect free:

    class Foo {
      *[Symbol.iterator]() {
      }
    }
  • Provide the stop() API in node to exit esbuild's child process (#​3558)

    You can now call stop() in esbuild's node API to exit esbuild's child process to reclaim the resources used. It only makes sense to do this for a long-lived node process when you know you will no longer be making any more esbuild API calls. It is not necessary to call this to allow node to exit, and it's advantageous to not call this in between calls to esbuild's API as sharing a single long-lived esbuild child process is more efficient than re-creating a new esbuild child process for every API call. This API call used to exist but was removed in version 0.9.0. This release adds it back due to a user request.

isaacs/node-glob (glob)

v10.3.10

Compare Source

v10.3.9

Compare Source

v10.3.8

Compare Source

v10.3.7

Compare Source

v10.3.6

Compare Source

v10.3.5

Compare Source

v10.3.4

Compare Source

v10.3.3

Compare Source

v10.3.2

Compare Source

v10.3.1

Compare Source

jestjs/jest (jest)

v27.5.1

Compare Source

Features
  • [jest-config] Support comments in JSON config file (#​12316)
  • [pretty-format] Expose ConvertAnsi plugin (#​12308)
Fixes
  • [expect] Add type definitions for asymmetric closeTo matcher (#​12304)
  • [jest-cli] Load binary via exported API (#​12315)
  • [jest-config] Replace jsonlint with parse-json (#​12316)
  • [jest-repl] Make module importable (#​12311 & #​12315)
Chore & Maintenance
  • [*] Avoid anonymous default exports (#​12313)
routablehq/jest-scss-transform (jest-scss-transform)

v1.0.3: Release version 1.0.3

Compare Source

change version to 1.0.3

v1.0.2: Release version 1.0.2

Compare Source

lerna/lerna (lerna)

v6.6.2

Compare Source

Bug Fixes
  • deps: bump pacote to latest to remove install warning (#​3624) (7c34521)
  • remove non-functional schema properties starting with "no" (#​3645) (43c2a48)

v6.6.1

Compare Source

Bug Fixes
  • build-metadata reference in lerna schema (e2349ad)
  • deps: update to rimraf v4, remove path-exists (#​3616) (2f2ee2a)
  • lerna schema type for contents should be string (1625757)
ai/nanoid (nanoid)

v3.3.7

Compare Source

  • Fixed node16 TypeScript support (by Saadi Myftija).

v3.3.6

Compare Source

  • Fixed package.

v3.3.5

Compare Source

  • Backport funding information.

v3.3.4

Compare Source

v3.3.3

Compare Source

  • Reduced size (by Anton Khlynovskiy).

v3.3.2

Compare Source

  • Fixed enhanced-resolve support.

v3.3.1

Compare Source

  • Reduced package size.
postcss/postcss (postcss)

v8.4.33

Compare Source

  • Fixed NoWorkResult behavior difference with normal mode (by Romain Menke).
  • Fixed NoWorkResult usage conditions (by @​ahmdammarr).

v8.4.32

Compare Source

  • Fixed postcss().process() types (by Andrew Ferreira).

v8.4.31

Compare Source

v8.4.30

Compare Source

  • Improved source map performance (by Romain Menke).

v8.4.29

[Compare Source](https://togithub.com/postcs


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:18
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 2, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7b43ae2 to f0953e7 Compare January 5, 2024 09:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 765a442 to d2a9bd5 Compare January 15, 2024 16:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d2a9bd5 to 8b40e1a Compare January 15, 2024 16:30
@diegopf diegopf merged commit cf3e64d into main Jan 17, 2024
5 checks passed
@diegopf diegopf deleted the renovate/all-minor-patch branch January 17, 2024 09:34
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