Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all dependencies #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update all dependencies #13

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 14, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@blackprint/cli-tools 0.3.29 -> 0.3.30 age adoption passing confidence devDependencies patch
@blackprint/engine (source) 0.9.0 -> 0.9.2 age adoption passing confidence devDependencies patch
@blackprint/sketch (source) 0.9.0 -> 0.9.1 age adoption passing confidence devDependencies patch
@polkadot/api (source) ^10.5.1 -> ^11.0.0 age adoption passing confidence dependencies major
@polkadot/extension-dapp (source) ^0.46.2 -> ^0.47.0 age adoption passing confidence devDependencies minor 0.47.3
@polkadot/extension-inject (source) ^0.46.2 -> ^0.47.0 age adoption passing confidence devDependencies minor 0.47.3
@polkadot/types (source) ^10.5.1 -> ^11.0.0 age adoption passing confidence dependencies major
actions/cache v3 -> v4 age adoption passing confidence action major
actions/checkout v3 -> v4 age adoption passing confidence action major
actions/setup-node v3 -> v4 age adoption passing confidence action major
eslint (source) ^8.39.0 -> ^9.0.0 age adoption passing confidence devDependencies major
node 18-buster-slim -> 20-buster-slim age adoption passing confidence final major

Release Notes

Blackprint/cli-tools (@​blackprint/cli-tools)

v0.3.30

Compare Source

Blackprint/engine-js (@​blackprint/engine)

v0.9.2

Compare Source

Bug Fix
  • Fix validation to avoid prototype pollution

v0.9.1

Compare Source

Features
  • Add function to rename events, variable name, and function namespace
  • Add feature to delete function, function port, variable, and event
  • Add .stop property to stop data flow in the instance
  • Emit ready event when function node is initialized
  • Emit event when creating event and handle environment variable deletion
  • Watch function node's port name changes when renaming from other node
  • Watch event namespace changes when renaming from other node
  • Improve utils for set and delete object property
  • Add and improve Bun and Node.js loader
  • Add .ready function for waiting until first json.imported instance event
  • Auto trigger node.update when initUpdate static class property exist
  • Improve TypeScript definition file
Bug Fix
  • Avoid emitting non-object data when emitting event data
  • Avoid creating a function node inside of the node itself
  • Emit some event and avoid trigger resave on function node
  • Fix import error because duplicated event export
  • Fix error when renaming port name for function node
  • Make sure the event schema option is object
  • Rename environment node inside all function node
  • Some modification for remote collaboration
  • Stop execution order inside function if root is stopped
  • Use default port output value as input value if exist
Blackprint/Blackprint (@​blackprint/sketch)

v0.9.1

Compare Source

Bug Fix
  • Fix error when calculating container on initialization
  • Fix node suggestion and cable rect
  • Fix missing input component on first function node
  • Throw error when trying to reset offset on detached container
  • Watch changes of data.name as node title (for internal node)
Feature
  • Add support for moving/scaling container using script
  • Add function to select/deselect node/cable in the container space
  • Improve TypeScript definition file
Minor changes
  • Rename some internal property name
polkadot-js/api (@​polkadot/api)

v11.0.2

Compare Source

Changes

  • Fix type for TAssetConversion in Polkadot Asset hub

v11.0.1

Compare Source

Breaking Changes:

