Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Merged
merged 1 commit into from
Dec 5, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 5, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/vite-plugin-svelte ^1.3.1 -> ^1.4.0 age adoption passing confidence
@types/lodash (source) ^4.14.190 -> ^4.14.191 age adoption passing confidence
@types/react (source) ^18.0.25 -> ^18.0.26 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.44.0 -> ^5.45.0 age adoption passing confidence
@typescript-eslint/parser ^5.44.0 -> ^5.45.0 age adoption passing confidence
@vitejs/plugin-react (source) ^3.0.0-alpha.0 -> ^3.0.0-alpha.2 age adoption passing confidence
@vitejs/plugin-vue (source) ^4.0.0-alpha.0 -> ^4.0.0-alpha.2 age adoption passing confidence
bignumber.js 9.1.0 -> 9.1.1 age adoption passing confidence
eslint (source) ^8.28.0 -> ^8.29.0 age adoption passing confidence
lint-staged ^13.0.4 -> ^13.1.0 age adoption passing confidence
magic-string ^0.26.7 -> ^0.27.0 age adoption passing confidence
pnpm (source) 7.17.1 -> 7.18.0 age adoption passing confidence
pnpm (source) ^7.17.1 -> ^7.18.0 age adoption passing confidence
postcss-import ^15.0.0 -> ^15.0.1 age adoption passing confidence
svelte-check ^2.9.2 -> ^2.10.0 age adoption passing confidence
terser (source) ^5.16.0 -> ^5.16.1 age adoption passing confidence
vue-tsc ^1.0.9 -> ^1.0.11 age adoption passing confidence

Release Notes

sveltejs/vite-plugin-svelte

v1.4.0

Compare Source

