Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

fix(deps): update @adobe (major) #552

Merged
merged 6 commits into from
Jan 14, 2020
Merged

fix(deps): update @adobe (major) #552

merged 6 commits into from
Jan 14, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2019

This PR contains the following updates:

Package Type Update Change
@adobe/helix-shared dependencies major ^3.0.0 -> ^4.0.0
@adobe/jsonschema2md devDependencies major 3.3.1 -> 4.0.6

Release Notes

adobe/helix-shared

v4.0.0

Compare Source

Features
  • schema: add support for multi-value properties (fdb643c), closes #​212
BREAKING CHANGES
  • schema: this is applying @​tripodsan's changes from adobe/helix-index-pipelines#​38 to the Index Config schema. In particular it requires each property to have either one value or one values properties, but neve both. As this changes the behavior of value, it is a breaking change.
adobe/jsonschema2md

v4.0.6

Compare Source

Bug Fixes
  • markdown: catch error when using title as a property name (b4b8855)

v4.0.5

Compare Source

Bug Fixes
  • markdown: catch error when using title as a property name (b4b8855)

v4.0.4

Compare Source

Bug Fixes
  • slugger: fix slugger crash due to title property (4f0ab31), closes #​196

v4.0.3

Compare Source

Bug Fixes
  • cli: do not exit after creating readme.md (cb7d012)
  • cli: make the -n or --no-readme option work again (3c63c03)
  • loader: guard against endless wrapping (dd1f7f6), closes #​194

v4.0.2

Compare Source

Bug Fixes
  • schema: do not recurse endlessly when writing cyclic schemas (297f0d5), closes #​185

v4.0.1

Compare Source

Bug Fixes
  • cli: fix traverse function when called from CLI (f211375)

v4.0.0

Compare Source

Bug Fixes
  • i18n: use correct file name format (43a74f4)
  • markdown: constraint values can be zero now (2e057fd)
  • markdown: handle null as a constant value (e652e11)
  • proxy: remove logging statements (616a1d9)
  • schemas: remove references going nowhere (2186142)
Build System
  • dependencies: remove unused dependencies (dbc9192)
Code Refactoring
  • cli: remove bluebird, lodash, simplify arg parsing (b6b1822)
Continuous Integration
Documentation
Features
  • cli: generate JSON schema output (dd18f3b), closes #​176
  • formats: add support for formats: json-pointer, relative-json-pointer, regex, and uri-template (689c158)
  • i18n: new internationalization system (1a664de)
  • i18n: provide complete en_US translation (5eb0c89)
  • markdown: add header surpression (6225b9f)
  • markdown: add support for default keyword (72a0fde)
  • markdown: add support for comments (07bb52f)
  • markdown: add YAML frontmatter support (4df92e6)
  • markdown: create and write markdown (e521541)
  • markdown: generate additional detail (cc07df2)
  • markdown: generate header again (011427c)
  • markdown: generate some property details (fa34cf1)
  • markdown: generate type details (c9f19e1)
  • markdown: highlight keyword usage for documentation (d35e4ed), closes #​100
  • markdown: list nested schemas in README (608674b)
  • markdown: list nested schemas in README (87e8489)
  • markdown: show examples (c8e8dfa)
  • markdown: show extensibility and abstraction in header (90a9a8e)
  • markdown: show id and status in header (08e1923)
  • markdown: show id and status in header (b6fcf53)
  • markdown: show join types (12af018)
  • markdown: show some info about properties, switch i18n library (f8a32df)
  • markdown: show type, link, additional and custom properties in header (eff129a)
  • markdown: show value constraints (515969c)
  • markdown: support item arrays and additionalItems (c9fbcdf), closes #​31
  • markdown: support patternProperties and additionalProperties (1386ee3), closes #​95 #​180
  • proxy: generate meta information (ac65ac6)
  • proxy: generate slugs (eacbf38)
  • proxy: resolve references (4cea068)
  • readme: generate readme again (d6b9e5e)
  • readme: mention the most common schema version (fc583d7)
  • schema: add full support for "A Vocabulary for the Contents of String-Encoded Data" (96ca3a6)
  • schema: add support for keyword $defs (70b63c8)
  • schema: add support for keyword deprecated (934b856)
  • schema: add support for readOnly and writeOnly schemas and properties (7452882)
BREAKING CHANGES
  • changelog:
  • i18n: The file format for the i18n files has changed

You can now specify the language to use using -l and jsonschema2md will pick up the correct language configuration.

  • test: Node 8 is no longer supported
  • dependencies: Removes the JSON schema validation feature entirely
  • cli: Repaces lodash with ferrum, removed bluebird, changes the meaning of --schema-out or -x to be no longer relative to output dir

The --schema-out or -x command line option is no longer relative to the output path (specified with -o or --out)



Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

👻 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-@adobe branch 7 times, most recently from 11268c8 to efc1f3b Compare December 17, 2019 10:05
@trieloff trieloff self-assigned this Dec 17, 2019
@renovate renovate bot force-pushed the renovate/major-@adobe branch 2 times, most recently from 83bea8e to 901e740 Compare December 17, 2019 12:02
@renovate renovate bot force-pushed the renovate/major-@adobe branch 4 times, most recently from abd822b to 11457ef Compare December 18, 2019 06:02
@trieloff
Copy link
Contributor

I'll regenerate the docs before I merge.

@renovate renovate bot force-pushed the renovate/major-@adobe branch 2 times, most recently from 2eb0601 to ee53348 Compare December 20, 2019 08:37
@renovate renovate bot force-pushed the renovate/major-@adobe branch 3 times, most recently from 73ed80f to 3b2a088 Compare January 9, 2020 10:33
@tripodsan
Copy link
Contributor

@trieloff the build fails?

@renovate renovate bot changed the title chore(deps): update dependency @adobe/jsonschema2md to v4 fix(deps): update @adobe (major) Jan 14, 2020
trieloff added a commit to adobe/jsonschema2md that referenced this pull request Jan 14, 2020
using example file from helix-pipeline where the issue was first discovered in
adobe/helix-pipeline#552

see #196
@codecov
Copy link

codecov bot commented Jan 14, 2020

Codecov Report

Merging #552 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #552   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          51     51           
  Lines        1142   1142           
=====================================
  Hits         1142   1142

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ff9b20b...b84646d. Read the comment docs.

@renovate
Copy link
Contributor Author

renovate bot commented Jan 14, 2020

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@trieloff trieloff merged commit d1defe1 into master Jan 14, 2020
@trieloff trieloff deleted the renovate/major-@adobe branch January 14, 2020 11:14
@adobe-bot
Copy link

🎉 This PR is included in version 6.1.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants