This patch release includes a fix for an error that could be thrown in parseDocument for degenerate input. Otherwise, it's a patch release uplifting a few fixes from the ongoing v2.3 work to v2.2:
Use correct argument order when stringifying flow collection comments (#443)
Fixed: existence of meta config breaking default loaders
8.1.2
Fixed: generation of TypeScript types going to the wrong output path
8.1.1
Fixed: meta config overriding original options completely (now merges correctly)
8.1.0
Added: always look at .config.{yml,yaml,json,js,cjs} file to configure cosmiconfig itself, and look for tool configuration in it using packageProp (similar to package.json)
No major breaking changes! We dropped support for Node 10 and 12 -- which you're probably not using. And we swapped out the YAML parser -- which you probably won't notice.
Breaking change: Drop support for Node 10 and 12.
Breaking change: Use npm package js-yaml to parse YAML instead of npm package yaml.
Added: Loader errors now include the path of the file that was tried to be loaded.
7.1.0
Added: Additional default searchPlaces within a .config subdirectory (without leading dot in the file name)
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/amclin/aem-packager/network/alerts).
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Bumps yaml, cosmiconfig and semantic-release. These dependencies needed to be updated together. Updates
yaml
from 2.1.1 to 2.2.2Release notes
Sourced from yaml's releases.
Commits
f21fa45
2.2.2984f578
fix: Corner case failure in error pretty-printer443e3aa
fix: First-line folding for block scalars (fixes #422)5af5d3d
fix: Use correct argument order when stringifying flow collection comments (f...c914dcc
2.2.1c8551eb
fix: Quote top-level map keys containing document markers (fixes #431)3576408
2.2.0ab52daa
ci: Remove all@types
except for node when testing types on old TS85be08d
chore: Explicitly set supported types in tsconfig.json4732502
ci: Uninstall@jest/types
before testing types on TS 4.2Updates
cosmiconfig
from 7.0.1 to 8.1.3Changelog
Sourced from cosmiconfig's changelog.
Commits
dee5198
8.1.3a181b86
update changelog71051b3
remove mergeLoaders option (always merge loaders)a003583
update changelog for 8.1.249b1586
8.1.222b4ea1
fix types build193cb57
8.1.117f5edc
merge cosmiconfig options from meta config file into original options rather ...dacce13
Merge pull request #294 from beerose/migrate-to-viteste1194d5
properly resolve imports with typescriptMaintainer changes
This version was pushed to npm by d-fischer, a new releaser for cosmiconfig since your current version.
Updates
semantic-release
from 19.0.3 to 21.0.1Release notes
Sourced from semantic-release's releases.
... (truncated)
Commits
4bddb37
fix(deps): update dependency env-ci to v9 (#2757)aa90774
chore(deps): update dependency testdouble to v3.17.2 (#2751)d7e14f6
docs(artifactory): removed details about using artifactory with legacy auth4a943a5
chore(deps): pin dependencies (#2744)f47a510
chore(deps): lock file maintenance (#2737)05596bc
chore(deps): update dependency prettier to ^2.8.4 (#2746)c6e84ef
chore(deps): update dependency sinon to v15.0.3 (#2748)0cbe804
chore(deps): update dependency fs-extra to ^11.1.0 (#2745)ea32d10
chore(deps): update dependency testdouble to v3.17.1 (#2740)deb1b7f
Merge pull request #2741 from semantic-release/betaYou can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/amclin/aem-packager/network/alerts).