Commit Graph

3331 Commits

Author SHA1 Message Date
Liam Newman
b747a0c3a1
Merge pull request #2249 from beautifier/staging/release
Pulling staging/release into release
2024-02-16 08:16:34 -08:00
GitHub Action
8ebec7e81a Release: 1.15.1 2024-02-16 16:15:09 +00:00
GitHub Action
f11af53db1 Merge remote-tracking branch 'origin/staging/main' into staging/release 2024-02-16 16:14:55 +00:00
GitHub Action
9d4b333b69 Merge remote-tracking branch 'origin/release' into staging/release 2024-02-16 16:14:55 +00:00
GitHub Action
f53ce3a5ff Bump version numbers for 1.15.1 2024-02-16 16:14:54 +00:00
GitHub Action
5b41158f2e Update Changelog 2024-02-16 16:14:46 +00:00
Liam Newman
5150015660
Merge pull request #2247 from bitwiseman/feat/angular-off-default
Turn off new angular templating by default in html
2024-02-16 08:11:28 -08:00
Liam Newman
5233c8f5f4 Add test for angular css conflict 2024-02-16 08:02:41 -08:00
Liam Newman
96340d5d43 Turn off new angular templating by default in html 2024-02-16 07:29:04 -08:00
Liam Newman
b4775c33a1
Merge pull request #2235 from beautifier/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2024-02-15 16:50:51 -08:00
Liam Newman
87d3796bbc
Merge pull request #2245 from beautifier/dependabot/npm_and_yarn/webpack-5.90.2
Bump webpack from 5.89.0 to 5.90.2
2024-02-15 16:50:20 -08:00
Liam Newman
249443a584
Merge pull request #2241 from beautifier/dependabot/npm_and_yarn/mocha-10.3.0
Bump mocha from 10.2.0 to 10.3.0
2024-02-15 16:50:04 -08:00
dependabot[bot]
89f7813993
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](https://github.com/mochajs/mocha/compare/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] <support@github.com>
2024-02-15 18:59:24 +00:00
dependabot[bot]
0672ac7b67
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](https://github.com/webpack/webpack/compare/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] <support@github.com>
2024-02-15 18:59:20 +00:00
Liam Newman
d01a015dbe
Merge pull request #2243 from beautifier/staging/main
Pulling staging/main into main
2024-02-15 10:58:26 -08:00
github-actions[bot]
1d3d3e65b8
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](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* 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](https://github.com/github/codeql-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* 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 <bitwiseman@gmail.com>

* Update Changelog

* Bump version numbers for 1.15.0

* Release: 1.15.0

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Liam Newman <bitwiseman@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gergely-gyorgy-both <84864554+gergely-gyorgy-both@users.noreply.github.com>
Co-authored-by: GitHub Action <github-action@users.noreply.github.com>
2024-02-15 10:58:05 -08:00
GitHub Action
84aec92962 Release: 1.15.0 2024-02-15 17:35:46 +00:00
GitHub Action
94163e36c6 Merge remote-tracking branch 'origin/staging/main' into staging/release 2024-02-15 17:35:33 +00:00
GitHub Action
a609668031 Bump version numbers for 1.15.0 2024-02-15 17:35:30 +00:00
GitHub Action
89b4ca9796 Update Changelog 2024-02-15 17:35:24 +00:00
gergely-gyorgy-both
5aff965e0b
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 <bitwiseman@gmail.com>
2024-02-15 09:26:26 -08:00
dependabot[bot]
edd7f8af6b
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](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 23:17:55 +00:00
Liam Newman
29b51e08d9
Update codemirror and other web page depenedencies (#2234) 2024-01-04 16:24:03 -08:00
Liam Newman
d64fcec729
Merge pull request #2228 from beautifier/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2024-01-03 10:53:45 -08:00
Liam Newman
f32dd1ea37
Merge pull request #2230 from beautifier/dependabot/github_actions/github/codeql-action-3
Bump github/codeql-action from 2 to 3
2024-01-03 10:53:22 -08:00
dependabot[bot]
0bfb50c629
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](https://github.com/github/codeql-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-29 18:12:30 +00:00
dependabot[bot]
0ff736d969
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](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-29 18:12:29 +00:00
Liam Newman
7a59b1ca31
Merge pull request #2232 from bitwiseman/feature/org-move
Update strings for move from `beautify-web` to `beautifier` org
2023-12-29 10:11:45 -08:00
Liam Newman
15ace0c032 update strings for move from beautify-web to beautifier org 2023-12-28 17:02:43 -08:00
Liam Newman
41ba3494fa Ignore Pythong .eggs directory 2023-12-28 16:52:36 -08:00
Liam Newman
4fc6c601d4 Fix package.json files config 2023-12-28 16:47:04 -08:00
Liam Newman
0847e50904 Format index.html 2023-12-28 16:10:14 -08:00
Liam Newman
14ee4d30d8
Merge pull request #2218 from beautify-web/staging/release
Pulling staging/release into release
2023-11-06 16:24:16 -08:00
Liam Newman
1df08a0ca5
Merge pull request #2217 from beautify-web/staging/main
Pulling staging/main into main
2023-11-06 16:24:06 -08:00
GitHub Action
53e3f9a4ae Merge remote-tracking branch 'origin/staging/main' into staging/release 2023-11-07 00:22:38 +00:00
GitHub Action
dd95b10d08 Bump version numbers for 1.14.11 2023-11-07 00:22:33 +00:00
GitHub Action
631a82c97f Update Changelog 2023-11-07 00:22:27 +00:00
Liam Newman
60b7c933b8
Add one missed integrity hash 2023-11-06 16:18:37 -08:00
Liam Newman
60b47591d0
Merge pull request #2216 from beautify-web/staging/release
Pulling staging/release into release
2023-11-06 16:09:25 -08:00
Liam Newman
6f3e5fe668
Merge pull request #2215 from beautify-web/staging/main
Pulling staging/main into main
2023-11-06 16:09:04 -08:00
GitHub Action
340b577081 Release: 1.14.10 2023-11-07 00:07:20 +00:00
GitHub Action
13bb15535a Merge remote-tracking branch 'origin/staging/main' into staging/release 2023-11-07 00:07:07 +00:00
GitHub Action
4944f58769 Bump version numbers for 1.14.10 2023-11-07 00:07:05 +00:00
GitHub Action
5a27c90046 Update Changelog 2023-11-07 00:07:00 +00:00
Liam Newman
a6698f0d08
Update milestone-publish.yml 2023-11-06 16:05:31 -08:00
Liam Newman
425755f12a
Merge pull request #2195 from sobolevn/patch-1
Use raw strings to define a regex in `packer.py`
2023-11-06 15:59:47 -08:00
Liam Newman
99347acc2f
Merge pull request #2209 from likendev/fix/sri-hash-update
fix: update SRI verification hash
2023-11-06 15:52:49 -08:00
Liken Tan
8feaca4f53 fix: replace dracula to darcula
* typo for css import
2023-10-29 02:23:52 +08:00
Liken Tan
9d638cb5bf fix: updated SRI hash to sha512 2023-10-29 02:17:21 +08:00
likendev
cb270b3d1d fix: update SRI verification hash 2023-10-29 02:17:21 +08:00