Skip to content

chore(deps): update all non-major dependencies#9675

Merged
patak-cat merged 1 commit intomainfrom
renovate/all-minor-patch
Aug 16, 2022
Merged

chore(deps): update all non-major dependencies#9675
patak-cat merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Aug 15, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@jridgewell/trace-mapping ^0.3.14 -> ^0.3.15 age adoption passing confidence
@microsoft/api-extractor (source) ^7.29.0 -> ^7.29.2 age adoption passing confidence
@types/semver ^7.3.10 -> ^7.3.12 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.33.0 -> ^5.33.1 age adoption passing confidence
@typescript-eslint/parser ^5.33.0 -> ^5.33.1 age adoption passing confidence
eslint (source) ^8.21.0 -> ^8.22.0 age adoption passing confidence
lit (source) ^2.2.8 -> ^2.3.0 age adoption passing confidence
mlly ^0.5.7 -> ^0.5.12 age adoption passing confidence
playwright-chromium (source) ^1.24.2 -> ^1.25.0 age adoption passing confidence
preact (source) ^10.10.1 -> ^10.10.3 age adoption passing confidence
sass ^1.54.3 -> ^1.54.4 age adoption passing confidence
stylus ^0.58.1 -> ^0.59.0 age adoption passing confidence
systemjs ^6.12.1 -> ^6.12.2 age adoption passing confidence
tsx ^3.8.1 -> ^3.8.2 age adoption passing confidence
unbuild ^0.7.6 -> ^0.8.8 age adoption passing confidence
vite ^3.0.7 -> ^3.0.8 age adoption passing confidence
vitepress ^1.0.0-alpha.4 -> ^1.0.0-alpha.5 age adoption passing confidence
vitest ^0.21.0 -> ^0.22.0 age adoption passing confidence
vue-tsc ^0.39.5 -> ^0.40.1 age adoption passing confidence

Release Notes

jridgewell/trace-mapping

v0.3.15

Compare Source

What's Changed

Full Changelog: jridgewell/trace-mapping@v0.3.14...v0.3.15

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.33.1

Compare Source

