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
Liam Newman
8314a12aa8
Merge pull request #2203 from beautify-web/dependabot/npm_and_yarn/webpack-5.89.0
...
Bump webpack from 5.88.2 to 5.89.0
2023-10-27 17:48:50 -07:00
Liam Newman
48c8ef418a
Merge pull request #2206 from beautify-web/dependabot/github_actions/actions/setup-node-4
...
Bump actions/setup-node from 3 to 4
2023-10-27 17:48:33 -07:00
dependabot[bot]
f176cec5b3
Bump actions/setup-node from 3 to 4
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 23:38:06 +00:00
dependabot[bot]
5674bd8c9e
Bump webpack from 5.88.2 to 5.89.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.88.2 to 5.89.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.88.2...v5.89.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 23:03:06 +00:00
Liam Newman
a101b70e10
Merge pull request #2200 from beautify-web/dependabot/npm_and_yarn/glob-10.3.10
...
Bump glob from 10.3.4 to 10.3.10
2023-10-13 14:47:42 -07:00
dependabot[bot]
d5c8e9cf6d
Bump glob from 10.3.4 to 10.3.10
...
Bumps [glob](https://github.com/isaacs/node-glob ) from 10.3.4 to 10.3.10.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/node-glob/compare/v10.3.4...v10.3.10 )
---
updated-dependencies:
- dependency-name: glob
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 23:22:44 +00:00
Nikita Sobolev
33d9bf2e5d
Use raw strings to define a regex in packer.py
...
`'\('` raises a `DeprecationWarning`, because `\(` is not a valid escape sequence in Python:
```
tests/unit/test_cli/test_schema_commands.py::test_openapi_typescript_command[Custom-]
D:\a\litestar\litestar\.venv\Lib\site-packages\jsbeautifier\unpackers\packer.py:31: DeprecationWarning: invalid escape sequence '\('
"eval[ ]*\([ ]*function[ ]*\([ ]*p[ ]*,[ ]*a[ ]*,[ ]*c["
```
Link: https://github.com/litestar-org/litestar/actions/runs/6282794210/job/17062629903#step:11:71
But, `r'\('` is actually fine. So, let use it!
2023-09-23 13:44:14 +03:00
Liam Newman
6cf6782191
Merge pull request #2192 from beautify-web/dependabot/github_actions/actions/checkout-4
...
Bump actions/checkout from 3 to 4
2023-09-07 10:22:21 -07:00
Liam Newman
cb535de276
Merge pull request #2191 from beautify-web/dependabot/npm_and_yarn/glob-10.3.4
...
Bump glob from 10.3.3 to 10.3.4
2023-09-06 10:33:05 -07:00
dependabot[bot]
97436d8bcd
Bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 23:52:00 +00:00
dependabot[bot]
aac9c873e9
Bump glob from 10.3.3 to 10.3.4
...
Bumps [glob](https://github.com/isaacs/node-glob ) from 10.3.3 to 10.3.4.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/node-glob/compare/v10.3.3...v10.3.4 )
---
updated-dependencies:
- dependency-name: glob
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 23:04:49 +00:00
Liam Newman
503947289a
Merge pull request #2157 from beautify-web/issue/2152-python-test
...
Add init files to re-enable python tests
2023-08-30 15:51:48 -07:00
Liam Newman
4925cbc664
Merge pull request #2116 from mhnaeem/json-invalid-wrap-with-line-length-and-signed-number
...
fix - invalid line wrap with signed numbers in json property
2023-08-30 15:45:05 -07:00
Liam Newman
3b5f18ac35
Turn python CSS tests back on
2023-08-30 15:42:19 -07:00
Liam Newman
87483fcbeb
Merge branch 'main' into json-invalid-wrap-with-line-length-and-signed-number
2023-08-30 14:24:25 -07:00
Liam Newman
4cb6c4b6f0
Merge branch 'main' into issue/2152-python-test
2023-08-30 14:22:15 -07:00
Liam Newman
44b7131982
Merge pull request #2189 from roja-a-m/invalid-prettify-object-with-unicode
...
Fix - Invalid prettification of object with unicode as key
2023-08-30 14:21:56 -07:00
Liam Newman
88c0ab5767
Fix tokenizer to recognize es6 code point syntax
2023-08-30 14:12:17 -07:00
Liam Newman
0ea3ad056d
Merge remote-tracking branch 'upstream/main' into invalid-prettify-object-with-unicode
2023-08-30 11:05:36 -07:00
Liam Newman
75a90933ee
Merge pull request #2187 from beautify-web/dependabot/npm_and_yarn/serve-14.2.1
...
Bump serve from 14.2.0 to 14.2.1
2023-08-30 11:04:30 -07:00
Liam Newman
b898b4d47c
Merge pull request #2190 from beautify-web/dependabot/npm_and_yarn/jquery-3.7.1
...
Bump jquery from 3.7.0 to 3.7.1
2023-08-30 11:04:10 -07:00
Liam Newman
e16add7138
Merge branch 'main' into dependabot/npm_and_yarn/jquery-3.7.1
2023-08-30 10:37:33 -07:00
Liam Newman
a3d7c20a51
Update CONTRIBUTING.md
2023-08-30 10:34:35 -07:00
dependabot[bot]
c8309fcc7f
Bump jquery from 3.7.0 to 3.7.1
...
Bumps [jquery](https://github.com/jquery/jquery ) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/jquery/jquery/releases )
- [Commits](https://github.com/jquery/jquery/compare/3.7.0...3.7.1 )
---
updated-dependencies:
- dependency-name: jquery
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 23:46:56 +00:00
Roja A M
28ec74fdf0
merge conflict fixes
2023-08-27 12:02:21 +05:30
Roja A M
ddc12520b1
spacing added to if condition
2023-08-27 11:57:59 +05:30
Roja A M
8a4f552291
Fix - Invalid prettification of object with unicode as key
2023-08-26 20:01:46 +05:30
roja-a-m
c6ca512454
Merge branch 'main' into invalid-prettify-object-with-unicode
2023-08-26 19:50:59 +05:30
Roja A M
f66a3e2474
Fix - Invalid prettification of object with unicode as key
2023-08-26 13:45:34 +05:30
dependabot[bot]
bff8bafa15
Bump serve from 14.2.0 to 14.2.1
...
Bumps [serve](https://github.com/vercel/serve ) from 14.2.0 to 14.2.1.
- [Release notes](https://github.com/vercel/serve/releases )
- [Commits](https://github.com/vercel/serve/compare/14.2.0...14.2.1 )
---
updated-dependencies:
- dependency-name: serve
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-21 23:37:41 +00:00
Liam Newman
80c2cc333a
Merge pull request #2174 from beautify-web/dependabot/npm_and_yarn/strip-ansi-7.1.0
...
Bump strip-ansi from 7.0.1 to 7.1.0
2023-08-15 14:31:07 -07:00
dependabot[bot]
e64606abaf
Bump strip-ansi from 7.0.1 to 7.1.0
...
Bumps [strip-ansi](https://github.com/chalk/strip-ansi ) from 7.0.1 to 7.1.0.
- [Release notes](https://github.com/chalk/strip-ansi/releases )
- [Commits](https://github.com/chalk/strip-ansi/compare/v7.0.1...v7.1.0 )
---
updated-dependencies:
- dependency-name: strip-ansi
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-15 20:02:16 +00:00
Liam Newman
f6f440e3d7
Merge pull request #2182 from beautify-web/dependabot/npm_and_yarn/glob-10.3.3
...
Bump glob from 8.1.0 to 10.3.3
2023-08-15 11:59:59 -07:00
Liam Newman
e95a3a3369
Merge pull request #2184 from beautify-web/dependabot/npm_and_yarn/jquery-3.7.0
...
Bump jquery from 3.6.4 to 3.7.0
2023-08-15 11:56:36 -07:00
Liam Newman
a58566b1a2
Merge pull request #2185 from ben-sb/issue/mark-unpacking-as-unsafe
...
Mark unpacking feature as unsafe
2023-08-15 11:55:10 -07:00
Liam Newman
97c9cd25b1
Update for globSync
2023-08-15 11:51:44 -07:00
Ben
a88e65a913
marked unpacking feature as unsafe
2023-08-10 14:34:15 +01:00
dependabot[bot]
8b4d35b2a4
Bump glob from 8.1.0 to 10.3.3
...
Bumps [glob](https://github.com/isaacs/node-glob ) from 8.1.0 to 10.3.3.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/node-glob/compare/v8.1.0...v10.3.3 )
---
updated-dependencies:
- dependency-name: glob
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-10 04:18:11 +00:00
Liam Newman
b279b0cd29
Merge pull request #2176 from beautify-web/dependabot/npm_and_yarn/nopt-7.2.0
...
Bump nopt from 6.0.0 to 7.2.0
2023-08-09 21:17:48 -07:00
Liam Newman
468c23f0c0
Merge pull request #2172 from beautify-web/dependabot/npm_and_yarn/webpack-cli-5.1.4
...
Bump webpack-cli from 4.10.0 to 5.1.4
2023-08-09 21:17:28 -07:00