Aaron Dodson
17064a1c39
chore: Remove various IE hacks and workarounds ( #6781 )
...
* chore: Remove IE-specific hacks from flyout_base.ts.
* chore: Remove IE hacks from workspace_svg.ts.
* chore: Remove IE hacks from css.ts.
* chore: Remove IE hacks from xml.ts.
* chore: Remove IE hacks from grid.ts.
* chore: Remove errant logging from flyout_base.ts.
* chore: Remove obsolete comments about IE from bootstrap.js.
* chore: Remove reference to IE from README.
* chore: Clean up trailing spaces in bootstrap.js.
2023-03-14 11:26:38 -07:00
Tim Gates
0a1096262f
docs: Fix a few typos ( #6878 )
...
There are small typos in:
- closure/goog/base.js
- demos/minimap/minimap.js
- gulpfile.js
- scripts/gulpfiles/build_tasks.js
- scripts/gulpfiles/cleanup_tasks.js
- scripts/gulpfiles/license_tasks.js
Fixes:
- Should read `prerequisites` rather than `prequisites`.
- Should read `satisfies` rather than `satisifies`.
- Should read `regenerates` rather than `regenrates`.
- Should read `minimap` rather than `mimimap`.
- Should read `diagnostic` rather than `disagnostic`.
Signed-off-by: Tim Gates <tim.gates@iress.com >
2023-03-14 05:15:37 -07:00
dependabot[bot]
9fd29e7aac
chore(deps): bump google-github-actions/deploy-appengine ( #6893 )
...
Bumps [google-github-actions/deploy-appengine](https://github.com/google-github-actions/deploy-appengine ) from 1.1.0 to 1.2.2.
- [Release notes](https://github.com/google-github-actions/deploy-appengine/releases )
- [Changelog](https://github.com/google-github-actions/deploy-appengine/blob/main/CHANGELOG.md )
- [Commits](https://github.com/google-github-actions/deploy-appengine/compare/v1.1.0...v1.2.2 )
---
updated-dependencies:
- dependency-name: google-github-actions/deploy-appengine
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-13 09:49:56 -07:00
Beka Westberg
435b0b92ee
chore: cleanup render management ( #6883 )
2023-03-13 09:27:21 -07:00
Beka Westberg
67dd6dfe00
fix: empty procedure arrays in serialization ( #6872 )
2023-03-13 08:55:27 -07:00
Beka Westberg
9236b4e207
fix: improve performance of modifying block shape ( #6884 )
2023-03-13 08:55:00 -07:00
Maribeth Bottorff
cdb1215d95
revert: "refactor: Remove block and workspace drag surfaces ( #6758 )" ( #6888 )
...
This reverts commit 332c0fd2f2 .
2023-03-09 13:43:12 -08:00
Beka Westberg
c0934216f8
fix: creating duplicate params via renaming vars ( #6885 )
...
* feat: add IVariableHolder
* chore: reorganize variable prompts to early return
* fix: add retriggering prompt for conflicting params
* chore: add unit tests
* chore: fix build
* chore: reorganize checking for param conflicts
* fix: visibility
* chore: rename variable holder interface
* chore: fix typo
* chore: fix lint
2023-03-09 06:00:48 -08:00
Maribeth Bottorff
8173d139e1
feat: make renderer methods public or protected ( #6887 )
...
* feat: make renderering methods public or protected
* chore: formatting
* chore: recommend thrasos more strongly
2023-03-09 00:31:47 +00:00
Beka Westberg
5cae074431
fix: improve collapse / uncollapse performance ( #6860 )
...
* feat: enable render queueing for collapse-related things
* chore: delay bumping
* chore: fixup tests
2023-03-08 06:03:20 -08:00
dependabot[bot]
4f6367d593
chore(deps): bump @blockly/theme-modern from 3.0.3 to 3.0.6 ( #6881 )
...
Bumps [@blockly/theme-modern](https://github.com/google/blockly-samples/tree/HEAD/plugins/theme-modern ) from 3.0.3 to 3.0.6.
- [Release notes](https://github.com/google/blockly-samples/releases )
- [Changelog](https://github.com/google/blockly-samples/blob/master/plugins/theme-modern/CHANGELOG.md )
- [Commits](https://github.com/google/blockly-samples/commits/@blockly/theme-modern@3.0.6/plugins/theme-modern )
---
updated-dependencies:
- dependency-name: "@blockly/theme-modern"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-07 16:15:05 -08:00
dependabot[bot]
6ac3cfabd2
chore(deps): bump mocha from 10.1.0 to 10.2.0 ( #6879 )
...
Bumps [mocha](https://github.com/mochajs/mocha ) from 10.1.0 to 10.2.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.1.0...v10.2.0 )
---
updated-dependencies:
- dependency-name: mocha
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 05:40:54 -08:00
Blake Thomas Williams
9e5bfc243e
fix: export Field-related types from Blockly ( #6877 )
...
* chore: re-exported Field config types from Blockly
* mark `@internal` types, export field error, and add validator comments
2023-03-03 14:20:20 -08:00
Aaron Dodson
3a7ac3be1b
fix: Don't repeatedly recreate the last marker block during a drag. ( #6875 )
...
* fix: Don't repeatedly recreate the last marker block during a drag.
* refactor: Reorganize insertion marker initialization and disposal.
2023-03-01 15:52:37 -08:00
Beka Westberg
bb6124a7c3
fix: updating connections in the db multiple times ( #6859 )
...
* fix: updating connections in the DB recursively
* chore: cleanup
2023-03-01 15:00:05 -08:00
dependabot[bot]
c2df9037f6
chore(deps): bump typescript from 4.9.4 to 4.9.5 ( #6868 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.9.4 to 4.9.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.4...v4.9.5 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-01 18:58:33 +00:00
Beka Westberg
f2b75fb877
feat: add basic render queueing ( #6851 )
...
* feat: add basic render queueing
* feat: change connecting and disconnecting to queue renders
* feat: delay bringToFront
* chore: format
* chore: fix build
* fix: stop updating connections when setting the parent.
This was causing erroneous block bumps because the connection locations
were changed before the blocks were actually rerendered.
* fix: connection highlight positioning
2023-03-01 10:29:01 -08:00
dependabot[bot]
ae2e6b23c5
chore(deps): bump webdriverio from 8.0.15 to 8.3.11 ( #6866 )
...
Bumps [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio ) from 8.0.15 to 8.3.11.
- [Release notes](https://github.com/webdriverio/webdriverio/releases )
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md )
- [Commits](https://github.com/webdriverio/webdriverio/commits/v8.3.11/packages/webdriverio )
---
updated-dependencies:
- dependency-name: webdriverio
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-28 15:10:57 -08:00
Aaron Dodson
8a44dff4e8
refactor: Remove more uses of AnyDuringMigration ( #6863 )
...
* refactor: Remove uses of AnyDuringMigration from xml.ts.
* refactor: Remove uses of AnyDuringMigration from block_svg.ts.
* refactor: Remove uses of AnyDuringMigration from theme_manager.ts.
* refactor: Remove uses of AnyDuringMigration from names.ts.
* refactor: Remove uses of AnyDuringMigration from field_angle.ts.
* refactor: Remove some uses of AnyDuringMigration from block.ts.
* refactor: Make safename construction more readable.
* fix: Use a default size for block comments.
* fix: Clarify test of shadow block disposal.
* fix: Update assert in workspace_svg_test to use isDeadOrDying().
2023-02-28 14:38:17 -08:00
Beka Westberg
c9e2af2a27
fix: variable events not deserializing properly ( #6832 )
2023-02-27 10:43:19 -08:00
dependabot[bot]
a8faa69d9a
chore(deps): bump @wdio/selenium-standalone-service from 8.1.0 to 8.3.11 ( #6869 )
...
Bumps [@wdio/selenium-standalone-service](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-seleniun-standalone-service ) from 8.1.0 to 8.3.11.
- [Release notes](https://github.com/webdriverio/webdriverio/releases )
- [Commits](https://github.com/webdriverio/webdriverio/commits/v8.3.11/packages/wdio-seleniun-standalone-service )
---
updated-dependencies:
- dependency-name: "@wdio/selenium-standalone-service"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 09:43:06 -08:00
dependabot[bot]
5c61e40413
chore(deps): bump yargs from 17.6.2 to 17.7.1 ( #6867 )
...
Bumps [yargs](https://github.com/yargs/yargs ) from 17.6.2 to 17.7.1.
- [Release notes](https://github.com/yargs/yargs/releases )
- [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/yargs/yargs/compare/v17.6.2...v17.7.1 )
---
updated-dependencies:
- dependency-name: yargs
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 09:28:07 -08:00
dependabot[bot]
bed981e574
chore(deps): bump eslint-plugin-jsdoc from 39.6.4 to 40.0.0 ( #6843 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 39.6.4 to 40.0.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.6.4...v40.0.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-23 15:31:07 +00:00
dependabot[bot]
f6d2f4803a
chore(deps): bump google-closure-deps from 20221102.0.0 to 20230206.0.0 ( #6857 )
...
Bumps [google-closure-deps](https://github.com/google/closure-library ) from 20221102.0.0 to 20230206.0.0.
- [Release notes](https://github.com/google/closure-library/releases )
- [Commits](https://github.com/google/closure-library/compare/v20221102...v20230206 )
---
updated-dependencies:
- dependency-name: google-closure-deps
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21 08:27:41 -08:00
dependabot[bot]
4f1259d1af
chore(deps): bump eslint from 8.31.0 to 8.34.0 ( #6856 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.31.0 to 8.34.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.31.0...v8.34.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-20 13:46:29 -08:00
Beka Westberg
4d16584266
fix: serializing disabled interactions ( #6847 )
...
* feat: add own property getters for disabled interactions
* feat: add serialization of disabled attributes
2023-02-19 08:18:43 -08:00
Christopher Allen
f90a2531a7
feat(build): Run tsc on blocks/ and generators/ ( #6836 )
2023-02-15 13:10:27 -08:00
Aaron Dodson
a312e9e3d3
refactor: Use input type=number for field_number.ts ( #6845 )
2023-02-14 13:37:28 -08:00
Beka Westberg
7255d980d6
chore: fixup dialog deprecation warnings ( #6844 )
2023-02-13 09:35:42 -08:00
dependabot[bot]
d76b9d1d0b
chore(deps): bump @blockly/theme-modern from 3.0.1 to 3.0.3 ( #6842 )
...
Bumps [@blockly/theme-modern](https://github.com/google/blockly-samples/tree/HEAD/plugins/theme-modern ) from 3.0.1 to 3.0.3.
- [Release notes](https://github.com/google/blockly-samples/releases )
- [Changelog](https://github.com/google/blockly-samples/blob/master/plugins/theme-modern/CHANGELOG.md )
- [Commits](https://github.com/google/blockly-samples/commits/@blockly/theme-modern@3.0.3/plugins/theme-modern )
---
updated-dependencies:
- dependency-name: "@blockly/theme-modern"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-13 08:37:16 -08:00
dependabot[bot]
91e9190094
chore(deps): bump @microsoft/api-extractor from 7.33.7 to 7.34.4 ( #6841 )
...
Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor ) from 7.33.7 to 7.34.4.
- [Release notes](https://github.com/microsoft/rushstack/releases )
- [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md )
- [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.34.4/apps/api-extractor )
---
updated-dependencies:
- dependency-name: "@microsoft/api-extractor"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-13 08:07:55 -08:00
Blake Thomas Williams
7439a70864
feat: updated flyout button to set border radius via static variable ( #6838 )
2023-02-10 20:17:29 +01:00
Christopher Allen
ddd38a411a
chore: Create script to help with js -> ts migration ( #6837 )
2023-02-10 18:54:26 +00:00
Blake Thomas Williams
13fe6eeccf
feat: added tests/typescript to test supported TS examples ( #6775 )
...
* feat: added `tests/typescript` to test supported TS examples
* fix: update the test name, description, and output
* chore: remove unused imports in `test_tasks.js`
* fix: wrap README line at 80 characters
* fix: implemented `different_user_input.ts` feedback
* fix: correct mistaken comments
* chore: rename `./eslintrc.json` to `./eslintrc.js`
* feat: added linting for tests/typescript
* chore: cleanup eslintrc lines over 80 characters
* fix: updated `.eslintrc.js` to provide an override for linting itself
* fix: updated tests to build to the `build` directory
* feat: updated `gulp format` to handle formatting `.eslintrc.js`
* fix: updated `.eslintrc.js` to align with both formatter and linter
* fix: updated config comment wording
* fix: removed quotes for valid identifiers
* Revert "fix: removed quotes for valid identifiers"
This reverts commit 03eff91aea1468e503bc79a90fb139914d3f39d2.
2023-02-10 17:12:18 +00:00
Beka Westberg
8386024e44
chore: fix isNameUsed not fully respecting the procedure map ( #6833 )
...
* chore: fix isNameUsed not fully respecting the procedure map
* chore: add tests that isNameUsed respects the procedure map
2023-02-08 09:12:23 -08:00
Christopher Allen
d83dcfbe2e
chore(build,tests): Remove obsolete kludges / config options ( #6835 )
...
* chore(tests): Remove circular import loading issue kludge
Prior to PR #6818 , circular imports resulted in the debug module
loader (in closure/goog/base.js) failing to record the
goog.module ID of most modules that were
involved in the cycle, and in particular of the Blockly.Xml
module. This had secondary fallout that resulted
in library blocks modules being loaded in the wrong order.
A kludge was introduced in PR #6703 that worked around this
problem by making sure that window.Blockly was set, allowing
the modules loaded out-of-order to still work.
Now that we have removed all remaining circular dependencies
there is no need for the kludge, since all module IDs are
properly recorded and modules are loaded in the correct order.
* chore(build): Remove exclude for non-existent core/blockly.js
There was a transitional period where we had both
core/blockly.ts and core/blockly.js, and wished to exclude
the latter from tsc's input, but the latter file was deleted
(and inadvertently restored, then re-deleted) some time ago.
2023-02-08 11:56:35 +01:00
Neil Fraser
72b2af2100
fix: move deprecation warning to correct fromJson ( #6831 )
...
Resolves #6830 .
https://groups.google.com/g/blockly/c/uy_8e7Q8XEw/m/8XveAYi3AQAJ
2023-02-07 23:37:25 +01:00
Neil Fraser
1169b04a45
chore: Make dropdownDispose available for plugins. ( #6826 )
...
Specifically in Blockly Samples the field-grid-dropdown wants to call this inherited function.
2023-02-07 12:29:26 -08:00
Neil Fraser
90217360c7
fix: Fire deletion events when clearing variables. ( #6827 )
...
https://groups.google.com/g/blockly/c/l_vUnrGSJ0M
2023-02-07 21:20:01 +01:00
dependabot[bot]
498766b930
chore(deps): bump @typescript-eslint/eslint-plugin from 5.48.0 to 5.50.0 ( #6822 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.48.0 to 5.50.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.50.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 19:00:23 +00:00
Aaron Dodson
cf8be1f5d1
refactor: Use the field registry to instantiate fields in block definitions. ( #6811 )
...
* refactor: Use the field registry to instantiate fields for list blocks.
* refactor: Use the field registry to instantiate fields for procedure blocks.
* refactor: Use the field registry to instantiate fields for text blocks.
2023-02-07 08:06:54 -08:00
Christopher Allen
167e26521c
refactor: Remove last remaining circular import in core/ ( #6818 )
...
* refactor(xml): Move textToDom to core/utils/xml.ts
This function being in core/xml.ts was the cause for the last
remaining circular import in core/ (between variables.ts and
xml.ts).
Moving it to utils/xml.ts makes sense anyway, since there is
nothing Blockly-specific about this function.
Fixes #6817 .
* fix(closure): Reenable goog.declareModuleId multiple-call check
Reenable an assertion which check to make sure that
goog.declareModuleId is not called more than once in a module
(and which also catches circular imports amongst ES modules, which
are not detected by closure-make-deps).
* chore(tests,demos): Augo-migrate use of textToDom
Testing the migration file entry by auto-migrating all uses of
Blockly.Xml.textToDom to Blockly.utils.xml.textToDom.
* chore(blocks): Manually migrate remaining use of textToDom
Update the one remaining call to textToDom (in blocks/lists.ts)
to the function's new location - also removing the last use of
the Blockly.Xml / core/xml.ts) module from this file.
* docs(xml): Remove unneeded @alias per comments on PR #6818
* fix(imports): Remove unused import
2023-02-07 12:11:11 +00:00
Christopher Allen
d808c068d2
fix(tests): Use build/msg/en.js instead of msg/messages.js ( #6825 )
...
This change had already been made (by PR #6475 amongst other) to
most of the tests, but there were a couple of stragglers that
still mentioned messages.js.
Fixes #6824 .
2023-02-07 10:25:13 +00:00
Rachel Fenichel
1d1a927628
chore: remove alias comments ( #6816 )
...
* chore: remove alias comments
* chore: format
* chore: remove extra newlines
* chore: fix bad replaces
2023-02-06 10:08:55 -08:00
Maribeth Bottorff
a96eec8a70
fix: don't splice into unmovable stacks ( #6800 )
...
* fix: don't splice into unmovable stacks
* chore: fix the tests and comments
* chore: format
* chore: clean up xml
* chore: use test row blocks
2023-02-03 14:44:53 -08:00
Aaron Dodson
299016e78d
chore: Remove some more uses of AnyDuringMigration ( #6785 )
...
* chore: Remove uses of AnyDuringMigration in workspace_comment_svg.ts.
* chore: Remove uses of AnyDuringMigration in toolbox.ts.
* chore: Remove uses of AnyDuringMigration in field_colour.ts.
* chore: Remove uses of AnyDuringMigration from field_image.ts.
* chore: Remove uses of AnyDuringMigration from workspace.ts.
* Update core/workspace_comment_svg.ts
Co-authored-by: Christopher Allen <cpcallen+github@gmail.com >
* chore: Remove uses of AnyDuringMigration in collapsible_category.ts.
* chore: Revert unary - change to make clang-format happy.
* chore: Remove unnecessary quotes in toolbox.ts.
* Update core/workspace_comment_svg.ts
Co-authored-by: Christopher Allen <cpcallen+github@gmail.com >
---------
Co-authored-by: Christopher Allen <cpcallen+github@gmail.com >
2023-02-03 08:03:31 -08:00
Maribeth Bottorff
a73a70b7a8
chore: update the other issue templates to forms ( #6799 )
2023-02-02 15:26:31 -08:00
dependabot[bot]
466ca1cf47
chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 ( #6815 )
...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases )
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: http-cache-semantics
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-02 20:21:45 +00:00
Christopher Allen
7abc2011f9
chore(deps): Remove calcdeps.py ( #6813 )
...
This script was only used from build.py, which was removed in
PR #4951 (and had not been in use for some considerable time
before that).
2023-02-02 20:18:54 +00:00
dependabot[bot]
be67829d39
chore(deps): bump ua-parser-js from 1.0.32 to 1.0.33 ( #6791 )
...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js ) from 1.0.32 to 1.0.33.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases )
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md )
- [Commits](https://github.com/faisalman/ua-parser-js/compare/1.0.32...1.0.33 )
---
updated-dependencies:
- dependency-name: ua-parser-js
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-02 20:15:46 +00:00