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

4.0.0 #196

Open
wants to merge 121 commits into
base: main
Choose a base branch
from
Open

4.0.0 #196

wants to merge 121 commits into from

Commits on Jul 19, 2022

  1. added .dcignore

    mgrsskls committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    0dc9588 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63a61bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b71b45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9deaade View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c284cd View commit details
    Browse the repository at this point in the history
  6. feat(core)!: remove option to configure doc file names and extension (#…

    …124)
    
    doc file for components always needs to be called README.md
    mgrsskls committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    4fb64b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    115c904 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f04303f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    70435a0 View commit details
    Browse the repository at this point in the history
  10. feat(core): Allow using two different types of mock files (#11)

    This can be helpful if you usually have static mock data, but in some cases you want run some method which returns the mock data
    mgrsskls committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    3f6f36b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c628196 View commit details
    Browse the repository at this point in the history
  12. feat(core): Adds JSDOM so it does not need to be manually installed w…

    …hen using api.getNode()
    mgrsskls committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    68fb8b4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4945cc6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b3e0423 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ed6e060 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    60d2065 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb338ce View commit details
    Browse the repository at this point in the history
  3. chore: Fix linting errors

    mgrsskls committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    77e97a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c88bce0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    faab42e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b59b6a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f7959fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1a8ec62 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    58c965b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c854cf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edf8e3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9682324 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8563821 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71d6284 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b27d2d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    68a62c3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    89b518d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    69ad802 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9bb0769 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7e1c901 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6c8e3fb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    17d38f6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f3a5cdf View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    91e3495 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d2af5c5 View commit details
    Browse the repository at this point in the history
  18. fix: Do not throw a schema validation errors when $ref is used in moc…

    …k data and additionalProperties:false in schema file
    mgrsskls committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    57e024c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7bc0055 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    023f309 View commit details
    Browse the repository at this point in the history
  21. chore: Updates dependencies

    mgrsskls committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    2c6aec8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    05d5507 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d2ed9be View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    dff244a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. fix(core): iterate resolved references

    Alexander Scholz authored and mgrsskls committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    84afda0 View commit details
    Browse the repository at this point in the history
  2. chore: Fixes css linting

    mgrsskls committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    f653cc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    babb7e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b4b734 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60526e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c9c86a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9011fd0 View commit details
    Browse the repository at this point in the history
  8. fix: init twig engine

    mgrsskls committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    e9f3844 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    693948d View commit details
    Browse the repository at this point in the history
  10. chore: Updated dependencies

    mgrsskls committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    52fad26 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b703098 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    9164739 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe61109 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20f9be6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    020287a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9d4e0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    425c131 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a66707d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    04619b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Configuration menu
    Copy the full SHA
    4d5890f View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    d31fe10 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    02def4f View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Configuration menu
    Copy the full SHA
    d4c0e4c View commit details
    Browse the repository at this point in the history
  2. perf: Improve build time

    mgrsskls committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    3421503 View commit details
    Browse the repository at this point in the history
  3. chore: Update dependencies

    mgrsskls committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    2d6d538 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    f2a3d6a View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    724921a View commit details
    Browse the repository at this point in the history
  2. Updated config switcher icon

    mgrsskls committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d195554 View commit details
    Browse the repository at this point in the history
  3. Moved miyagi css in layer

    mgrsskls committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    099cec6 View commit details
    Browse the repository at this point in the history
  4. Prettier fixes

    mgrsskls committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    86a2cda View commit details
    Browse the repository at this point in the history
  5. Fix error api.getHTML

    mgrsskls committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d92d695 View commit details
    Browse the repository at this point in the history
  6. Updated package-lock.json

    mgrsskls committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    51020a1 View commit details
    Browse the repository at this point in the history
  7. chore!: Remove api.getNode

    Users can instead use getHtml and convert the result into a node
    mgrsskls committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d311e30 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bfbc104 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    23f78fe View commit details
    Browse the repository at this point in the history
  10. fix: Do not reload if global.config.ui.reloadAfterChanges.componentAs…

    …sets is set to false and component CSS or JS is updated
    mgrsskls committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    49a5985 View commit details
    Browse the repository at this point in the history
  11. chore(deps): bump the pip group across 1 directory with 3 updates

    Bumps the pip group with 3 updates in the / directory: [jinja2](https://github.com/pallets/jinja), [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) and [zipp](https://github.com/jaraco/zipp).
    
    
    Updates `jinja2` from 3.0.2 to 3.1.4
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.0.2...3.1.4)
    
    Updates `pymdown-extensions` from 9.0 to 10.0
    - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
    - [Commits](facelessuser/pymdown-extensions@9.0...10.0)
    
    Updates `zipp` from 3.6.0 to 3.19.1
    - [Release notes](https://github.com/jaraco/zipp/releases)
    - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
    - [Commits](jaraco/zipp@v3.6.0...v3.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-type: direct:production
      dependency-group: pip
    - dependency-name: pymdown-extensions
      dependency-type: direct:production
      dependency-group: pip
    - dependency-name: zipp
      dependency-type: direct:production
      dependency-group: pip
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    2655e3c View commit details
    Browse the repository at this point in the history
  12. chore(deps): bump @ladjs/consolidate from 1.0.3 to 1.0.4

    Bumps [@ladjs/consolidate](https://github.com/ladjs/consolidate) from 1.0.3 to 1.0.4.
    - [Release notes](https://github.com/ladjs/consolidate/releases)
    - [Changelog](https://github.com/ladjs/consolidate/blob/master/HISTORY.md)
    - [Commits](ladjs/consolidate@v1.0.3...v1.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: "@ladjs/consolidate"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    6deea08 View commit details
    Browse the repository at this point in the history
  13. chore(deps-dev): bump rollup from 4.18.0 to 4.18.1

    Bumps [rollup](https://github.com/rollup/rollup) from 4.18.0 to 4.18.1.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.18.0...v4.18.1)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    6dc66fc View commit details
    Browse the repository at this point in the history
  14. chore(deps-dev): bump stylelint from 16.6.1 to 16.7.0

    Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.6.1 to 16.7.0.
    - [Release notes](https://github.com/stylelint/stylelint/releases)
    - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
    - [Commits](stylelint/stylelint@16.6.1...16.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: stylelint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d44cb2c View commit details
    Browse the repository at this point in the history
  15. chore(deps-dev): bump prettier from 3.3.2 to 3.3.3

    Bumps [prettier](https://github.com/prettier/prettier) from 3.3.2 to 3.3.3.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.3.2...3.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    43042a9 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #316 from miyagi-dev/dependabot/pip/pip-6d38d27218

    chore(deps): bump the pip group across 1 directory with 3 updates
    mgrsskls authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d7bb8e5 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #317 from miyagi-dev/dependabot/npm_and_yarn/4.0.0…

    …/ladjs/consolidate-1.0.4
    
    chore(deps): bump @ladjs/consolidate from 1.0.3 to 1.0.4
    mgrsskls authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    eb7d175 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #318 from miyagi-dev/dependabot/npm_and_yarn/4.0.0…

    …/rollup-4.18.1
    
    chore(deps-dev): bump rollup from 4.18.0 to 4.18.1
    mgrsskls authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    0315c92 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #319 from miyagi-dev/dependabot/npm_and_yarn/4.0.0…

    …/stylelint-16.7.0
    
    chore(deps-dev): bump stylelint from 16.6.1 to 16.7.0
    mgrsskls authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    c279bd2 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #321 from miyagi-dev/dependabot/npm_and_yarn/4.0.0…

    …/prettier-3.3.3
    
    chore(deps-dev): bump prettier from 3.3.2 to 3.3.3
    mgrsskls authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    473c647 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. chore: Convert to ES modules

    mgrsskls committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f54a6f8 View commit details
    Browse the repository at this point in the history
  2. chore: Update dependency

    mgrsskls committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    29a2ac3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8568b8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #311 from miyagi-dev/v4/301-es-rewrite

    Convert to ES modules
    mgrsskls authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d8e3ea5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a52f3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2bda3b8 View commit details
    Browse the repository at this point in the history
  7. Update to node v20

    mgrsskls committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    3f41c65 View commit details
    Browse the repository at this point in the history
  8. test: Adding new test setup

    Closes #309
    mgrsskls committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a5e597a View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. chore(deps-dev): bump eslint-plugin-jsdoc from 48.5.2 to 48.8.3

    Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 48.5.2 to 48.8.3.
    - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
    - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
    - [Commits](gajus/eslint-plugin-jsdoc@v48.5.2...v48.8.3)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-jsdoc
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mgrsskls committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0e6e1eb View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump ajv from 8.16.0 to 8.17.1

    Bumps [ajv](https://github.com/ajv-validator/ajv) from 8.16.0 to 8.17.1.
    - [Release notes](https://github.com/ajv-validator/ajv/releases)
    - [Commits](ajv-validator/ajv@v8.16.0...v8.17.1)
    
    ---
    updated-dependencies:
    - dependency-name: ajv
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mgrsskls committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e0baa7d View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump rollup from 4.18.1 to 4.19.0

    Bumps [rollup](https://github.com/rollup/rollup) from 4.18.1 to 4.19.0.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.18.1...v4.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mgrsskls committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5631050 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump eslint from 9.6.0 to 9.7.0

    Bumps [eslint](https://github.com/eslint/eslint) from 9.6.0 to 9.7.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.6.0...v9.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mgrsskls committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2080dbd View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump @vitest/coverage-v8 from 2.0.3 to 2.0.4

    Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) from 2.0.3 to 2.0.4.
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.4/packages/coverage-v8)
    
    ---
    updated-dependencies:
    - dependency-name: "@vitest/coverage-v8"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mgrsskls committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5bdb1bc View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. feat: Adds verbose mode

    mgrsskls committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    4f19715 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. chore(deps-dev): bump jsdoc-to-markdown from 8.0.1 to 8.0.3

    Bumps [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown) from 8.0.1 to 8.0.3.
    - [Release notes](https://github.com/jsdoc2md/jsdoc-to-markdown/releases)
    - [Commits](jsdoc2md/jsdoc-to-markdown@v8.0.1...v8.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: jsdoc-to-markdown
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mgrsskls committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    d176b24 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump marked from 13.0.2 to 13.0.3

    Bumps [marked](https://github.com/markedjs/marked) from 13.0.2 to 13.0.3.
    - [Release notes](https://github.com/markedjs/marked/releases)
    - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
    - [Commits](markedjs/marked@v13.0.2...v13.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: marked
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mgrsskls committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    25793ca View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump postcss from 8.4.39 to 8.4.40

    Bumps [postcss](https://github.com/postcss/postcss) from 8.4.39 to 8.4.40.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.4.39...8.4.40)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mgrsskls committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    ce7b479 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump eslint from 9.7.0 to 9.8.0

    Bumps [eslint](https://github.com/eslint/eslint) from 9.7.0 to 9.8.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.7.0...v9.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mgrsskls committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    0b7ace4 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump rollup from 4.19.0 to 4.19.1

    Bumps [rollup](https://github.com/rollup/rollup) from 4.19.0 to 4.19.1.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.19.0...v4.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mgrsskls committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    d5203f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Adds Cache to Twing

    mgrsskls committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    fc3e57c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bf4d4a View commit details
    Browse the repository at this point in the history
  3. feat!: Do not use consolidate anymore

    Users now have to pass their own render method to miyagi. Internally we will now also make sure that when the user uses Twing, we will not use the same instance anymore to avoid possible conflicts. In addition, the user can now define config.namespaces as these are not bound to the engine anymore
    mgrsskls committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    4ebca9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1110b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3b340e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa62649 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a67b2d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    4b0b784 View commit details
    Browse the repository at this point in the history
  2. chore: Update dependencies

    mgrsskls committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c4b419e View commit details
    Browse the repository at this point in the history