Note! The following breaking changes only refer to @polkadot/api-derive calls under api.derive.staking.* due to the most recent breaking changes in runtime version v1.2. Please refer to the link next to the bullet points for more information.

  • Update api.derive.staking calls with breaking changes (#​5860)
  • Add claimedRewardsEra to api.derive.staking.query for compatibility with legacyClaimedRewards (#​5862)

Contributed:

Changes:

  • Update polkadot types-known for latest runtime upgrades

v10.13.1

Compare Source

Changes:

  • Update CI actions and setup_node to v4
  • Update substrate metadata to latest
  • Support ParachainHost runtime api v6, 7, 8, 9, 10
  • Resolve correct module for council derive
  • Update westend types-known for 1010000
  • Update kusama types-known for 1001003

v10.12.6

Compare Source

NOTE: Because of a broken CI build for 10.12.5 -> 10.12.6 is a replacement

Contributed:

Changes:

  • Upgrade westend types-known for 1009000
  • Add disableAscii option for toHuman, and toPrimitive
  • V14 Update substrate latest metadata
  • V15 Update substrate latest metadata
  • Bump yarn to 4.1.1
  • Add assetId getter field to to necessary ExtrinsicPayloads
  • Add Updated Runtime Defintions
    • ValidateStatement
    • MMRApi
      • mmr_root
      • mmr_leaf_count
    • Core v5
    • GenesisBuilder
    • MixnetApi

v10.12.5

Compare Source

Contributed:

Changes:

  • Upgrade westend types-known for 1009000
  • Add disableAscii option for toHuman, and toPrimitive
  • V14 Update substrate latest metadata
  • V15 Update substrate latest metadata
  • Bump yarn to 4.1.1
  • Add assetId getter field to to necessary ExtrinsicPayloads
  • Add Updated Runtime Defintions
    • ValidateStatement
    • MMRApi
      • mmr_root
      • mmr_leaf_count
    • Core v5
    • GenesisBuilder
    • MixnetApi

v10.12.4

Compare Source

Contributed:

v10.12.3

Compare Source

Contributed:

Changes:

  • Fix api.derive.staking.eraExposure for compatibility
  • Fix invalid Lookup assignment on augmentation and update polkadot and kusama metadata
  • Update polkadot runtime upgrade per block
  • Update kusama runtime upgrade per block
  • Update westend runtime upgrade per block

v10.12.2

Compare Source

Contributed:

Changes:

  • Update to latest Substrate metadata

v10.12.1

Compare Source

Contributed:

v10.11.3

Compare Source

Contributed:

Changes:

  • Bump dev w/ packageDetect adjustments
  • Update copyright year
  • Bump nock, and dev deps
  • Allow cacheCapacity option for the WsProvider
  • Bump yarn

v10.11.2

Compare Source

Contributed:

Changes:

  • Support [8a;32] types in known keys
  • Update to latest Substrate metadata

v10.11.1

Compare Source

Contributed:

Changes:

  • Add known intrablockEntropy storage key
  • Add support for SkipCheckIfFeeless signed extension
  • Ensure all usages of balances.transfer (in tests) have been removed
  • Drop support for Node 16 (EOL 11 Sep 2023)

v10.10.1

Compare Source

Contributed:

Changes:

  • Serialize any additional payload fields via toJSON()
  • Expose internal rpc-core stats on api.stats getter
  • Add support for latest/stable V15 metadata interfaces
  • Add runtime BeefyApi version 3
  • Add runtime ParachainHost version 5
  • Expose chain.subscribeFinalizedBlocks derive
  • Consistently use import.meta.url inside tests
  • Group Uint/Int tests for maintainability
  • Update to latest Polkadot, Kusama & Substrate metadata

v10.9.1

Compare Source

Changes:

  • Adjust object index access for stricter tsconfig settings
  • Update to latest Polkadot, Kusama & Substrate metadata

v10.8.1

Compare Source

Contributed:

Changes:

  • Update to latest Polkadot, Kusama & Substrate metadata
  • Cleanup (some) linting overrides

v10.7.3

Compare Source

Changes:

  • Ensure that .paymentInfo never mutates the underlying/existing signature

v10.7.2

Compare Source

Contributed:

Changes:

  • Adjust @polkadot/types-create exports with no duplicates

v10.7.1

Compare Source

Changes:

  • Update to latest Polkadot, Kusama & Substrate metadata
  • Add module to package.json export map (ESM-only)

v10.6.1

Compare Source

Contributed:

Changes:

  • Apply historic Scheduled types for Kusama (as reported, non-comprehensive)
  • Adjust Deno types inside WsProvider
  • Allow parsing of (experimental) metadata v15
  • Update to latest Polkadot, Kusama & Substrate metadata
polkadot-js/extension (@​polkadot/extension-dapp)

v0.47.2

Compare Source

  • Important Not published to the stores, aligns with latest released packages.

Contributed:

Changes:

  • Update polkadot/api and polkadot/phishing

v0.47.1

Compare Source

  • Important Not published to the stores, aligns with latest released packages.

Contributed:

Changes:

  • Update nvmrc version
  • Bump yarn to 4.1.1
  • Update the README with library notice
  • Fix typos
  • Update CI checkout and setup_node to v4
  • Update polkadot/* deps

v0.46.9

Compare Source

  • Important Not published to the stores, aligns with latest released packages.

Contributed:

Changes:

  • Upgrade to @polkadot/api 10.12.4
  • Upgrade to @polkadot/phishing 0.22.4

v0.46.8

Compare Source

  • Important Not published to the stores, aligns with latest released packages.

Changes:

  • Upgrade to @polkadot/api 10.12.2
  • Upgrade to @polkadot/phishing 0.22.3

v0.46.7

Compare Source

  • Important Not published to the stores, aligns with latest released packages.

Changes:

  • Upgrade to @polkadot/api 10.11.2
  • Upgrade to @polkadot/ui 3.6.5
  • Upgrade to @polkadot/phishing 0.22.2

v0.46.6

Compare Source

  • Important Not published to the stores, aligns with latest released packages.

Changes:

  • Upgrade to @polkadot/util 12.6.1
  • Upgrade to @polkadot/api 10.11.1

v0.46.5

Compare Source

  • Important Not published to the stores, aligns with latest released packages.

Changes:

  • Adjust object index access for stricter tsconfig settings
  • Upgrade to @polkadot/api 10.9.1
  • Upgrade to @polkadot/util 12.3.2

v0.46.4

Compare Source

  • Important Not published to the stores, aligns with latest released packages.

Changes:

  • Upgrade to @polkadot/api 10.8.1
  • Upgrade to @polkadot/util 12.2.2

v0.46.3

Compare Source

  • Important Not published to the stores, aligns with latest released packages.

Changes:

  • Add module to package.json export map (ESM-only)
  • Upgrade to @polkadot/api 10.6.1
  • Upgrade to @polkadot/util 12.1.1
actions/cache (actions/cache)

v4

Compare Source

actions/checkout (actions/checkout)

v4

Compare Source

actions/setup-node (actions/setup-node)

v4

Compare Source

eslint/eslint (eslint)

v9.1.1

Compare Source

v9.1.0

Compare Source

v9.0.0

Compare Source

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

v8.56.0

Compare Source

Features
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)
Bug Fixes
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)
Documentation
  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
Chores

v8.55.0

Compare Source

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)

Chores

v8.54.0

Compare Source

Features

  • a7a883b feat: for-direction rule add check for condition in reverse order (#​17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#​17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#​17711) (Francesco Trotta)

Bug Fixes

  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#​17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#​17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#​17705) (Milos Djermanovic)

Documentation

  • becfdd3 docs: Make clear when rules are removed (#​17728) (Nicholas C. Zakas)
  • 05d6e99 docs: update "Submit a Pull Request" page (#​17712) (Francesco Trotta)
  • eb2279e docs: display info about deprecated rules (#​17749) (Percy Ma)
  • d245326 docs: Correct working in migrating plugin docs (#​17722) (Filip Tammergård)

Chores

v8.53.0

Compare Source

Features

  • 528e1c0 feat: Deprecate formatting rules (#​17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#​17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

  • ab8c60d docs: change position of return to top button (#​17688) (Tanuj Kanti)
  • 4fc44c0 docs: update twitter icon to new X icon (#​17687) (Tanuj Kanti)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#​17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#​17657) (Josh Goldberg ✨)

Chores

v8.52.0

Compare Source

Features

  • 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#​17611) (Yosuke Ota)

Bug Fixes

  • 5de9637 fix: Ensure shared references in rule configs are separated (#​17666) (Nicholas C. Zakas)
  • dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#​17649) (Francesco Trotta)

Documentation

  • 476d58a docs: Add note about invalid CLI flags when using flat config. (#​17664) (Nicholas C. Zakas)
  • 660ed3a docs: Plugin flat config migration guide (#​17640) (Nicholas C. Zakas)
  • a58aa20 docs: fix examples for several rules (#​17645) (Milos Djermanovic)
  • 179929b docs: Remove trailing newline from the code of Playground links (#​17641) (Francesco Trotta)
  • f8e5c30 docs: Update README (GitHub Actions Bot)
  • b7ef2f3 docs: Enable pretty code formatter output (#​17635) (Nicholas C. Zakas)
  • 0bcb9a8 docs: Fix syntax errors in rule examples (#​17633) (Francesco Trotta)
  • 61b9083 docs: Make no-continue example code work (#​17643) (Zhongyuan Zhou)
  • 9fafe45 docs: upgrade to 11ty 2.0 (#​17632) (Percy Ma)
  • ff8e4bf docs: Update README (GitHub Actions Bot)
  • fab249a docs: Update README (GitHub Actions Bot)
  • 392305b docs: Update no-irregular-whitespace and fix examples (#​17626) (Francesco Trotta)
  • 6b8acfb docs: Add real whitespace to no-trailing-spaces examples (#​17630) (Francesco Trotta)
  • 1000187 docs: Fix examples in unicode-bom (#​17631) (Francesco Trotta)
  • 000290c docs: Update README (GitHub Actions Bot)

Chores

v8.51.0

Compare Source

Features

  • 0a9c433 feat: Add --no-warn-ignored CLI option for flat config (#​17569) (Domantas Petrauskas)
  • 977e67e feat: logical-assignment-operators to report expressions with 3 operands (#​17600) (Yosuke Ota)

Bug Fixes

  • f976b2f fix: make rule severity case-sensitive in flat config (#​17619) (Milos Djermanovic)
  • 0edfe36 fix: Ensure crash error messages are not duplicated (#​17584) (Nicholas C. Zakas)
  • dd79abc fix: eslint-disable to be able to parse quoted rule names (#​17612) (Yosuke Ota)
  • d2f6801 fix: Ensure correct code path for && followed by ?? (#​17618) (Nicholas C. Zakas)

Documentation

  • ee5be81 docs: default to sourceType: "module" in rule examples (#​17615) (Francesco Trotta)
  • 1aa26df docs: Add more examples for multiline-ternary (#​17610) (George Ashiotis)
  • 47d0b44 docs: Update README (GitHub Actions Bot)
  • dbf831e docs: use generated og image (#​17601) (Percy Ma)
  • 1866da5 docs: Update README (GitHub Actions Bot)

Chores

v8.50.0

Compare Source

Features

  • 27d5a9e feat: add suggestions to array-callback-return (#​17590) (Tanuj Kanti)
  • f9082ff feat: flat-rule-tester make sure default config always matches (#​17585) (fnx)
  • 83914ad feat: Implement SourceCode#applyInlineConfig() (#​17351) (Nicholas C. Zakas)
  • 22a5582 feat: add rule no-object-constructor, deprecate no-new-object ([#​

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Asia/Jakarta, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency @blackprint/sketch to v0.6.5 Update dependency @blackprint/sketch to v0.6.5 - autoclosed Mar 19, 2022
@renovate renovate bot closed this Mar 19, 2022
@renovate renovate bot deleted the renovate/all branch March 19, 2022 14:27
@renovate renovate bot changed the title Update dependency @blackprint/sketch to v0.6.5 - autoclosed Update dependency @blackprint/sketch to v0.6.5 Mar 20, 2022
@renovate renovate bot reopened this Mar 20, 2022
@renovate renovate bot restored the renovate/all branch March 20, 2022 10:23
@renovate renovate bot changed the title Update dependency @blackprint/sketch to v0.6.5 Update Node.js to v17 Mar 20, 2022
@renovate renovate bot changed the title Update Node.js to v17 Update all dependencies Mar 21, 2022
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from ee11799 to f8968e5 Compare March 29, 2022 10:28
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 57ca3f0 to e388109 Compare April 9, 2022 09:52
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from e082c3e to 31fb396 Compare April 11, 2022 18:31
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 3e7f229 to 679f3a0 Compare April 27, 2022 05:28
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 2c885c7 to 47d5aea Compare November 17, 2023 01:24
@renovate renovate bot force-pushed the renovate/all branch 12 times, most recently from 7a9153a to c3fed45 Compare November 26, 2023 13:02
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 4230328 to 73436dd Compare February 22, 2024 15:52
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from dd1c24f to d9ec25e Compare March 22, 2024 14:18
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 21bd31d to b58fdc5 Compare April 26, 2024 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants