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

Merged
merged 2 commits into from Dec 12, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@microsoft/api-extractor (source) ^7.33.6 -> ^7.33.7 age adoption passing confidence
@rollup/plugin-commonjs (source) ^23.0.3 -> ^23.0.4 age adoption passing confidence
@sveltejs/vite-plugin-svelte ^2.0.0 -> ^2.0.1 age adoption passing confidence
@types/node (source) ^18.11.10 -> ^18.11.13 age adoption passing confidence
@types/prompts (source) ^2.4.1 -> ^2.4.2 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.45.0 -> ^5.46.0 age adoption passing confidence
@typescript-eslint/parser ^5.45.0 -> ^5.46.0 age adoption passing confidence
lit (source) ^2.4.1 -> ^2.5.0 age adoption passing confidence
postcss (source) ^8.4.19 -> ^8.4.20 age adoption passing confidence
postcss-import ^15.0.1 -> ^15.1.0 age adoption passing confidence
prettier (source) 2.8.0 -> 2.8.1 age adoption passing confidence
sass ^1.56.1 -> ^1.56.2 age adoption passing confidence
svelte-check ^2.10.0 -> ^2.10.2 age adoption passing confidence
vitepress (source) ^1.0.0-alpha.29 -> ^1.0.0-alpha.31 age adoption passing confidence
vitest ^0.25.3 -> ^0.25.7 age adoption passing confidence
vue-tsc ^1.0.11 -> ^1.0.13 age adoption passing confidence

Release Notes

rollup/plugins

v23.0.4

Compare Source

2022-12-07

Bugfixes
sveltejs/vite-plugin-svelte

v2.0.1

Compare Source

Patch Changes
  • update minimum version of vitefu dependency to avoid peer mismatch (#​543)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.46.0

Compare Source

Bug Fixes
  • eslint-plugin: [ban-types] update message to suggest object instead of Record<string, unknown> (#​6079) (d91a5fc)
Features
  • eslint-plugin: [prefer-nullish-coalescing] logic and test for strict null checks (#​6174) (8a91cbd)

5.45.1 (2022-12-05)

Bug Fixes
  • eslint-plugin: [keyword-spacing] unexpected space before/after in import type (#​6095) (98caa92)
  • eslint-plugin: [no-shadow] add call and method signatures to ignoreFunctionTypeParameterNameValueShadow (#​6129) (9d58b6b)
  • eslint-plugin: [prefer-optional-chain] collect MetaProperty type (#​6083) (d7114d3)
  • eslint-plugin: [sort-type-constituents, sort-type-union-intersection-members] handle some required parentheses cases in the fixer (#​6118) (5d49d5d)

v5.45.1

Compare Source

Bug Fixes
  • eslint-plugin: [keyword-spacing] unexpected space before/after in import type (#​6095) (98caa92)
  • eslint-plugin: [no-shadow] add call and method signatures to ignoreFunctionTypeParameterNameValueShadow (#​6129) (9d58b6b)
  • eslint-plugin: [prefer-optional-chain] collect MetaProperty type (#​6083) (d7114d3)
  • eslint-plugin: [sort-type-constituents, sort-type-union-intersection-members] handle some required parentheses cases in the fixer (#​6118) (5d49d5d)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.46.0

Compare Source

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

5.45.1 (2022-12-05)

Bug Fixes
  • parser: remove the jsx option requirement for automatic jsx pragma resolution (#​6134) (e777f5e)

v5.45.1

Compare Source

Bug Fixes
  • parser: remove the jsx option requirement for automatic jsx pragma resolution (#​6134) (e777f5e)
lit/lit

v2.5.0

Compare Source

Minor Changes
  • #​3507 b152db29 - lit-html and reactive-element now include development Node builds with unminified code and dev warnings.
Patch Changes
postcss/postcss

v8.4.20

Compare Source

  • Fixed source map generation for childless at-rules like @layer.
postcss/postcss-import

v15.1.0

Compare Source

  • Add data: URL support (this is not useful for most consumers) (#​515)
prettier/prettier

v2.8.1

Compare Source

diff

Fix SCSS map in arguments (#​9184 by @​agamkrbit)
// Input
$display-breakpoints: map-deep-merge(
  (
    "print-only": "only print",
    "screen-only": "only screen",
    "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})",
  ),
  $display-breakpoints
);

// Prettier 2.8.0
$display-breakpoints: map-deep-merge(
  (
    "print-only": "only print",
    "screen-only": "only screen",
    "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, " sm
      ")-1})",
  ),
  $display-breakpoints
);

// Prettier 2.8.1
$display-breakpoints: map-deep-merge(
  (
    "print-only": "only print",
    "screen-only": "only screen",
    "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})",
  ),
  $display-breakpoints
);
Support auto accessors syntax (#​13919 by @​sosukesuzuki)

Support for Auto Accessors Syntax landed in TypeScript 4.9.

(Doesn't work well with babel-ts parser)

class Foo {
  accessor foo: number = 3;
}
sass/dart-sass

v1.56.2

Compare Source

Embedded Sass
sveltejs/language-tools

v2.10.2

Compare Source

  • (fix) add polling interval to watchFile

v2.10.1

Compare Source

  • (fix) add "" and "off" as valid data-sveltekit-X values (#​1753) (#​1749)
  • (fix) getter type is nonnullable (#​1751)
  • (fix) add FormDataEvent (#​1760)
  • (fix) full version number in svelte-check --version (#​1747)
vuejs/vitepress

v1.0.0-alpha.31

Compare Source

Features
Performance Improvements

v1.0.0-alpha.30

Compare Source

Bug Fixes
  • build: allow importing files having numbers in extension (#​1618) (0565c38)
  • build: allow serving files in dev from workspace root (#​1647) (dc59662)
  • theme: default to vertical align top on badges inside headings (#​1584) (8a488de)
  • theme: ignore removed diff lines while copying code (f4d5417)
  • theme: move background colors to theme-default style (#​1347) (4f0194f)
Features
vitest-dev/vitest

v0.25.7

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.25.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.25.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.25.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
johnsoncodehk/volar

v1.0.13

Compare Source

  • feat(web-ide): show loading file at status bar
  • feat(web-ide): support node_modules types via CDN
  • feat(web-ide): support locale typescript diagnostic messages
  • fix(web-ide): cannot use default typescript lib types
  • fix(web-ide): cannot found match tsconfig
  • fix: volar.config.js plugins dirty cache between different tsconfig projects
Special Sponsor
Out Gold Sponsors
Out Silver Sponsors

v1.0.12

Compare Source

  • feat: added @volar/vscode-language-client package (#​2181)
  • fix: document content messed up randomly (#​1807)
  • fix: "Show Virtual Files" mapping background color unclear with light theme (#​2147) (#​2170)
  • fix: props type checking not working for Element Plus components (#​2176) (#​2180)
  • fix: attribute values being wrapped in parentheses while typing (#​2182)
  • fix: formatting crashes (#​2077)
  • fix: cannot emit component type with DefineComponent when template has slots (#​2161)

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, check this box

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 Dec 12, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Dec 12, 2022

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@sapphi-red
Copy link
Member

@patak-dev patak-dev merged commit dcc0004 into main Dec 12, 2022
@patak-dev patak-dev deleted the renovate/all-minor-patch branch December 12, 2022 07:29
futurGH pushed a commit to futurGH/vite that referenced this pull request Feb 26, 2023
Co-authored-by: sapphi-red <green@sapphi.red>
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.

None yet

2 participants