2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00
Commit Graph

257 Commits

Author SHA1 Message Date
Nikolay Kost 603c3ead0f fix: bug with lost closing tag (#186)
* fix: closing tag bug

* chore: add changeset thin-crabs-wonder.md

* chore: remove debug code

* chore: add more tests
2023-08-28 14:26:27 +02:00
dependabot[bot] 867c1b0710 chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 (#181)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 20:30:28 +02:00
Nikolay Kostyurin 43eaa512b9 fix: build packages before benchmark 2023-07-24 16:55:38 +02:00
Nikolay Kostyurin 16c737ec6e fix: benchmark job 2023-07-24 16:49:49 +02:00
Nikolay Kostyurin f9f7212061 fix: run benchmark with linked package 2023-07-24 16:47:15 +02:00
Nikolay Kostyurin 398ecaba1a chore: fix benchmark 2023-07-24 16:43:03 +02:00
Nikolay Kostyurin d642317b0e chore: changeset make public publish 2023-07-24 16:31:19 +02:00
Nikolay Kostyurin e7aa49e6ed chore: lock files 2023-07-24 16:19:01 +02:00
Nikolay Kost 1ca3a629a2 fix: npm build 2023-07-24 16:01:51 +02:00
github-actions[bot] 485bb11df0 chore(release): publish v3.0.0 (#183)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-24 16:00:05 +02:00
Nikolay Kostyurin 50e8a9c8a2 chore: fix changesets publish 2023-07-24 04:22:36 +02:00
Nikolay Kost b59d125005 chore: fix publish.yml 2023-07-24 04:17:59 +02:00
Nikolay Kost 49065d239b chore: migrate to changeset (#182)
* fix: initial support to changeset

* fix: changeset config

* fix: vue3 changeset

* feat: add github publish action for changeset
2023-07-24 04:16:14 +02:00
dependabot[bot] ee044f3085 chore(deps): bump tough-cookie from 4.0.0 to 4.1.3 (#178)
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.0.0...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-17 16:28:12 +02:00
Evgeny Kirpichyov f6dfc7dcf4 feat(vue3): add vue3 support (#179)
* feat(vue3): add vue3 package

* fix(vue3): add package to lerna config
2023-07-17 16:27:21 +02:00
dependabot[bot] 05e3f6de87 chore(deps): bump webpack in /examples/vue2-example (#174)
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 18:22:11 +02:00
Nikolay Kost 6b3e244c12 fix(examples): npm audit (#175) 2023-05-22 18:21:15 +02:00
Nikolay Kost d438cea08f chore: cudos to jetbrains 2023-03-16 01:22:43 +02:00
Nikolay Kost d850bdba68 chore: fix vue preset size badge 2023-02-10 02:45:39 +02:00
Nikolay Kost a05e5cef07 chore(release): publish v2.9.0 (#170)
* chore: update readme to latest API

* chore: release 2.9.0
2023-01-29 17:55:46 +02:00
Nikolay Kost 19e8dd659e feat(parser): context free tag mode (#165)
* feat(parser): initial context free tag mode

* fix: tests coverage

* chore: update readme

* chore: remove unused badge from readme
2023-01-27 05:26:09 +02:00
Nikolay Kost 6b2810fcf4 chore(release): release 2.8.3 (#163) 2022-12-18 03:28:03 +02:00
Nikolay Kost 2d1a08ba9a chore: update build system and dependencies (#155)
* chore: fix swc + rollup transform

* chore: fix pkg-task args parsing

* chore: update lerna, rollup and swc to build proper es6 files

* chore: fix swc build for es targets

* ci: nodes matrix to newest versions

* ci: rollup to mjs, swc to json

* ci: add canary publish

* ci: no git tag for canary

* ci: no private publish for canary

* ci: remove --canary from publish-canary

* fix: remove gitHead from package.json

* fix: tests setup

* fix: bbob plugin helper imports

* fix: plugin helper build priority and circular deps

* fix: add nx for parallel build

* fix: npm ci

* fix: code ql

* fix: remove exports directive

* fix: rollup build

* fix: vue2 test and minify

* fix: bundle size limits

* feat: bundlephobia pr review

* feat: bundlephobia more popular action

* feat: publish branch to npm

* fix: secret NPM token

* fix: bundlephobia version

* fix: remove bundlephobia checker

* fix: npm publish in PR

* chore: release 2.8.3

* chore: fix test runs on CI, removed 14.x version

* fix: sync package-lock

* fix: remove lock files in sub packages

* fix: bundlesize > bundlesize2

* fix: update lock files

* fix: lock file in vue2-example
2022-12-18 03:09:56 +02:00
dependabot[bot] 09a197f653 chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#158)
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-05 23:30:30 +02:00
Nikolay Kost b2cfc23ee9 chore(release): publish v2.8.2 (#156)
* chore: audit fix

* chore: release
2022-11-29 01:47:30 +02:00
Nikolay Kost 09f75f69d1 chore: readme
Make cudos to JetBrains products
2022-11-22 19:58:58 +02:00
Nikolay Kost 7cd648d876 fix(react): add range of peer deps (#151)
* fix(react): add range of peer deps

* fix: tests
2022-11-14 00:23:04 +02:00
dependabot[bot] 07164ce238 chore(deps): bump minimatch from 3.0.4 to 3.1.2 in /packages/bbob-vue2 (#152)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-14 00:22:04 +02:00
Nikolay Kost 37a79a801a chore(readme): add plugin example 2022-08-21 23:43:03 +02:00
dependabot[bot] c902819374 chore(deps): bump parse-url from 6.0.0 to 6.0.2 (#143)
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2.
- [Release notes](https://github.com/IonicaBizau/parse-url/releases)
- [Commits](https://github.com/IonicaBizau/parse-url/commits)

---
updated-dependencies:
- dependency-name: parse-url
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-13 16:38:40 +02:00
Nikolay Kostyurin 7a705c599a chore: fix publish from packages command 2022-05-24 03:04:31 +02:00
Nikolay Kostyurin 861359a656 chore(release): publish v2.8.1 (#139)
* fix: lerna issue and publish patch

* fix: lerna publish scripts

* chore(release): bump version to v2.8.1
2022-05-24 02:42:33 +02:00
Nikolay Kost 502362cc8c feat(react): update to react 18 and testing-library (#138) 2022-05-24 01:50:45 +02:00
Nikolay Kost d3c9cba8d3 chore: update readme 2022-05-24 01:48:05 +02:00
dependabot[bot] d8b32ac868 chore(deps): bump follow-redirects in /examples/vue2-example (#127)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-14 17:21:26 +02:00
dependabot[bot] 90a5b390cc chore(deps): bump follow-redirects from 1.14.4 to 1.14.7 (#123)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.4...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-14 11:33:00 +02:00
Nikolay Kostyurin 05a19e7f73 chore: update readme 2021-11-29 01:14:39 +02:00
Nikolay Kostyurin 4e4b1e63dd fix(github): lerna bootsrap before publish 2021-11-29 00:59:02 +02:00
Nikolay Kostyurin d070a66db3 chore(release): publish v2.8.0 (#122)
* chore(lerna): don't publish packages to npm by lerna

* chore(lerna): add publish to npm command

* fix(github): publish using lerna

* chore(lerna): add publish minor

* chore(release): publish v2.8.0
2021-11-29 00:55:29 +02:00
Nikolay Kostyurin da6709d437 feat: update core deps (#120)
* feat: use swc.rs instead of babel

* BREAKING CHANGE: now we use swc.rs as main bundler and transpiler instead of babel
  - jest now uses swc
  - rollup now uses swc

* feat: benchmark now separate package with `npm start` and colored output
  - benchmark as separate package with error throw if package drops performance

* feat: all lerna packages now using scripts/pkg-task

* feat(github): publish to npm and github registry
  - when release was created this action automaticly publish packages to npm and github

* feat(github): move all from Travis CI to Github Actions
  - code analysis and tests now using github actions

* test: increase tests coverage
  - add more tests for @bbob/react, @bbob/vue2 and @bbob/parser
2021-11-29 00:33:06 +02:00
Nikolay Kostyurin 86d1dde106 chore(release): publish v2.7.1 (#121) 2021-11-04 13:30:53 +02:00
Nikolay Kostyurin dad1b6e08b chore: update descriptions of vue2, react and html bbob packages (#118) 2021-10-11 02:22:04 +02:00
CoolSpring8 5b1e95f326 chore: exclude benchmark files (#117) 2021-10-01 10:52:05 +02:00
dependabot[bot] 0c40015c49 chore(deps): bump tmpl from 1.0.4 to 1.0.5 (#114)
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-21 02:03:10 +02:00
Dan Polivy 93d802773c fix(react): adjust PropTypes for React Component container (#107)
Augments the existing PropType for the `container` prop of Component to allow for React elements and element types to be passed. The latter allows React Native to better be supported.
2021-06-23 23:27:08 +02:00
dependabot[bot] b7e55a58df chore(deps): bump postcss in /examples/vue2-example (#106)
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.36.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.35...7.0.36)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-18 10:40:14 +02:00
Nikolay Kostyurin 95fa8acfbc chore: exclide benchmark directory from language stats 2021-06-07 00:58:27 +02:00
Nikolay Kostyurin c7e98c2a2a chore: add publish-from-packages command 2021-05-19 23:22:36 +02:00
Nikolay Kostyurin 2b68e22d23 chore: include gitHead to all packages 2021-05-19 23:21:18 +02:00
Nikolay Kostyurin 01b0916b4a chore(release): publish v2.7.0 v2.7.0 2021-05-19 23:00:30 +02:00