Commit Graph

2263 Commits

Author SHA1 Message Date
d1837651f8 Move schemas to better location 2021-09-30 00:36:28 +01:00
9ba1c233dc Rename pipeline 2021-09-30 00:32:16 +01:00
1727acf9ca Fix YML errors 2021-09-30 00:25:26 +01:00
60f59c1da5 Remove validator 2021-09-30 00:22:29 +01:00
e6a0f3e8f7 Remove demos validation 2021-09-30 00:22:00 +01:00
d881646e73 Try using GitHub Action validator 2021-09-30 00:19:03 +01:00
97d1025a0f Add schema validator 2021-09-29 23:47:33 +01:00
309517b654 Merge pull request #1200 from dolanmiu/dependabot/npm_and_yarn/webpack-5.55.1
Bump webpack from 5.54.0 to 5.55.1
2021-09-29 12:58:17 +01:00
e13d734738 Bump webpack from 5.54.0 to 5.55.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.54.0 to 5.55.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.54.0...v5.55.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-29 11:01:36 +00:00
34da2f4289 Update lock file 7.1.0 2021-09-29 00:49:38 +01:00
b986403656 Version bump 2021-09-28 22:20:05 +01:00
5cba664f70 Merge branch 'master' of github.com:dolanmiu/docx 2021-09-28 22:08:57 +01:00
9a35029f16 Merge pull request #1196 from mattpow/mpowell/suppress-line-numbers
Add suppressLineNumber option to Paragraph
2021-09-28 22:08:42 +01:00
3c768c5630 Update 70-line-numbers-suppression.ts 2021-09-28 12:22:59 -07:00
f77ddb4037 Add tests for suppressLineNumbers 2021-09-28 12:21:51 -07:00
536204e5ef Add back types absolute fixer 2021-09-28 19:56:29 +01:00
1f078e0687 Merge pull request #1199 from anti-the-social/table-width-percent-unit-handling
Table width percent unit handling
2021-09-28 18:54:30 +01:00
705b1f7cfc Fix to table percent width test + additional test on DXA table width 2021-09-28 16:16:50 +03:00
28233075bd Append % if type is "pct" (WidthType.PERCENTAGE) 2021-09-28 15:57:33 +03:00
f1627c378d Merge pull request #1188 from dolanmiu/dependabot/npm_and_yarn/mocha-9.1.2
Bump mocha from 9.1.1 to 9.1.2
2021-09-28 13:02:08 +01:00
0aa5510b9c Merge pull request #1189 from dolanmiu/dependabot/npm_and_yarn/types/sinon-10.0.4
Bump @types/sinon from 10.0.3 to 10.0.4
2021-09-28 13:01:57 +01:00
3d9216e8bf Merge pull request #1190 from dolanmiu/dependabot/npm_and_yarn/types/node-16.10.1
Bump @types/node from 16.9.6 to 16.10.1
2021-09-28 13:01:11 +01:00
054ece38ab Merge pull request #1191 from dolanmiu/dependabot/npm_and_yarn/webpack-5.54.0
Bump webpack from 5.53.0 to 5.54.0
2021-09-28 13:01:01 +01:00
951094c6fb Merge pull request #1192 from dolanmiu/dependabot/npm_and_yarn/nanoid-3.1.28
Bump nanoid from 3.1.25 to 3.1.28
2021-09-28 13:00:52 +01:00
ea01ddb337 Update Paragraph/properties.ts with supressLineNumber docs 2021-09-27 19:18:58 -07:00
34036bca8f Add suppressLineNumber option to Paragraph 2021-09-27 19:11:09 -07:00
0256968240 Remove Travis CI 2021-09-28 00:45:51 +01:00
1f894303d3 Bump nanoid from 3.1.25 to 3.1.28
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.25 to 3.1.28.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.25...3.1.28)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 11:02:18 +00:00
c79e9ded71 Bump webpack from 5.53.0 to 5.54.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.53.0 to 5.54.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.53.0...v5.54.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 11:02:02 +00:00
0d72de7e53 Bump @types/node from 16.9.6 to 16.10.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.9.6 to 16.10.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 11:01:46 +00:00
750368ac08 Bump @types/sinon from 10.0.3 to 10.0.4
Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 10.0.3 to 10.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon)