Bug Fixes
  • missing placeholders in violation messages for no-unnecessary-type-constraint and no-unsafe-argument (and enable eslint-plugin/recommended rules internally) (#​5453) (d023910)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.33.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

eslint/eslint

v8.22.0

Compare Source

Features

  • 2b97607 feat: Implement caching for FlatESLint (#​16190) (Nicholas C. Zakas)
  • fd5d3d3 feat: add methodsIgnorePattern option to object-shorthand rule (#​16185) (Milos Djermanovic)

Documentation

Chores

  • 10a6e0e chore: remove deploy workflow for playground (#​16186) (Milos Djermanovic)
lit/lit

v2.3.0

Compare Source

Minor Changes
  • #​3156 ae6f6808 - Lit and its underlying libraries can now be imported directly from Node without crashing, without the need to load the @​lit-labs/ssr dom-shim library. Note that actually rendering from a Node context still requires the @​lit-labs/ssr dom-shim, and the appropriate integration between @​lit-labs/ssr and your framework/tool.
Patch Changes
unjs/mlly

v0.5.12

Compare Source

v0.5.11

Compare Source

v0.5.10

Compare Source

v0.5.9

Compare Source

v0.5.8

Compare Source

Microsoft/playwright

v1.25.0

Compare Source

VSCode Extension

  • New Playwright actions view

    Playwright actions
  • Pick selector
    You can pick selector right from a live page, before or after running a test

    Pick selector
  • Record new test
    Start recording where you left off with the new 'Record new test' feature.

  • Show & reuse browser
    Watch your tests running live & keep devtools open. Develop while continuously running tests.

extension screenshot #### Test Runner
  • test.step(title, body) now returns the value of the step function:

    test('should work', async ({ page }) => {
        const pageTitle = await test.step('get title', async () => {
            await page.goto('https://playwright.dev');
            return await page.title();
        });
        console.log(pageTitle);
    });
  • Added test.describe.fixme(title, callback).

  • New 'interrupted' test status.

  • Enable tracing via CLI flag: npx playwright test --trace=on.

  • New property testCase.id that can be use in reporters as a history ID.

Announcements

  • 🎁 We now ship Ubuntu 22.04 Jammy Jellyfish docker image: mcr.microsoft.com/playwright:v1.25.0-jammy.
  • 🪦 This is the last release with macOS 10.15 support (deprecated as of 1.21).
  • 🪦 This is the last release with Node.js 12 support, we recommend upgrading to Node.js LTS (16).
  • ⚠️ Ubuntu 18 is now deprecated and will not be supported as of Dec 2022.

Browser Versions

  • Chromium 105.0.5195.19
  • Mozilla Firefox 103.0
  • WebKit 16.0

This version was also tested against the following stable channels:

  • Google Chrome 104
  • Microsoft Edge 104
preactjs/preact

v10.10.3

Compare Source

Fixes

v10.10.2

Compare Source

Fixes

sass/dart-sass

v1.54.4

Compare Source

  • Improve error messages when passing incorrect units that are also
    out-of-bounds to various color functions.
stylus/stylus

v0.59.0

Compare Source

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

systemjs/systemjs

v6.12.2

Compare Source

What's Changed

New Contributors

Full Changelog: systemjs/systemjs@6.12.1...6.12.2

esbuild-kit/tsx

v3.8.2

Compare Source

Bug Fixes
unjs/unbuild

v0.8.8

Compare Source

v0.8.7

Compare Source

v0.8.6

Compare Source

v0.8.5

Compare Source

v0.8.4

Compare Source

v0.8.3

Compare Source

v0.8.2

Compare Source

v0.8.1

Compare Source

v0.8.0

Compare Source

⚠ BREAKING CHANGES
  • always enable esmResolve for jiti (stub and config)
  • exit with code (1) on build warnings (#​98)
Features
  • always enable esmResolve for jiti (stub and config) (b87c8df)
  • exit with code (1) on build warnings (#​98) (ffc0d7c)
  • rollup: generated named exports in esm stub (c9fce24)
0.7.6 (2022-07-20)
Bug Fixes
  • pkg: use default export condition to avoid breaking change (858d35d), closes #​89
0.7.5 (2022-07-20)
Features
Bug Fixes
0.7.4 (2022-04-13)
Bug Fixes
0.7.3 (2022-04-12)
Bug Fixes
  • resolve asbolute path to jiti for pnpm support (#​58) (81d6da7)
  • stub: use file:// protocol for windows compatibility (12a99c1)
  • work around issue building with pnpm (#​57) (eb7da84)
0.7.2 (2022-03-25)
Bug Fixes
  • revert builtins from default externals (0b808c6)
0.7.1 (2022-03-25)
Bug Fixes
  • add builtins and node: prefixes to externals (2af233d)
vitejs/vite

v3.0.8

Compare Source

vuejs/vitepress

v1.0.0-alpha.5

Compare Source

Bug Fixes
Features
Performance Improvements
Reverts

1.0.0-alpha.4 (2022-06-22)

Bug Fixes
  • theme: home image style is broken in big view port (2bd960d)

1.0.0-alpha.3 (2022-06-22)

Bug Fixes
Features

1.0.0-alpha.2 (2022-06-14)

Bug Fixes
Features

1.0.0-alpha.1 (2022-06-01)

Complete rewrite on default theme, with bunch of features added. Please refer to the docs for the new feature and changes.

0.22.4 (2022-05-06)

Bug Fixes

0.22.3 (2022-02-22)

Bug Fixes

0.22.2 (2022-02-14)

Features
  • improve default chunk strategy + page hash stability ([1ef6

Configuration

📅 Schedule: Branch creation - "before 3am 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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 15, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 87e7f4b to 67a56b9 Compare August 16, 2022 09:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 67a56b9 to 6eb1931 Compare August 16, 2022 12:00
Copy link
Copy Markdown
Member

@sapphi-red sapphi-red left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unbuild: The bundle result of both plugin-vue and plugin-react was almost same.
vitepress: Tested with pnpm run docs and pnpm run build-docs && pnpm run serve-docs.
vitest: includes vitest-dev/vitest#1854 (--segfault-retry=3)

@patak-cat patak-cat merged commit 4e56e87 into main Aug 16, 2022
@patak-cat patak-cat deleted the renovate/all-minor-patch branch August 16, 2022 12:59
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