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

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

Closed
wants to merge 49 commits into from

Commits on Feb 21, 2022

  1. fix(#13): merge blog/news bundles to article bundle

    Brian Gilbert committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    475b0ea View commit details
    Browse the repository at this point in the history
  2. Merge branch '9.3.x' into develop

    Brian Gilbert committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    115cc25 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16 from Realityloop/feature/13-merge_content_types

    fix(#13): merge blog/news bundles to article bundle
    BrianGilbert committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    2d7b916 View commit details
    Browse the repository at this point in the history
  4. chore(#7): rearranged field ordering on edit forms

    Brian Gilbert committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    78ec970 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #17 from Realityloop/feature/7-rearrange_fields

    chore(#7): rearranged field ordering on edit forms
    BrianGilbert committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    94696e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. chore: gin fixes

    Brian Gilbert committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    8eb5e94 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. chore: require php 8.1

    Brian Gilbert committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    f3ed080 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. chore(#9): Add layout_paragraphs and jsonapi_node_preview_tab , remov…

    …e markdown, refactor content creation around layouts
    Brian Gilbert committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    bdf0c89 View commit details
    Browse the repository at this point in the history
  2. chore: tome always import users first

    Brian Gilbert committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    b094f70 View commit details
    Browse the repository at this point in the history
  3. chore(#18): add gitpod to repository (#19)

    Co-authored-by: Brian Gilbert <brian@briangilbert.net>
    BrianGilbert and Brian Gilbert committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    6fd366c View commit details
    Browse the repository at this point in the history
  4. chore: update to correct gin patch

    Brian Gilbert committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    d1f67b1 View commit details
    Browse the repository at this point in the history
  5. chore: update label for text paragraph

    Brian Gilbert committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    edf69ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0956e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    68dd768 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c734fc3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0117e4d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f809d19 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4aba144 View commit details
    Browse the repository at this point in the history
  12. chore(#20): add ci

    BrianGilbert committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    7597dfc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    abcde08 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    c5510a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    443d204 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a565387 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

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

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    61b4682 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6b3ff8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6d8bee View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. chore: update to drush 11

    Brian Gilbert committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    1198a82 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

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

Commits on Jun 3, 2022

  1. chore(#20): tooling (#22)

    * chore(#20): add templates
    
    * chore(#20): allow phpunit to run
    
    * chore(#20): add composer linting, update composer.json to pass linting
    
    * chore(#20): add conventional commit check of commit messages
    
    * chore: update gitpod image
    
    * chore: update composer file
    
    * chore: delete redundant patch
    
    * chore: install node in gitpod
    
    * chore: fix composer.json
    
    Co-authored-by: Brian Gilbert <brian@briangilbert.net>
    BrianGilbert and Brian Gilbert committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    2b39a7e View commit details
    Browse the repository at this point in the history
  2. Fix: install node in custom docker + clean up (#27)

    * chore(#20): add templates
    
    * chore(#20): allow phpunit to run
    
    * chore(#20): add composer linting, update composer.json to pass linting
    
    * chore(#20): add conventional commit check of commit messages
    
    * chore: update gitpod image
    
    * chore: update composer file
    
    * chore: delete redundant patch
    
    * chore: install node in gitpod
    
    * chore: fix composer.json
    
    * Install node in custom image
    
    * remove node install from command
    
    * fix: clean script
    
    * fix: install node v16
    
    * fix: open website preview when Gitpod is ready
    
    Co-authored-by: Brian Gilbert <brian@realityloop.com>
    Co-authored-by: Brian Gilbert <brian@briangilbert.net>
    3 people committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    0c703a1 View commit details
    Browse the repository at this point in the history
  3. chore: composer updates (#26) smart_date (#28)

    * chore: update module versions, add upgrade_status
    
    * chore(#28): replace event date with smart_date field
    
    * chore: source nvm for MacOS
    
    * chore: update readme
    
    * chore(#28): capture smart_date core.extensions config
    
    * chore(#28): smart_date config updates
    BrianGilbert committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    d42cdd3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b70957 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

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

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    b682735 View commit details
    Browse the repository at this point in the history
  2. chore: module updates

    BrianGilbert committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    515df19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9547b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    825dd0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70c21f0 View commit details
    Browse the repository at this point in the history
  3. chore: improve link checker and linkit, configure asymmetric translat…

    …ion for paragraphs
    BrianGilbert authored and Brian Gilbert committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    b28fdcc View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. chore: update module

    BrianGilbert committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    eb08e3c View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. fix(#42): ctools bug

    BrianGilbert authored and Brian Gilbert committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    1ef2bdd View commit details
    Browse the repository at this point in the history
  2. chore: add config_rewrite, remove redundant patches

    Brian Gilbert committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    451e623 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. chore: include lock file

    BrianGilbert committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    d7adae1 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

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

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    f4af8db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5126f76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25e95de View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

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