deprecated-microchip-pic-iot
deprecated-microchip-pic-iot copied to clipboard
Bump d3-color and victory in /setup/ui
Bumps d3-color to 3.1.0 and updates ancestor dependency victory. These dependencies need to be updated together.
Updates d3-color from 1.4.1 to 3.1.0
Release notes
Sourced from d3-color's releases.
v3.1.0
- Add rgb.clamp and hsl.clamp. #102
- Add color.formatHex8. #103
- Fix color.formatHsl to clamp values to the expected range. #83
- Fix catastrophic backtracking when parsing colors. #89 #97 #99 #100 SNYK-JS-D3COLOR-1076592
v3.0.1
- Make build reproducible.
v3.0.0
- Adopt type: module.
This package now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.
v2.0.0
This release adopts ES2015 language features such as for-of and drops support for older browsers, including IE. If you need to support pre-ES2015 environments, you should stick with d3-color 1.x or use a transpiler.
Commits
7a1573e3.1.075c19c4update LICENSEef94e01update dependencies5e9f757method shorthande4bc34eformatHex8 (#103)ac660c6{rgb,hsl}.clamp() (#102)70e3a04clamp HSL format (#101)994d8fdavoid backtracking (#100)7d61bbe3.0.193bc4ffrelated d3/d33; extract copyrights from LICENSE- Additional commits viewable in compare view
Updates victory from 32.3.7 to 36.6.8
Release notes
Sourced from victory's releases.
v36.6.0
What's Changed
- Various TypeScript improvements (#2335, #2363)
- Migrated
victory-axisto TypeScript (#2379)- Migrated
victory-scatterto TypeScript (#2394)- Migrated
victory-errorbarto TypeScript (#2395)- Migrated
victory-box-plotto TypeScript (#2387)- Migrated
victory-errorbarto TypeScript (#2395)- Migrated
victory-brush-containerandvictory-brush-lineto TypeScript (#2393)- Update source code with minor lint-based improvements (see #2236). (#2403)
Full Changelog: https://github.com/FormidableLabs/victory/compare/v36.5.3...v36.6.0
v36.5.3
What's Changed
- Export all types from Victory by
@scottrippeyin FormidableLabs/victory#2333- Fix for #2329 (use-animation-state crashing charts) by
@gksanderin FormidableLabs/victory#2334- Local VSC settings to ignore built files in search by
@gksanderin FormidableLabs/victory#2332Full Changelog: https://github.com/FormidableLabs/victory/compare/v36.5.2...v36.5.3
v36.5.2
What's Changed
- Remove dependency on use-context-selector by
@becca-baileyin FormidableLabs/victory#2325Full Changelog: https://github.com/FormidableLabs/victory/compare/v36.5.1...v36.5.2
v36.5.1
What's Changed
We are continuing our internal typescript migration, and making some changes to our test infrastructure and build pipeline. This work includes a couple typescript-related bug fixes.
- TS migrate: core utils by
@scottrippeyin FormidableLabs/victory#2289- Typescript: added types to
victory-vendorby@scottrippeyin FormidableLabs/victory#2292- TypeScript migration: more utils! by
@scottrippeyin FormidableLabs/victory#2299- TS migrate: prop types by
@scottrippeyin FormidableLabs/victory#2300- Modularize calculated props helpers by
@becca-baileyin FormidableLabs/victory#2290- Build enhancements for move tests PR by
@ryan-roemerin FormidableLabs/victory#2305- Chore: generate source maps by
@scottrippeyin FormidableLabs/victory#2307- TypeScript: Mark
dataasreadonlyby@scottrippeyin FormidableLabs/victory#2313- TS migrate: add events by
@scottrippeyin FormidableLabs/victory#2306- Move tests to root directories by
@becca-baileyin FormidableLabs/victory#2301- Update prettier trailing comma rule by
@becca-baileyin FormidableLabs/victory#2315- TS: migrate victory-area, victory-chart by
@scottrippeyin FormidableLabs/victory#2314- TypeScript: migrate
victoryto TypeScript by@scottrippeyin FormidableLabs/victory#2319- Use build config for babel by
@ryan-roemerin FormidableLabs/victory#2321- Add Victory Bar v37 by
@becca-baileyin FormidableLabs/victory#2316
... (truncated)
Changelog
Sourced from victory's changelog.
Victory Changelog
Note We have moved to per-package
CHANGELOG.mdfiles since migrating to changesets. Please refer to those individual changelogs for change history.36.5.3 (2022-06-27)
- Export all types from Victory
- Fix for #2329 (use-animation-state crashing charts)
- Local VSC settings to ignore built files in search
36.5.2 (2022-06-23)
- Remove dependency on use-context-selector by
@becca-baileyin FormidableLabs/victory#232536.5.1 (2022-06-23)
- TS migrate: core utils by
@scottrippeyin FormidableLabs/victory#2289- Typescript: added types to
victory-vendorby@scottrippeyin FormidableLabs/victory#2292- TypeScript migration: more utils! by
@scottrippeyin FormidableLabs/victory#2299- TS migrate: prop types by
@scottrippeyin FormidableLabs/victory#2300- Modularize calculated props helpers by
@becca-baileyin FormidableLabs/victory#2290- Build enhancements for move tests PR by
@ryan-roemerin FormidableLabs/victory#2305- Chore: generate source maps by
@scottrippeyin FormidableLabs/victory#2307- TypeScript: Mark
dataasreadonlyby@scottrippeyin FormidableLabs/victory#2313- TS migrate: add events by
@scottrippeyin FormidableLabs/victory#2306- Move tests to root directories by
@becca-baileyin FormidableLabs/victory#2301- Update prettier trailing comma rule by
@becca-baileyin FormidableLabs/victory#2315- TS: migrate victory-area, victory-chart by
@scottrippeyin FormidableLabs/victory#2314- TypeScript: migrate
victoryto TypeScript by@scottrippeyin FormidableLabs/victory#2319- Use build config for babel by
@ryan-roemerin FormidableLabs/victory#2321- Add Victory Bar v37 by
@becca-baileyin FormidableLabs/victory#231636.5.0 (2022-06-07)
- victory-histogram jest tests by
@heythisispaulin FormidableLabs/victory#2255- Convert tests for victory error bar by
@becca-baileyin FormidableLabs/victory#2266- Typescript Phase 1: Build configuration by
@scottrippeyin FormidableLabs/victory#2260- victory-vendor: script cleanup and exports enhancements by
@ryan-roemerin FormidableLabs/victory#2264- victory-pie jest/rtl tests by
@heythisispaulin FormidableLabs/victory#2268- Typescript: Generate proper .d.ts files for Core by
@scottrippeyin FormidableLabs/victory#2271- Disable func-style eslint rule by
@becca-baileyin FormidableLabs/victory#2275- Add victory-scatter tests by
@becca-baileyin FormidableLabs/victory#2269- TS migration: victory-primitives by
@scottrippeyin FormidableLabs/victory#2274- Enable
eslint-commentsby@scottrippeyin FormidableLabs/victory#2277- Remove karma tests by
@becca-baileyin FormidableLabs/victory#2279- ts-migration: migrated core components to TS by
@scottrippeyin FormidableLabs/victory#2278- Upgrade React to v18 by
@becca-baileyin FormidableLabs/victory#2280- ts-migration: more core by
@scottrippeyin FormidableLabs/victory#2284- TypeScript: fix a few build issues by
@scottrippeyin FormidableLabs/victory#2285- [Demo]: Upgrade React Native demo app by
@jpdriverin FormidableLabs/victory#228836.4.1 (2022-05-25)
- Dev: Switch to ye olde yarn1 by
@ryan-roemerin FormidableLabs/victory#2228
... (truncated)
Commits
a6af4efMerge pull request #2477 from FormidableLabs/changeset-release/main8e0cc1bVersion Packages2e37125Merge pull request #2480 from FormidableLabs/typescript/victory-stack1da86d1chore(typescript): added props type for VictoryStack948b77echore(typescript): added props type for VictoryStack1f5983bMerge pull request #2479 from FormidableLabs/chore/react-native-peerDependenc...f77d944chore: addedReactas apeerDependencyc42cb0echore: addedReactas apeerDependency80d64f4Merge pull request #2454 from FormidableLabs/docs/typos149f399Merge pull request #2470 from FormidableLabs/fix/token-change- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by victory-ci, a new releaser for victory since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.