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

Pulling staging/gh-pages into gh-pages #65

Merged
merged 17 commits into from
Feb 16, 2024
Merged

Commits on Jan 22, 2024

  1. Bump actions/cache from 3 to 4

    Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    edd7f8a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Pulling staging/release into release (#2244)

    * Format index.html
    
    * Fix package.json files config
    
    * Ignore Pythong .eggs directory
    
    * update strings for move from beautify-web to beautifier org
    
    * Bump actions/setup-python from 4 to 5
    
    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Bump github/codeql-action from 2 to 3
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Update codemirror and other web page depenedencies (#2234)
    
    * Fixed #2219 - formatting of new Angular control flow syntax (#2221)
    
    * Fixed #2219 - formatting of new Angular control flow syntax
    
    * Add 'angular' templating option; use it for html beautifier control flow syntax
    
    * Add more precise selection for angular control flow close tag
    
    * Print angular control flow tokens with basic formatting
    
    * Add tests for fixing issue #2219
    
    * Change angular control flow selection to do via pattern
    
    * Fix selecting control flow closing brace if it is not preceded by whitespace
    
    * Fix regex for control flow start pattern; only select control flow open if indent_handlebars is true
    
    * Changing angular at-string detection regex
    
    Limiting this to a smaller set.
    
    ---------
    
    Co-authored-by: Liam Newman <[email protected]>
    
    * Update Changelog
    
    * Bump version numbers for 1.15.0
    
    * Release: 1.15.0
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: Liam Newman <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: gergely-gyorgy-both <[email protected]>
    Co-authored-by: GitHub Action <[email protected]>
    5 people authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    1d3d3e6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2243 from beautifier/staging/main

    Pulling staging/main into main
    bitwiseman authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    d01a015 View commit details
    Browse the repository at this point in the history
  3. Bump webpack from 5.89.0 to 5.90.2

    Bumps [webpack](https://github.com/webpack/webpack) from 5.89.0 to 5.90.2.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.89.0...v5.90.2)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    0672ac7 View commit details
    Browse the repository at this point in the history
  4. Bump mocha from 10.2.0 to 10.3.0

    Bumps [mocha](https://github.com/mochajs/mocha) from 10.2.0 to 10.3.0.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
    - [Commits](mochajs/mocha@v10.2.0...v10.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: mocha
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    89f7813 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Merge pull request #2241 from beautifier/dependabot/npm_and_yarn/moch…

    …a-10.3.0
    
    Bump mocha from 10.2.0 to 10.3.0
    bitwiseman authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    249443a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2245 from beautifier/dependabot/npm_and_yarn/webp…

    …ack-5.90.2
    
    Bump webpack from 5.89.0 to 5.90.2
    bitwiseman authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    87d3796 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2235 from beautifier/dependabot/github_actions/ac…

    …tions/cache-4
    
    Bump actions/cache from 3 to 4
    bitwiseman authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    b4775c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96340d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5233c8f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2247 from bitwiseman/feat/angular-off-default

    Turn off new angular templating by default in html
    bitwiseman authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5150015 View commit details
    Browse the repository at this point in the history
  7. Update Changelog

    GitHub Action committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5b41158 View commit details
    Browse the repository at this point in the history
  8. Bump version numbers for 1.15.1

    GitHub Action committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    f53ce3a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9d4b333 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f11af53 View commit details
    Browse the repository at this point in the history
  11. Release: 1.15.1

    GitHub Action committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    8ebec7e View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'origin/staging/release' into staging/gh…

    …-pages
    GitHub Action committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    232b000 View commit details
    Browse the repository at this point in the history