---
updated-dependencies:
- dependency-name: "@types/sinon"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 11:01:12 +00:00
4394a9b575 Bump mocha from 9.1.1 to 9.1.2
Bumps [mocha](https://github.com/mochajs/mocha) from 9.1.1 to 9.1.2.
- [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/v9.1.1...v9.1.2)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 11:00:59 +00:00
1b758b73e6 Version bump 7.0.0 2021-09-25 20:56:16 +01:00
65a0e97c97 Version bump 2021-09-25 02:33:45 +01:00
3c33931d99 Merge pull request #1182 from dolanmiu/dependabot/npm_and_yarn/glob-7.2.0
Bump glob from 7.1.7 to 7.2.0
2021-09-25 02:32:52 +01:00
e475779ba5 Bump glob from 7.1.7 to 7.2.0
Bumps [glob](https://github.com/isaacs/node-glob) from 7.1.7 to 7.2.0.
- [Release notes](https://github.com/isaacs/node-glob/releases)
- [Changelog](https://github.com/isaacs/node-glob/blob/master/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v7.1.7...v7.2.0)

---
updated-dependencies:
- dependency-name: glob
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-23 11:01:14 +00:00
4c58e3c47d Merge pull request #3 from dolanmiu/master
merge latest changes from Dolans master
2021-09-23 10:38:47 +03:00
9fb77d9cee Merge pull request #1180 from dolanmiu/dependabot/npm_and_yarn/types/node-16.9.6
Bump @types/node from 16.9.4 to 16.9.6
2021-09-23 02:10:11 +01:00
f315909dc0 Merge pull request #1181 from grahampcharles/master
documentation: add possible values for LineRuleType
2021-09-23 02:10:03 +01:00
fa9ffec601 Update _coverpage.md 2021-09-23 02:09:09 +01:00
636d114d44 Merge branch 'master' of https://github.com/grahampcharles/docx 2021-09-22 16:55:12 -07:00
2140ed63cd added possible values for LineRuleType 2021-09-22 16:54:40 -07:00
8d0f7d58bf Bump @types/node from 16.9.4 to 16.9.6
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.9.4 to 16.9.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-22 11:01:13 +00:00
3c48822cec Merge pull request #1178 from dolanmiu/dependabot/npm_and_yarn/types/sinon-10.0.3
Bump @types/sinon from 10.0.2 to 10.0.3
2021-09-22 11:20:36 +01:00
547c05b05d Merge pull request #1177 from dolanmiu/dependabot/npm_and_yarn/types/chai-4.2.22
Bump @types/chai from 4.2.21 to 4.2.22
2021-09-22 11:20:29 +01:00
e5ba625820 Merge pull request #1176 from dolanmiu/dependabot/npm_and_yarn/ts-loader-9.2.6
Bump ts-loader from 9.2.5 to 9.2.6
2021-09-22 11:20:22 +01:00
45e644ac43 Merge pull request #1173 from dolanmiu/dependabot/npm_and_yarn/prismjs-1.25.0
Bump prismjs from 1.24.0 to 1.25.0
2021-09-22 11:19:58 +01:00
9b14b9c925 Merge pull request #1172 from anti-the-social/interface-fixes-connected-to-paragraph-options-
Separate paragraph style options interface for level
2021-09-22 11:18:38 +01:00
0bc55208ec Merge pull request #1171 from dolanmiu/dependabot/npm_and_yarn/typedoc-0.22.4
Bump typedoc from 0.22.3 to 0.22.4
2021-09-22 11:18:06 +01:00
285eb0a85d Merge pull request #1170 from dolanmiu/dependabot/npm_and_yarn/types/node-16.9.4
Bump @types/node from 16.9.2 to 16.9.4
2021-09-22 11:17:56 +01:00