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 projects - autoclosed #146

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^0.31.0 -> ^0.33.1 age adoption passing confidence
@nuxtjs/i18n (source) ^8.0.0-beta.4 -> ^8.0.0-beta.6 age adoption passing confidence
@types/lodash (source) ^4.14.190 -> ^4.14.191 age adoption passing confidence
@types/node (source) ^18.11.9 -> ^18.11.10 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
@vueuse/head ^1.0.18 -> ^1.0.19 age adoption passing confidence
axios (source) ^1.1.3 -> ^1.2.0 age adoption passing confidence
esbuild ^0.15.15 -> ^0.15.16 age adoption passing confidence
filter-anything ^3.0.3 -> ^3.0.5 age adoption passing confidence
is-what ^4.1.7 -> ^4.1.8 age adoption passing confidence
listr2 ^5.0.5 -> ^5.0.6 age adoption passing confidence
merge-anything ^5.1.3 -> ^5.1.4 age adoption passing confidence
pinia ^2.0.26 -> ^2.0.27 age adoption passing confidence
pnpm (source) 7.17.0 -> 7.17.1 age adoption passing confidence
postcss-import ^15.0.0 -> ^15.0.1 age adoption passing confidence
prettier-plugin-tailwindcss ^0.1.13 -> ^0.2.0 age adoption passing confidence
rollup (source) ^3.4.0 -> ^3.5.1 age adoption passing confidence
type-fest ^3.2.0 -> ^3.3.0 age adoption passing confidence
unocss ^0.46.5 -> ^0.47.5 age adoption passing confidence
unplugin-auto-import ^0.11.5 -> ^0.12.0 age adoption passing confidence
vue-tsc ^1.0.9 -> ^1.0.10 age adoption passing confidence

Release Notes

antfu/eslint-config

v0.33.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.33.0

Compare Source

   🐞 Bug Fixes
  • Type aware linting when trigged by tsconfig.eslint.json  -  by @​antfu (1c426)
    View changes on GitHub

v0.32.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.31.1

Compare Source

   🚀 Features
    View changes on GitHub
nuxt-community/i18n-module

v8.0.0-beta.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v8.0.0-beta.5

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub
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

vueuse/head

v1.0.19

Compare Source

  • chore(deps): bump deps, unhead
  • chore(deps): bump deps, unhead
axios/axios

v1.2.0

Compare Source

Changed
  • changed: refactored module exports #​5162
  • change: re-added support for loading Axios with require('axios').default #​5225
Fixed
  • fix: improve AxiosHeaders class #​5224
  • fix: TypeScript type definitions for commonjs #​5196
  • fix: type definition of use method on AxiosInterceptorManager to match the the README #​5071
  • fix: __dirname is not defined in the sandbox #​5269
  • fix: AxiosError.toJSON method to avoid circular references #​5247
  • fix: Z_BUF_ERROR when content-encoding is set but the response body is empty #​5250
Refactors
  • refactor: allowing adapters to be loaded by name #​5277
Chores
  • chore: force CI restart #​5243
  • chore: update ECOSYSTEM.md #​5077
  • chore: update get/index.html #​5116
  • chore: update Sandbox UI/UX #​5205
  • chore:(actions): remove git credentials after checkout #​5235
  • chore(actions): bump actions/dependency-review-action from 2 to 3 #​5266
  • chore(packages): bump loader-utils from 1.4.1 to 1.4.2 #​5295
  • chore(packages): bump engine.io from 6.2.0 to 6.2.1 #​5294
  • chore(packages): bump socket.io-parser from 4.0.4 to 4.0.5 #​5241
  • chore(packages): bump loader-utils from 1.4.0 to 1.4.1 #​5245
  • chore(docs): update Resources links in README #​5119
  • chore(docs): update the link for JSON url #​5265
  • chore(docs): fix broken links #​5218
  • chore(docs): update and rename UPGRADE_GUIDE.md to MIGRATION_GUIDE.md #​5170
  • chore(docs): typo fix line #​856 and #​920 #​5194
  • chore(docs): typo fix #​800 #​5193
  • chore(docs): fix typos #​5184
  • chore(docs): fix punctuation in README.md #​5197
  • chore(docs): update readme in the Handling Errors section - issue reference #​5260 #​5261
  • chore: remove \b from filename #​5207
  • chore(docs): update CHANGELOG.md #​5137
  • chore: add sideEffects false to package.json #​5025
