addons-code-manager
addons-code-manager copied to clipboard
A web application to manage add-on source code
Bumps [eslint-config-amo](https://github.com/mozilla/eslint-config-amo) from 5.0.0 to 5.9.0. Release notes Sourced from eslint-config-amo's releases. 5.9.0 (2023-03-29) main changes None. dependencies Updated: dependency eslint-config-prettier to 8.8.0 (#494) dev dependencies Updated: dependency eslint to...
Bumps [loglevel](https://github.com/pimterry/loglevel) from 1.8.0 to 1.8.1. Commits ba3364a v1.8.1 3427f20 Merge pull request #179 from grizio/fix/methodFactory-type 34740c7 fix: methodFactory type See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot...
Bumps [@fortawesome/react-fontawesome](https://github.com/FortAwesome/react-fontawesome) from 0.1.16 to 0.2.0. Release notes Sourced from @fortawesome/react-fontawesome's releases. Release 0.2.0 Added Support for React forwardRef if using React >= 16.3 Release 0.1.19 Fixed Added missing beatFade,...
Bumps [enzyme-adapter-react-16](https://github.com/enzymejs/enzyme/tree/HEAD/packages/enzyme-adapter-react-16) from 1.15.6 to 1.15.7. Commits 25773d7 [enzyme-adapter-react-16] v1.15.7 625b018 [*] [dev deps] update @babel/core f87d724 [enzyme, enzyme-adapter-react-{14,16.1,16.2,16.3,16}, tests] [deps] update `e... cfacd38 [*] [deps] update enzyme-adapter-utils e19f32c [*]...
Bumps [content-security-policy-parser](https://github.com/helmetjs/content-security-policy-parser) from 0.4.0 to 0.4.1. Changelog Sourced from content-security-policy-parser's changelog. 0.4.1 - 2022-03-23 Changed Shrink package size slightly Commits 1ccb555 0.4.1 ce55d94 Update changelog for 0.4.1 release 9201ad1 Switch...
### Describe the problem and steps to reproduce it: Similar to https://github.com/mozilla/addons/issues/2184, we'd like to request that addons-code-manager to run `yarn build` at the image build time. This will reduce...
Bumps [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts) from 4.0.3 to 5.0.1. Commits 19fa58d Publish 9802941 fix: webpack noise printed only if error or warning (#12245) 2eef1d0 Update templates to use React 18 createRoot (#12220) 221e511...
With the upgrade to Storybook v6, the behaviour has changed so that errors that occur when generating the stories, which were previously only shown in the browser console, are now...
### Describe the problem and steps to reproduce it: ### What happened? Copying multi-line string from the code displayed in code-manager inserts newline between each line. ### What did you...
With react-scripts v4, `resetMocks` is set to `true` by default but it breaks some of our tests. Let's investigate why and fix the problematic test cases in order to change...