Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

chore: consolidate eslint configs #1364

Merged
merged 4 commits into from
Apr 3, 2024
Merged

Conversation

10xLaCroixDrinker
Copy link
Member

@10xLaCroixDrinker 10xLaCroixDrinker commented Apr 2, 2024

Description

ESLint cleanup/consolidation

Additional dependency updates:

  • @americanexpress/one-app-server-bundler@1.1.0
  • @fastify/compress@7.0.3
  • @fastify/static@7.0.2
  • prom-client@15.1.1
  • @babel/cli@7.24.1
  • @babel/core@7.24.3
  • @commitlint/cli@19.2.1
  • pino-pretty@11.0.0
  • rollup@4.13.2
  • tar@6.2.1

Motivation and Context

Saw we had a few warnings in main for console.logs in markdown files due misconfiguration.

How Has This Been Tested?

npm run test:lint

Types of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation (adding or updating documentation)
  • Dependency update
  • Security update

Checklist:

  • My change requires a change to the documentation and I have updated the documentation accordingly.
  • These changes should be applied to a maintenance branch.
  • This change requires cross browser checks.
  • Performance tests should be ran against the server prior to merging.
  • This change impacts caching for client browsers.
  • This change impacts HTTP headers.
  • This change adds additional environment variable requirements for One App users.
  • I have added the Apache 2.0 license header to any new files created.

What is the Impact to Developers Using One App?

N/A

Copy link
Contributor

github-actions bot commented Apr 2, 2024

Size Change: -33 B (0%)

Total Size: 735 kB

Filename Size Change
./build/app/app.js 187 kB -33 B (0%)
ℹ️ View Unchanged
Filename Size
./build/app/app~vendors.js 411 kB
./build/app/runtime.js 7.07 kB
./build/app/service-worker-client.js 7.25 kB
./build/app/vendors.js 124 kB

compressed-size-action

@@ -1925,7 +1925,7 @@ describe('Tests that can run against either local Docker setup or remote One App
);
const body = await response.text();
expect(body).toBe(
'<style class="ssr-css">.frank-lloyd-root__styles__stylish___2aiGw{color:orchid}</style><pre class="value-provided-from-config">https://intranet-origin-dev.example.com/some-api/v1</pre><span class="message">Hello!</span>'
'<style id="90ac7139df6563d22a4a856f04cacf522587d2ec6e66ddb89d06ff844b5bee7c" data-ssr="true">._stylish_1wkbg_1{color:orchid}</style><pre class="value-provided-from-config">https://intranet-origin-dev.example.com/some-api/v1</pre><span class="message">Hello!</span>'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is related to updating the bundler in sample modules

dogpatch626
dogpatch626 previously approved these changes Apr 2, 2024
- @americanexpress/one-app-server-bundler@1.1.0
- @fastify/compress@7.0.3
- @fastify/static@7.0.2
- prom-client@15.1.1
- @babel/cli@7.24.1
- @babel/core@7.24.3
- @commitlint/cli@19.2.1
- pino-pretty@11.0.0
- rollup@4.13.2
- tar@6.2.1
@10xLaCroixDrinker 10xLaCroixDrinker merged commit a7035fd into main Apr 3, 2024
9 checks passed
@10xLaCroixDrinker 10xLaCroixDrinker deleted the chore/eslint-consolidation branch April 3, 2024 19:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants