hannoeru / vite-plugin-pages

File system based route generator for ⚡️Vite
MIT License
1.84k stars 127 forks source link

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

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@solidjs/router ^0.5.1 -> ^0.6.0 age adoption passing confidence
@types/node (source) ^18.11.13 -> ^18.11.18 age adoption passing confidence
json5 (source) ^2.2.1 -> ^2.2.2 age adoption passing confidence
pnpm (source) 7.18.0 -> 7.20.0 age adoption passing confidence
solid-js (source) ^1.6.4 -> ^1.6.6 age adoption passing confidence
vite (source) ^4.0.0 -> ^4.0.3 age adoption passing confidence
yaml (source) ^2.1.3 -> ^2.2.0 age adoption passing confidence

Release Notes

json5/json5 ### [`v2.2.2`](https://togithub.com/json5/json5/blob/HEAD/CHANGELOG.md#v222-code-c222--diff-d222) [Compare Source](https://togithub.com/json5/json5/compare/v2.2.1...v2.2.2) [c2.2.2]: https://togithub.com/json5/json5/tree/v2.2.2 [d2.2.2]: https://togithub.com/json5/json5/compare/v2.2.1...v2.2.2 - Fix: Properties with the name `__proto__` are added to objects and arrays. (\[[#​199](https://togithub.com/json5/json5/issues/199)]) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (\[[#​295](https://togithub.com/json5/json5/issues/295)]).
pnpm/pnpm ### [`v7.20.0`](https://togithub.com/pnpm/pnpm/releases/tag/v7.20.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.19.0...v7.20.0) #### Minor Changes - pnpm gets its own implementation of the following commands: - `pnpm config get` - `pnpm config set` - `pnpm config delete` - `pnpm config list` In previous versions these commands were passing through to npm CLI. PR: [#​5829](https://togithub.com/pnpm/pnpm/pull/5829) Related issue: [#​5621](https://togithub.com/pnpm/pnpm/issues/5621) - Add show alias to `pnpm view` [#​5835](https://togithub.com/pnpm/pnpm/pull/5835). - pnpm reads settings from its own global configuration file at `$XDG_CONFIG_HOME/pnpm/rc` [#​5829](https://togithub.com/pnpm/pnpm/pull/5829). - Add the 'description'-field to the licenses output [#​5836](https://togithub.com/pnpm/pnpm/pull/5836). #### Patch Changes - `pnpm rebuild` should not fail if `node_modules` was created by pnpm version 7.18 or older [#​5815](https://togithub.com/pnpm/pnpm/issues/5815). - `pnpm env` should print help. - Run the prepublish scripts of packages installed from Git [#​5826](https://togithub.com/pnpm/pnpm/issues/5826). - `pnpm rebuild` should print a better error message when a hoisted dependency is not found [#​5815](https://togithub.com/pnpm/pnpm/issues/5815). #### Our Gold Sponsors
#### Our Silver Sponsors
### [`v7.19.0`](https://togithub.com/pnpm/pnpm/releases/tag/v7.19.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.18.2...v7.19.0) #### Minor Changes - New setting supported in the `package.json` that is in the root of the workspace: `pnpm.requiredScripts`. Scripts listed in this array will be required in each project of the worksapce. Otherwise, `pnpm -r run Githubissues.
  • Githubissues is a development platform for aggregating issues.