Minor Changes
  • support &direct and &raw query parameters for svelte requests (#​513)

  • Export vitePreprocess() Svelte preprocessor (#​509)

Patch Changes
  • ensure sources paths in sourcemaps are not absolute file paths (#​513)

  • remove experimental.generateMissingPreprocessorSourcemaps (#​514)

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

v5.45.0

Compare Source

Bug Fixes
  • eslint-plugin: [array-type] --fix flag removes parentheses from type (#​5997) (42b33af)
  • eslint-plugin: [keyword-spacing] prevent crash on no options (#​6073) (1f19998)
  • eslint-plugin: [member-ordering] support private fields (#​5859) (f02761a)
  • eslint-plugin: [prefer-readonly] report if a member's property is reassigned (#​6043) (6e079eb)
Features
  • eslint-plugin: [member-ordering] add a required option for required vs. optional member ordering (#​5965) (2abadc6)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.45.0

Compare Source

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

vitejs/vite

v3.0.0-alpha.2

Compare Source

Please refer to CHANGELOG.md for details.

v3.0.0-alpha.1

Compare Source

Please refer to CHANGELOG.md for details.

MikeMcl/bignumber.js

v9.1.1

Compare Source

  • 04/12/22
  • #​338 [BUGFIX] exponentiatedBy: ensure 0**-n === Infinity for very large n.
eslint/eslint

v8.29.0

Compare Source

Features
  • 49a07c5 feat: add allowParensAfterCommentPattern option to no-extra-parens (#​16561) (Nitin Kumar)
  • e6a865d feat: prefer-named-capture-group add suggestions (#​16544) (Josh Goldberg)
  • a91332b feat: In no-invalid-regexp validate flags also for non-literal patterns (#​16583) (trosos)
Documentation
Chores
okonet/lint-staged

v13.1.0

Compare Source

Features
rich-harris/magic-string

v0.27.0

Compare Source

Performance Improvements

0.26.7 (2022-10-09)

Bug Fixes

0.26.6 (2022-10-05)

Features
  • add update method as safer alternative to overwrite (#​212) (9a312e3)

0.26.5 (2022-09-30)

Bug Fixes
  • update typescript definition file to contain replaceAll() (#​224) (45a4921)

0.26.4 (2022-09-22)

Features
  • fix .replace() when searching string, add .replaceAll() (#​222) (04a05bd)
Performance Improvements
  • avoiding use of Object.defineProperty in Chunk constructor (#​219) (130794b)

0.26.3 (2022-08-30)

Performance Improvements

0.26.2 (2022-05-11)

Bug Fixes

0.26.1 (2022-03-03)

Bug Fixes
  • replace: match replacer function signature with spec (902541f)
pnpm/pnpm

v7.18.0

Compare Source

Minor Changes

  • Overrides may be defined as a reference to a spec for a direct dependency by prefixing the name of the package you wish the version to match with a `# pnpm.

    {
      "dependencies": {
        "foo": "^1.0.0"
      },
      "overrides": {
        // the override is defined as a reference to the dependency
        "foo": "$foo",
        // the referenced package does not need to match the overridden one
        "bar": "$foo"
      }
    }

    Issue: #​5703

Patch Changes

  • pnpm audit should work when the project's package.json has no version field #​5728
  • Dependencies specified via * should be updated to semver ranges by pnpm update #​5681.
  • It should be possible to override a dependency with a local package using relative path from the workspace root directory #​5493.
  • Exit with non-zero exit code when child process exits with a non-zero exit clode #​5525.
  • pnpm add should prefer local projects from the workspace, even if they use prerelease versions #​5316

Our Gold Sponsors

Our Silver Sponsors

postcss/postcss-import

v15.0.1

Compare Source

sveltejs/language-tools

v2.10.0

Compare Source

  • (fix) type error for component with no props (#​1744)
  • (fix) generic support for component getter and accessor (#​1689)
  • (fix) allow falsy values for svelte:component (#​1694)
  • (fix) skip forwarded event from svelte:self (#​1693)
  • (fix) case insenstive file system document sync (#​1697)
  • (feat) add --preserveWatchOutput option (#​1715)
terser/terser

v5.16.1

Compare Source

  • Properly handle references in destructurings (const { [reference]: val } = ...)
  • Allow parsing of .#privatefield in nested classes
  • Do not evaluate operations that return large strings if that would make the output code larger
  • Make collapse_vars handle block scope correctly
  • Internal improvements: Typos (#​1311), more tests, small-scale refactoring
johnsoncodehk/volar

v1.0.11

Compare Source

  • fix(vue-tsc): dts emit do not generated DefineComponent type (#​2161)
  • fix: global components types loss in vue 2 projects (#​2157)
  • fix: Vite / Nuxt app preview crash when template includes <html> tag
Special Sponsor
Out Gold Sponsors
Out Silver Sponsors

v1.0.10

Compare Source

  • feat: add volar.vueserver.json.customBlockSchemaUrls setting to support preset json schema urls for custom blocks (#​2079)
  • feat: add volar.vueserver.reverseConfigFilePriority setting to support customize tsconfig priority (#​1815)
  • feat: add volar.vueserver.disableFileWatcher setting for better performance (#​2027)
  • feat(vue-tsc): support for TypeScript 5.0 (#​2095)
  • feat: auto insert parentheses for instanceof expressions (#​2099)
  • feat: more accurate HTML attributes auto-complete
  • feat: add nativeTags instead of experimentalRuntimeMode to vueCompilerOptions for uni-app supports (#​2065)
  • feat: remove split editors icon and use command instead of
  • fix: goto definition not working with nvim-lspconfig (https://github.com/johnsoncodehk/volar/pull/1916#issuecomment-1293166322)
  • fix(preview): more accurate script judgment (#​2135)
  • fix: local components types should cover global components types (#​1886)
  • fix: auto insert parentheses for AsExpressions not working
  • fix: template code mapping confusion when undo with invalid template code (#​2151)
  • fix: output Server Stats through LSP API (#​2050)
  • fix: vite app preview not working if project path includes spaces (https://github.com/johnsoncodehk/vite-plugin-vue-component-preview/issues/7)
  • fix: avoid component preview create multiple terminals (#​2128)
  • fix: avoid folding when join split editors (#​1887)
  • fix: split editors command crash with empty document (#​2072)
  • fix: avoid escape &quot; (#​2091)
  • fix: script setup first variable jsdoc missing (https://github.com/johnsoncodehk/volar/issues/1327#issuecomment-1304784005)
  • fix: document symbols of SFC blocks range incorrect (#​2118)
  • fix: strictTemplates option works only bound props (#​2136)
  • fix: props required warning missing when jsxTemplates option enabled (#​2139)
  • fix: cannot infer events parameter type in recursive component (#​2140)
  • perf: faster semantic tokens parsing (#​2053) (#​2056)
  • perf: avoid create file watchers in syntactic server
  • perf: cache workspace configuration in language servers (#​2062)

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 5, 2022
@patak-dev patak-dev merged commit 8b83089 into main Dec 5, 2022
@patak-dev patak-dev deleted the renovate/all-minor-patch branch December 5, 2022 07:50
futurGH pushed a commit to futurGH/vite that referenced this pull request Feb 26, 2023
# for free to join this conversation on GitHub. Already have an account? # 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