Contributors to this release
evanw/esbuild

v0.15.16

Compare Source

  • Add a package alias feature (#​2191)

    With this release, you can now easily substitute one package for another at build time with the new alias feature. For example, --alias:oldpkg=newpkg replaces all imports of oldpkg with newpkg. One use case for this is easily replacing a node-only package with a browser-friendly package in 3rd-party code that you don't control. These new substitutions happen first before all of esbuild's existing path resolution logic.

    Note that when an import path is substituted using an alias, the resulting import path is resolved in the working directory instead of in the directory containing the source file with the import path. If needed, the working directory can be set with the cd command when using the CLI or with the absWorkingDir setting when using the JS or Go APIs.

  • Fix crash when pretty-printing minified JSX with object spread of object literal with computed property (#​2697)

    JSX elements are translated to JavaScript function calls and JSX element attributes are translated to properties on a JavaScript object literal. These properties are always either strings (e.g. in <x y />, y is a string) or an object spread (e.g. in <x {...y} />, y is an object spread) because JSX doesn't provide syntax for directly passing a computed property as a JSX attribute. However, esbuild's minifier has a rule that tries to inline object spread with an inline object literal in JavaScript. For example, x = { ...{ y } } is minified to x={y} when minification is enabled. This means that there is a way to generate a non-string non-spread JSX attribute in esbuild's internal representation. One example is with <x {...{ [y]: z }} />. When minification is enabled, esbuild's internal representation of this is something like <x [y]={z} /> due to object spread inlining, which is not valid JSX syntax. If this internal representation is then pretty-printed as JSX using --minify --jsx=preserve, esbuild previously crashed when trying to print this invalid syntax. With this release, esbuild will now print <x {...{[y]:z}}/> in this scenario instead of crashing.

mesqueeb/filter-anything

v3.0.5

Compare Source

  • fix: use .js during import 9b0254f

v3.0.4

Compare Source

  • chore: update dependencies 36c6ee4
  • update readme 34308fe
  • Merge pull request #​9 from mesqueeb/dependabot/npm_and_yarn/lodash-4.17.21 d32bcb7
  • Merge pull request #​7 from mesqueeb/dependabot/npm_and_yarn/trim-newlines-3.0.1 9038f03
  • Merge pull request #​8 from mesqueeb/dependabot/npm_and_yarn/hosted-git-info-2.8.9 af1da7f
  • Merge pull request #​11 from mesqueeb/dependabot/npm_and_yarn/normalize-url-4.5.1 309f0e7
  • Merge pull request #​10 from mesqueeb/dependabot/npm_and_yarn/path-parse-1.0.7 b20b367
  • build(deps): bump normalize-url from 4.5.0 to 4.5.1 5a0b631
  • build(deps): bump path-parse from 1.0.6 to 1.0.7 702096c
  • build(deps): bump lodash from 4.17.20 to 4.17.21 e3848b5
  • build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 3fb87f7
  • build(deps): bump trim-newlines from 3.0.0 to 3.0.1 b42cb62
mesqueeb/is-what

v4.1.8

Compare Source

  • chore: update dependencies 3c550db
  • fix: update isPlainObject method to account for overridden 'constructor' key in plain objects (#​24) 4152a01
  • update readme 07730c2
  • add is-where link! 🙈 c8336d5
  • fix: update import path ea7fed8
cenk1cenk2/listr2

v5.0.6

Compare Source

Bug Fixes
  • deps: update dependency rxjs to ^7.5.7 (324f012)
mesqueeb/merge-anything

v5.1.4

Compare Source

vuejs/pinia

v2.0.27

Compare Source

Please refer to CHANGELOG.md for details.

pnpm/pnpm

v7.17.1

Compare Source

Patch Changes
  • pnpm set-script and pnpm pkg are passed through to npm #​5683.
  • pnpm publish <tarball path> should exit with non-0 exit code when publish fails #​5396.
  • readPackage hooks should not modify the package.json files in a workspace #​5670.
  • Comments in package.json5 are preserver #​2008.
  • pnpm setup should create PNPM_HOME as a non-expandable env variable on Windows #​4658.
  • Fix the CLI help of the pnpm licenses command.
Our Gold Sponsors
Our Silver Sponsors
postcss/postcss-import

v15.0.1

Compare Source

tailwindlabs/prettier-plugin-tailwindcss

v0.2.0

Compare Source

Changed
  • Don't bundle prettier-plugin-svelte (#​101)
Added
  • Improve compatibility with other Prettier plugins (#​101, #​102)
rollup/rollup

v3.5.1

Compare Source

2022-12-01

Bug Fixes
  • Accept functions returning a config in defineConfig (#​4728)
Pull Requests
  • #​4728: Overload defineConfig to accept a RollupOptionsFunction parameter (@​Septh)

v3.5.0

Compare Source

2022-11-27

Features
  • Add treeshake.manualPureFunctions to override static analysis for explicit function names (#​4718)
Bug Fixes
  • Do not throw when a plugin uses this.load without awaiting its result (#​4725)
Pull Requests
sindresorhus/type-fest

v3.3.0

Compare Source

Improvements
Fixes
  • SetNonNullable: Fix usage in type predicate context (#​515) 9bae03b
unocss/unocss

v0.47.5

Compare Source

   🚀 Features
  • directives: Support applyVariable, deprecated varStyle  -  by @​antfu (65355)
   🐞 Bug Fixes
    View changes on GitHub

v0.47.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.47.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.47.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.47.1

Compare Source

No significant changes

    View changes on GitHub

v0.47.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
antfu/unplugin-auto-import

v0.12.0

Compare Source

   🚀 Features
    View changes on GitHub
johnsoncodehk/volar

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)
Special Sponsor
Out Gold Sponsors
Out Silver Sponsors

Configuration

📅 Schedule: Branch creation - "before 6am on the first day of the month" (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
Copy link
Contributor Author

renovate bot commented Dec 1, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: projects/revenuecat/pnpm-lock.yaml
installing v2 tool node v18.12.1
linking tool node v18.12.1
node: v18.12.1 /usr/local/bin/node
npm: 8.19.2  /usr/local/bin/npm
Installed v2 /usr/local/buildpack/tools/v2/node.sh in 7 seconds
skip cleanup, not a docker build: 4a551e47cbc0
installing v2 tool pnpm v7.17.1

added 1 package in 3s
linking tool pnpm v7.17.1
7.17.1
Installed v2 /usr/local/buildpack/tools/v2/pnpm.sh in 4 seconds
skip cleanup, not a docker build: 4a551e47cbc0
Scope: all 2 workspace projects
/mnt/renovate/gh/huntersofbook/huntersofbook/projects/revenuecat/playground:
 ERR_PNPM_NO_MATCHING_VERSION_INSIDE_WORKSPACE  In playground: No matching version found for @huntersofbook/revenuecat@^0.0.1 inside the workspace

This error happened while installing a direct dependency of /mnt/renovate/gh/huntersofbook/huntersofbook/projects/revenuecat/playground

@renovate renovate bot force-pushed the renovate/projects branch 3 times, most recently from cf92922 to c75b0fb Compare December 1, 2022 22:42
@renovate renovate bot changed the title chore(deps): update projects chore(deps): update projects - autoclosed Dec 2, 2022
@renovate renovate bot closed this Dec 2, 2022
@renovate renovate bot deleted the renovate/projects branch December 2, 2022 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants