This repository was archived by the owner on Feb 24, 2025. It is now read-only.
Merged
Conversation
5d15949 to
a905ddf
Compare
d5e6540 to
8851c8d
Compare
488067e to
e95c1c3
Compare
e95c1c3 to
35378bd
Compare
35378bd to
dd8ed56
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.27.7->^2.27.9^7.3.4->^7.6.0^29.5.12->^29.5.13^22.5.3->^22.7.6^8.57.0->^8.57.1^2.30.0->^2.31.0^9.1.5->^9.1.69.9.0->9.12.2^5.5.4->^5.6.3^2.21.1->^2.21.29Release Notes
changesets/changesets (@changesets/cli)
v2.27.9Compare Source
Patch Changes
#1458
400ab7bThanks @benmccann! - Moved@types/semvertodevDependencies#1462
689e541Thanks @benmccann! - removeoutdentdependencyv2.27.8Compare Source
slackapi/node-slack-sdk (@slack/web-api)
v7.6.0Compare Source
What's New
We've added support for a new Slack Connect invite automation API:
conversations.requestShared.list. Use thelistAPI as well as theapproveanddenyAPIs to automate approval and denial of Slack Connect invites into your Slack workspaces. More details about this feature are available in our Governing Slack Connect invites docs.Also, the response types for a few APIs were extended with a few new properties. Check out #2071 for the minor details.
Changelog
59f200aweb-api(feat): add support forconversations.requestShared.listAPI (#2072)01d9d2dweb-api(feat): minor additions to some admin API response types (#2071)v7.5.0Compare Source
What's Changed
We've released support for AI Assistants & Agents via
@slack/web-api:Full Changelog
571bc3afeat (web-api / types): Add support for assistant.threads.* API (#2033)v7.4.0Compare Source
What's Changed
We've released two new APIs for use via
@slack/web-api:Full Changelog
a3a06ecweb-api(feat): add support forconversations.requestSharedapprove,denyAPIs (#1843)eslint/eslint (eslint)
v8.57.1Compare Source
import-js/eslint-plugin-import (eslint-plugin-import)
v2.31.0Compare Source
Added
order]: allow validating named imports ([#3043], thanks [@manuth])extensions]: add thecheckTypeImportsoption ([#2817], thanks [@phryneas])Fixed
ExportMap/ flat config: includelanguageOptionsin context ([#3052], thanks [@michaelfaith])no-named-as-default]: Allow using an identifier if the export is both a named and a default export ([#3032], thanks [@akwodkiewicz])export]: False positive for exported overloaded functions in TS ([#3065], thanks [@liuxingbaoyu])exportMap: export map cache is tainted by unreliable parse results ([#3062], thanks [@michaelfaith])exportMap: improve cacheKey when using flat config ([#3072], thanks [@michaelfaith])Changed
no-relative-packages]: fix typo ([#3066], thanks [@joshuaobrien])no-cycle]: dont scc for each linted file ([#3068], thanks [@soryy708])no-cycle]: adddisableSccto docs ([#3070], thanks [@soryy708])RuleTester([#3071], thanks [@G-Rath])no-restricted-paths]: fix grammar ([#3073], thanks [@unbeauvoyage])no-default-export], [no-named-export]: add test case (thanks [@G-Rath])typicode/husky (husky)
v9.1.6Compare Source
pnpm/pnpm (pnpm)
v9.12.2Compare Source
v9.12.1: pnpm 9.12.1Compare Source
Patch Changes
pnpm update --latestshould not update the automatically installed peer dependencies #6657.pnpm publishshould be able to publish from a local tarball #7950.EBUSYerrors caused by creating symlinks in paralleldlxprocesses #8604.Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
v9.12.0: pnpm 9.12Compare Source
Minor Changes
Fix peer dependency resolution dead lock #8570. This change might change some of the keys in the
snapshotsfield insidepnpm-lock.yamlbut it should happen very rarely.pnpm outdatedcommand supports now a--sort-by=nameoption for sorting outdated dependencies by package name #8523.Added the ability for
overridesto remove dependencies by specifying"-"as the field value #8572. For example, to removelodashfrom the dependencies, use this configuration inpackage.json:{ "pnpm": { "overrides": { "lodash": "-" } } }Patch Changes
pnpm list --json pkgshowed"private": falsefor a private package #8519.libcthat differ frompnpm.supportedArchitectures.libcare not downloaded #7362.ENOENTerrors caused by runningstore prunein parallel #8586.pnpm bugs#8596.Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
v9.11.0Compare Source
v9.10.0: pnpm 9.10Compare Source
Minor Changes
Support for a new CLI flag,
--exclude-peers, added to thelistandwhycommands. When--exclude-peersis used, peer dependencies are not printed in the results, but dependencies of peer dependencies are still scanned #8506.Added a new setting to
package.jsonatpnpm.auditConfig.ignoreGhsasfor ignoring vulnerabilities by their GHSA code #6838.For instance:
{ "pnpm": { "auditConfig": { "ignoreGhsas": [ "GHSA-42xw-2xvc-qx8m", "GHSA-4w2v-q235-vp99", "GHSA-cph5-m8f7-6c5x", "GHSA-vh95-rmgr-6w4m" ] } } }Patch Changes
Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
microsoft/TypeScript (typescript)
v5.6.3Compare Source
v5.6.2Compare Source
wevm/viem (viem)
v2.21.29Compare Source
Patch Changes
#2876
3759bee5c0df3e90f9e2a9cc89da707502370dbdThanks @m1guelpf! - AddedContent-Typeheader to CCIPPOSTrequests.#2878
58a0f1b0ddefbb117fceaf6e7939c026d84aa108Thanks @Zhangnong! - Added Bifrost Mainnet.#2879
8b34dd7563d771de249edfe7ec536254039b0808Thanks @lwin-kyaw! - FixedgetUserOperationErrorruntime error.#2880
93af33e9ba7e27680567a7e46c96892cd2df992eThanks @Zhangnong! - Added Dymension chain.v2.21.28Compare Source
Patch Changes
#2870
5734c4ccThanks @swetshaw! - Updated Kararot Starknet Sepolia chain.#2875
fc9b81c3Thanks @jxom! - Added support forwallet_sendTransaction.v2.21.27Compare Source
Patch Changes
#2859
5889209fThanks @RobotMasterxo! - Added ql1 chain#2867
67617516Thanks @qi-0826! - Added Chang Chain Foundation Mainnet.5c9ed2f2Thanks @jxom! - Tweaked EIP-7702 types.#2868
8e74ea59Thanks @qi-0826! - Added Hela chain.v2.21.26Compare Source
Patch Changes
#2857
b42b1dbThanks @Zhangnong! - Added Shiden chain.#2864
987924cThanks @wanderer! - Added missing exports tojsr.json.#2860
3effd71Thanks @vpontis! - Updated internalkeepAliveTimertype.#2858
235ee2cThanks @Zhangnong! - Added Ultron Mainnet.v2.21.25Compare Source
Patch Changes
#2844
3140383Thanks @coffeexcoin! - Added ability foronRequeston thehttptransport to return request options.#2853
840531eThanks @marthendalnunes! - Narrowed return type ofsignTransaction.#2850
9e26e16Thanks @plusminushalf! - Account Abstraction: Updated precedence of user-defined fee parameters inprepareUserOperation.#2854
1006a71Thanks @jxom! - Convertedfromto an optional parameter onTransactionRequest.v2.21.24Compare Source
Patch Changes
#2846
38def97bThanks @fengbaolong! - Added Elastos chain.#2847
bd23492eThanks @fengbaolong! - Added loop chain.65cd2c68Thanks @jxom! - Added Odyssey Testnet.v2.21.23Compare Source
Patch Changes
#2843
47c167b0Thanks @Kharabet! - Added guruTestnet chain.#2841
5b8090eeThanks @dienho12! - Added DOSChain and DOSChain Testnet chain.v2.21.22Compare Source
Patch Changes
#2838
f0695c5Thanks @qi-0826! - Added Superposition chain.#2840
e9cf6eeThanks @akshatmittal! - Added Unichain Sepolia Testnet chain.0ff9db8Thanks @jxom! - AddeddecodeCallsas an optional property ontoSmartAccount.#2837
2f46c00Thanks @qi-0826! - Added Electroneum chain.95b316cThanks @jxom! - AddedstateOverridetoestimateUserOperationGas&prepareUserOperation.v2.21.21Compare Source
Patch Changes
10dcb7abThanks @LordMarkDev! - Added Zenchain Testnetv2.21.19Compare Source
Patch Changes
#2825
66d7a1c9Thanks @fengbaolong! - Added Matchain.44ae1a55Thanks @jxom! - Account Abstraction: Tweaked address caching intoCoinbaseSmartAccount.#2827
3fd43329Thanks @posquit0! - Added bsquared chains#2826
4b1c3f1aThanks @posquit0! - Added bitlayer chains04850399Thanks @jxom! - Updated dependencies.a965c5aaThanks @jxom! - Account Abstraction: Fixed User Operation fee estimation when a Bundler Client contains customestimateFeesPerGashook.#2822
2bc5ff14Thanks @swetshaw! - Added Kakarot Starknet Sepolia chain.v2.21.18Compare Source
Patch Changes
#2811
03df7fbeThanks @shazarre! - Fixed Celo maxFeePerGas calculation for fee currency transactions.#2817
7c3653b2Thanks @0xArdy! - Fixed Mode and Lisk chain definitions#2813
3e971248Thanks @qi-0826! - Added Hemi Sepolia chain.da5a7b6fThanks @jxom! - Addedmodeproperty toTestClient.extends.#2818
ce989d81Thanks @GuillermoEscobero! - Fixed Zircuit Testnet explorer and RPC URLs.v2.21.17Compare Source
Patch Changes
2bf96a29Thanks @jxom! - Accounted for undefined indexed arguments inparseEventLogs.#2803
08da9bd5Thanks @kevinb1003! - Added Zircuit chain.#2800
be02ea54Thanks @CeoFred! - AddedassetChainchain.#2798
0f83248fThanks @aaronmgdr! - Added OP Stack contracts to Celo Alfajores.#2799
5b50774cThanks @impelcrypto! - Updated Soneium Minato Testnet#2805
74be4c3bThanks @0oooooooo0! - Updated Kaia Chain explorer.v2.21.16Compare Source
Patch Changes
8abeb36cThanks @jxom! - Account Abstraction: Fixed nullish chain handling for paymaster data inprepareUserOperation.#2780
e0e0955cThanks @sina-london! - Added fusion chain#2786
4d692d47Thanks @sina-london! - Added BounceBit chain.#2791
e171fb72Thanks @sandyup! - Added vision chain.#2789 [
b61a2316](https://Configuration
📅 Schedule: Branch creation - "before 10am on the first day of the month" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.