founder-style
founder-style copied to clipboard
Bump loader-utils and vuepress
Bumps loader-utils to 1.4.2 and updates ancestor dependency vuepress. These dependencies need to be updated together.
Updates loader-utils from 0.2.17 to 1.4.2
Release notes
Sourced from loader-utils's releases.
v1.4.2
1.4.2 (2022-11-11)
Bug Fixes
v1.4.1
1.4.1 (2022-11-07)
Bug Fixes
v1.4.0
1.4.0 (2020-02-19)
Features
v1.3.0
1.3.0 (2020-02-19)
Features
v1.2.3
1.2.3 (2018-12-27)
Bug Fixes
v1.2.2
1.2.2 (2018-12-27)
Bug Fixes
... (truncated)
Changelog
Sourced from loader-utils's changelog.
1.4.2 (2022-11-11)
Bug Fixes
1.4.1 (2022-11-07)
Bug Fixes
1.4.0 (2020-02-19)
Features
1.3.0 (2020-02-19)
Features
1.2.3 (2018-12-27)
Bug Fixes
1.2.2 (2018-12-27)
Bug Fixes
... (truncated)
Commits
331ad50chore(release): 1.4.217cbf8ffix: ReDoS problem (#226)8f082b3chore(release): 1.4.14504e34fix: security problem (#220)d95b8b5chore(release): 1.4.0cd0e428feat: theresourceQueryis passed to theinterpolateNamemethod (#163)06d36cfchore(release): 1.3.0469eebafeat: support the[query]template for theinterpolatedNamemethod (#162)909c99dchore: funding.yml config and CI fix (#159)b5b74f0Set up CI with Azure Pipelines- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for loader-utils since your current version.
Updates vuepress from 0.14.10 to 1.9.7
Release notes
Sourced from vuepress's releases.
v1.9.2
TS Support for VuePress Plugin and Theme.
Motivation
We've announced VuePress 1.9 that takes full TypeScript Support for Config File, while VuePress 1.9.2 ships with TS Support for VuePress Plugin and Theme:
Quick Start
In order to make the plugin developer not dependent on VuePress for development, we provide a completely independent type package
@vuepress/types:npm i @vuepress/types -D
@vuepress/typesexports four functions:
defineConfigdefineConfig4CustomThemedefineThemedefinePluginNote that using
@vuepress/typesis equivalent to usingvuepress/config.Plugin Type
If you already have some VuePress plugins written in JS, you can leverage your IDE's intellisense with jsdoc type hints:
/** * @type {import('@vuepress/types').Plugin} */ module.exports = { ready() { // ... } };Alternatively, you can use the defineConfig helper which should provide intellisense without the need for jsdoc annotations:
import { definePlugin } from "@vuepress/types";</tr></table>
... (truncated)
Changelog
Sourced from vuepress's changelog.
1.9.7 (2022-01-18)
Bug Fixes
- types: missing
ariaLabelat default theme config (a7b12bf)@chenhaoli1.9.6 (2022-01-17)
Bug Fixes
- core: compatibility with node 10 (close: #2981) (#2992) (f59598a)
@ULIVZ- types: missing
sidebarDepthat default theme config (5c6a16c)@chenhaoliFeatures
- add build concurrency control (close: #1819) (#2953) (2f9a394)
@Troy Eagle- theme-default: set home footer with markdown slot (close: #2993) (#2994) (753df05)
@ULIVZ1.9.5 (2021-12-25)
Features
- types:
ctx.getLibFilePath(17c8fe4)@chenhaoli- types:
ctx.getSiteData(332dac7)@chenhaoli- types:
ctx.themeAPI(4269714)@chenhaoli- types:
definePluginsupports declare theme config type (5f1e3b0)@chenhaoli1.9.4 (2021-12-24)
Bug Fixes
- types: '_filePath' implicitly has an 'any' type (66a6c27)
@chenhaoli- types: add missing default theme config
activeHeaderLinks(075ec62)@chenhaoli- types: cannot find module '../../shared-utils/src/datatypes' (e919d14)
@chenhaoliFeatures
- types: expose all plugin types (7aeff34)
@chenhaoli
... (truncated)
Commits
2f2357abuild: release version 1.9.75699216build: release version 1.9.62f9a394feat: add build concurrency control (close: #1819) (#2953)ef6f87abuild: release version 1.9.5e4a28dbbuild: release version 1.9.4accfe87build: release version 1.9.3ed3cce6build: release version 1.9.22f707a6refactor(types): move helpers to@vuepress/types84250ccfeat(types):defineThemeEntryhelper to infer type for theme entry7ac6aa8feat(types): init@vuepress/types- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.