Commit Graph

5661 Commits

Author SHA1 Message Date
Francisco Hodge
2e82b0a0f9 Build update 2023-11-09 09:49:39 +00:00
Francisco Hodge
460650a122 3.7.26 2023-11-09 09:49:20 +00:00
Francisco Hodge
5eb92c83aa
Merge pull request #2140 from hodgef/dependabot/npm_and_yarn/babel/core-7.23.3
Bump @babel/core from 7.23.2 to 7.23.3
2023-11-09 09:48:07 +00:00
Francisco Hodge
1a04d56517
Merge pull request #2139 from hodgef/dependabot/npm_and_yarn/babel/plugin-transform-typescript-7.23.3
Bump @babel/plugin-transform-typescript from 7.22.15 to 7.23.3
2023-11-09 09:47:36 +00:00
dependabot[bot]
1c95e5528e
Bump @babel/core from 7.23.2 to 7.23.3
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.2 to 7.23.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.3/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-09 09:47:17 +00:00
Francisco Hodge
1b704c6c90
Merge pull request #2138 from hodgef/dependabot/npm_and_yarn/babel/preset-env-7.23.3
Bump @babel/preset-env from 7.23.2 to 7.23.3
2023-11-09 09:47:13 +00:00
dependabot[bot]
f08d3fa383
Bump @babel/plugin-transform-typescript from 7.22.15 to 7.23.3
Bumps [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript) from 7.22.15 to 7.23.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.3/packages/babel-plugin-transform-typescript)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-09 09:46:48 +00:00
dependabot[bot]
864443ad08
Bump @babel/preset-env from 7.23.2 to 7.23.3
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.23.2 to 7.23.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.3/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-09 09:46:13 +00:00
Francisco Hodge
ba01c8e240 Build update 2023-11-06 09:37:55 +00:00
Francisco Hodge
a7ea49d883 3.7.25 2023-11-06 09:37:36 +00:00
Francisco Hodge
2c9e3c45a4
Merge pull request #2135 from hodgef/dependabot/npm_and_yarn/eslint-8.53.0
Bump eslint from 8.52.0 to 8.53.0
2023-11-06 09:36:28 +00:00
dependabot[bot]
a76b9912e1
Bump eslint from 8.52.0 to 8.53.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.52.0 to 8.53.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.52.0...v8.53.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 09:35:06 +00:00
Francisco Hodge
9bdbd3aa3b Build update 2023-11-02 03:51:10 +00:00
Francisco Hodge
8f61bd0690 3.7.24 2023-11-02 03:50:56 +00:00
Francisco Hodge
26220c445f
Merge pull request #2129 from tjallingt/patch-1
fix: onInit and onRender are always called with the instance
2023-11-02 03:49:57 +00:00
Francisco Hodge
38093437a9 Build update 2023-10-31 08:07:59 +00:00
Francisco Hodge
09c90f850b 3.7.23 2023-10-31 08:07:37 +00:00
Francisco Hodge
664c3bbe76
Merge pull request #2132 from hodgef/dependabot/npm_and_yarn/core-js-3.33.2
Bump core-js from 3.33.1 to 3.33.2
2023-10-31 08:06:19 +00:00
dependabot[bot]
d26ba72029
Bump core-js from 3.33.1 to 3.33.2
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.33.1 to 3.33.2.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.33.2/packages/core-js)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-31 08:04:47 +00:00
tjallingt
d5419b9930
fix: onInit and onRender are always called with the instance 2023-10-27 15:10:12 +02:00
Francisco Hodge
6721d6aa7d Build update 2023-10-23 08:07:56 +00:00
Francisco Hodge
434c156ddf 3.7.22 2023-10-23 08:07:37 +00:00
Francisco Hodge
cfc9f5c0c0
Merge pull request #2126 from hodgef/dependabot/npm_and_yarn/eslint-8.52.0
Bump eslint from 8.51.0 to 8.52.0
2023-10-23 08:06:25 +00:00
dependabot[bot]
798d330c53
Bump eslint from 8.51.0 to 8.52.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.51.0 to 8.52.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.51.0...v8.52.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:05:05 +00:00
Francisco Hodge
6c038e676c Build update 2023-10-20 08:50:31 +00:00
Francisco Hodge
a128bdfc04 3.7.21 2023-10-20 08:50:12 +00:00
Francisco Hodge
ca5c924847
Merge pull request #2125 from hodgef/dependabot/npm_and_yarn/core-js-3.33.1
Bump core-js from 3.33.0 to 3.33.1
2023-10-20 08:49:03 +00:00
dependabot[bot]
ec567f0645
Bump core-js from 3.33.0 to 3.33.1
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.33.0 to 3.33.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.33.1/packages/core-js)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-20 08:47:58 +00:00
Francisco Hodge
98be40251a Build update 2023-10-16 08:57:36 +00:00
Francisco Hodge
0c35c9c4de 3.7.20 2023-10-16 08:57:12 +00:00
Francisco Hodge
1fc53d1093
Merge pull request #2122 from hodgef/dependabot/npm_and_yarn/webpack-5.89.0
Bump webpack from 5.88.2 to 5.89.0
2023-10-16 08:55:42 +00:00
dependabot[bot]
3cb3ebf6a3
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 08:54:38 +00:00
Francisco Hodge
ba01d87b05 Build update 2023-10-12 08:29:14 +00:00
Francisco Hodge
2a4be05191 3.7.19 2023-10-12 08:28:55 +00:00
Francisco Hodge
ef8c6a6a5c
Merge pull request #2121 from hodgef/dependabot/npm_and_yarn/babel/core-7.23.2
Bump @babel/core from 7.22.20 to 7.23.2
2023-10-12 04:27:45 -04:00
Francisco Hodge
7529c6d436
Merge pull request #2120 from hodgef/dependabot/npm_and_yarn/babel/preset-env-7.23.2
Bump @babel/preset-env from 7.22.20 to 7.23.2
2023-10-12 04:27:05 -04:00
dependabot[bot]
9643fbf715
Bump @babel/core from 7.22.20 to 7.23.2
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.20 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/@babel/core@7.23.2/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-12 08:26:14 +00:00
dependabot[bot]
70408b4974
Bump @babel/preset-env from 7.22.20 to 7.23.2
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.20 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-12 08:25:47 +00:00
Francisco Hodge
429e6b8a13 Build update 2023-10-09 08:31:13 +00:00
Francisco Hodge
c90a6696de 3.7.18 2023-10-09 08:30:47 +00:00
Francisco Hodge
ce1e8f6e32
Merge pull request #2117 from hodgef/dependabot/npm_and_yarn/eslint-8.51.0
Bump eslint from 8.50.0 to 8.51.0
2023-10-09 04:29:17 -04:00
dependabot[bot]
ffdb5f7b52
Bump eslint from 8.50.0 to 8.51.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.50.0 to 8.51.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.50.0...v8.51.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 08:27:58 +00:00
Francisco Hodge
5eaa833656 Build update 2023-10-02 08:10:03 +00:00
Francisco Hodge
38eec99975 3.7.17 2023-10-02 08:09:44 +00:00
Francisco Hodge
fb820a6b98
Merge pull request #2115 from hodgef/dependabot/npm_and_yarn/core-js-3.33.0
Bump core-js from 3.32.2 to 3.33.0
2023-10-02 04:08:35 -04:00
dependabot[bot]
2dd3c49b72
Bump core-js from 3.32.2 to 3.33.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.32.2 to 3.33.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.33.0/packages/core-js)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 08:07:29 +00:00
Francisco Hodge
2f1b54806f Build update 2023-09-29 08:35:02 +00:00
Francisco Hodge
00daa9ab60 3.7.16 2023-09-29 08:34:43 +00:00
Francisco Hodge
1a259e2299
Merge pull request #2114 from hodgef/dependabot/npm_and_yarn/postcss-8.4.31
Bump postcss from 8.4.30 to 8.4.31
2023-09-29 04:33:35 -04:00
dependabot[bot]
fca585508f
Bump postcss from 8.4.30 to 8.4.31
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.30 to 8.4.31.
- [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/8.4.30...8.4.31)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-29 08:32:32 +00:00