lunar icon indicating copy to clipboard operation
lunar copied to clipboard

๐ŸŒ— React toolkit and design language for Airbnb open source and internal projects.

Results 18 lunar issues
Sort by recently updated
recently updated
newest added

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.0.4 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.9.0 to 7.23.2. Release notes Sourced from @โ€‹babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...

dependencies

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.20 to 0.7.35. Changelog Sourced from ua-parser-js's changelog. Version 0.7.35 / 1.0.35 Fix result from user-supplied user-agent being altered Add new browser: Heytap, TikTok Add new engine:...

dependencies

Bumps [luxon](https://github.com/moment/luxon) from 1.23.0 to 1.28.1. Changelog Sourced from luxon's changelog. Changelog 3.4.2 (2023-08-26) Fixes regression from 3.4.1 (#1493) 3.4.1 (2023-08-23) Fixes for regressions from 3.4.0 (#1482 and #1488) 3.4.0...

dependencies

The `Form` component support throwing error in its `onSubmit` callback and renders the error message. But I my application, the `FormAction` is not reset to enabled even if I modify...

I would like to add the muted option to FilterMenu. It should just be a pass through to the underlying MenuToggle. If folks are open to it, I would be...

to: @williaster @alecklandgraf ## Description The doc states `isItemSelected` of `Autocomplete` will compare values by default, but without setting this prop, it's actually always returning `false`. Since changing the default...

Hi, I import some third party stylesheets. But some styles not work becase of lunar has inject some global styles with `!important` Such as ![image](https://user-images.githubusercontent.com/6939365/78334326-25678a00-75be-11ea-9e4d-803d5403638f.png) If I force let `globals`...